cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (1229B)


      1config 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 REGULATOR
      8	select MFD_CORE
      9	select REGMAP_I2C
     10	help
     11	  This driver adds power controller support for the Intel SkyCam
     12	  devices found on the Intel SkyLake platforms.
     13
     14	  The INT3472 is a camera power controller, a logical device found on
     15	  Intel Skylake-based systems that can map to different hardware
     16	  devices depending on the platform. On machines designed for Chrome OS
     17	  it maps to a TPS68470 camera PMIC. On machines designed for Windows,
     18	  it maps to either a TP68470 camera PMIC, a uP6641Q sensor PMIC, or a
     19	  set of discrete GPIOs and power gates.
     20
     21	  If your device was designed for Chrome OS, this driver will provide
     22	  an ACPI OpRegion, which must be available before any of the devices
     23	  using it are probed. For this reason, you should select Y if your
     24	  device was designed for ChromeOS. For the same reason the
     25	  I2C_DESIGNWARE_PLATFORM option must be set to Y too.
     26
     27	  Say Y or M here if you have a SkyLake device designed for use
     28	  with Windows or ChromeOS. Say N here if you are not sure.
     29
     30	  The module will be named "intel-skl-int3472".