32 lines · plain
1config INTEL_SKL_INT34722 tristate "Intel SkyLake ACPI INT3472 Driver"3 depends on ACPI4 depends on COMMON_CLK5 depends on I2C6 depends on GPIOLIB7 depends on LEDS_CLASS8 depends on REGULATOR9 select MFD_CORE10 select REGMAP_I2C11 help12 This driver adds power controller support for the Intel SkyCam13 devices found on the Intel SkyLake platforms.14 15 The INT3472 is a camera power controller, a logical device found on16 Intel Skylake-based systems that can map to different hardware17 devices depending on the platform. On machines designed for Chrome OS18 it maps to a TPS68470 camera PMIC. On machines designed for Windows,19 it maps to either a TP68470 camera PMIC, a uP6641Q sensor PMIC, or a20 set of discrete GPIOs and power gates.21 22 If your device was designed for Chrome OS, this driver will provide23 an ACPI OpRegion, which must be available before any of the devices24 using it are probed. For this reason, you should select Y if your25 device was designed for ChromeOS. For the same reason the26 I2C_DESIGNWARE_PLATFORM option must be set to Y too.27 28 Say Y or M here if you have a SkyLake device designed for use29 with Windows or ChromeOS. Say N here if you are not sure.30 31 The module will be named "intel-skl-int3472".32