drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / platform / x86 / intel / int3472 / Kconfig
blob17ae997f93ea5714b0e3bc6101679988cbca1cf5
1 config INTEL_SKL_INT3472
2         tristate "Intel SkyLake ACPI INT3472 Driver"
3         depends on ACPI
4         depends on COMMON_CLK
5         depends on I2C
6         depends on GPIOLIB
7         depends on LEDS_CLASS
8         depends on REGULATOR
9         select MFD_CORE
10         select REGMAP_I2C
11         help
12           This driver adds power controller support for the Intel SkyCam
13           devices found on the Intel SkyLake platforms.
15           The INT3472 is a camera power controller, a logical device found on
16           Intel Skylake-based systems that can map to different hardware
17           devices depending on the platform. On machines designed for Chrome OS
18           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 a
20           set of discrete GPIOs and power gates.
22           If your device was designed for Chrome OS, this driver will provide
23           an ACPI OpRegion, which must be available before any of the devices
24           using it are probed. For this reason, you should select Y if your
25           device was designed for ChromeOS. For the same reason the
26           I2C_DESIGNWARE_PLATFORM option must be set to Y too.
28           Say Y or M here if you have a SkyLake device designed for use
29           with Windows or ChromeOS. Say N here if you are not sure.
31           The module will be named "intel-skl-int3472".