Kconfig (a976c2951d8f376112361830aa7762beff83a205) | Kconfig (acebcff9eda8c38fd78acbfb9fab555b3a2ba5eb) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 434 unchanged lines hidden (view full) --- 443 depends on PCI 444 select MFD_CORE 445 help 446 LPC bridge function of the Intel SCH provides support for 447 System Management Bus and General Purpose I/O. 448 449config INTEL_SOC_PMIC 450 bool "Support for Crystal Cove PMIC" | 1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 434 unchanged lines hidden (view full) --- 443 depends on PCI 444 select MFD_CORE 445 help 446 LPC bridge function of the Intel SCH provides support for 447 System Management Bus and General Purpose I/O. 448 449config INTEL_SOC_PMIC 450 bool "Support for Crystal Cove PMIC" |
451 depends on GPIOLIB 452 depends on I2C=y | 451 depends on HAS_IOMEM && I2C=y && GPIOLIB && COMMON_CLK 452 depends on X86 || COMPILE_TEST |
453 select MFD_CORE 454 select REGMAP_I2C 455 select REGMAP_IRQ | 453 select MFD_CORE 454 select REGMAP_I2C 455 select REGMAP_IRQ |
456 select I2C_DESIGNWARE_PLATFORM if ACPI |
|
456 help 457 Select this option to enable support for Crystal Cove PMIC 458 on some Intel SoC systems. The PMIC provides ADC, GPIO, 459 thermal, charger and related power management functions 460 on these systems. 461 | 457 help 458 Select this option to enable support for Crystal Cove PMIC 459 on some Intel SoC systems. The PMIC provides ADC, GPIO, 460 thermal, charger and related power management functions 461 on these systems. 462 |
463 This option is a bool as it provides an ACPI OpRegion which must be 464 available before any devices using it are probed. This option also 465 causes the designware-i2c driver to be builtin for the same reason. 466 |
|
462config INTEL_SOC_PMIC_BXTWC 463 tristate "Support for Intel Broxton Whiskey Cove PMIC" 464 depends on INTEL_PMC_IPC 465 select MFD_CORE 466 select REGMAP_IRQ 467 help 468 Select this option to enable support for Whiskey Cove PMIC 469 on Intel Broxton systems. The PMIC provides ADC, GPIO, --- 1265 unchanged lines hidden --- | 467config INTEL_SOC_PMIC_BXTWC 468 tristate "Support for Intel Broxton Whiskey Cove PMIC" 469 depends on INTEL_PMC_IPC 470 select MFD_CORE 471 select REGMAP_IRQ 472 help 473 Select this option to enable support for Whiskey Cove PMIC 474 on Intel Broxton systems. The PMIC provides ADC, GPIO, --- 1265 unchanged lines hidden --- |