Kconfig (c01e36dde4632e0a7474fddf0716f1e54f01f13e) | Kconfig (83545d836cf12a6381b530c5c7aeacf057f86aa9) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 707 unchanged lines hidden (view full) --- 716 help 717 This is the IRQ driver for Qualcomm PM 8xxx PMIC chips. 718 719 This is required to use certain other PM 8xxx features, such as GPIO 720 and MPP. 721 722config MFD_TPS65910 723 bool "TPS65910 Power Management chip" | 1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 707 unchanged lines hidden (view full) --- 716 help 717 This is the IRQ driver for Qualcomm PM 8xxx PMIC chips. 718 719 This is required to use certain other PM 8xxx features, such as GPIO 720 and MPP. 721 722config MFD_TPS65910 723 bool "TPS65910 Power Management chip" |
724 depends on I2C=y && GPIOLIB | 724 depends on I2C=y |
725 select MFD_CORE | 725 select MFD_CORE |
726 select GPIO_TPS65910 |
|
726 help 727 if you say yes here you get support for the TPS65910 series of 728 Power Management chips. 729 730endif # MFD_SUPPORT 731 732menu "Multimedia Capabilities Port drivers" 733 depends on ARCH_SA1100 --- 20 unchanged lines hidden --- | 727 help 728 if you say yes here you get support for the TPS65910 series of 729 Power Management chips. 730 731endif # MFD_SUPPORT 732 733menu "Multimedia Capabilities Port drivers" 734 depends on ARCH_SA1100 --- 20 unchanged lines hidden --- |