Kconfig (f61be273d3699d174bc1438e6804f9f9e52bb932) | Kconfig (7444a72effa632fcd8edc566f880d96fe213c73b) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 22 unchanged lines hidden (view full) --- 31 bool "Support for Compaq ASIC3" 32 depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM 33 ---help--- 34 This driver supports the ASIC3 multifunction chip found on many 35 PDAs (mainly iPAQ and HTC based ones) 36 37config HTC_EGPIO 38 bool "HTC EGPIO support" | 1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 22 unchanged lines hidden (view full) --- 31 bool "Support for Compaq ASIC3" 32 depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM 33 ---help--- 34 This driver supports the ASIC3 multifunction chip found on many 35 PDAs (mainly iPAQ and HTC based ones) 36 37config HTC_EGPIO 38 bool "HTC EGPIO support" |
39 depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM | 39 depends on GENERIC_HARDIRQS && GPIOLIB && ARM |
40 help 41 This driver supports the CPLD egpio chip present on 42 several HTC phones. It provides basic support for input 43 pins, output pins, and irqs. 44 45config HTC_PASIC3 46 tristate "HTC PASIC3 LED/DS1WM chip support" 47 help 48 This core driver provides register access for the LED/DS1WM 49 chips labeled "AIC2" and "AIC3", found on HTC Blueangel and 50 HTC Magician devices, respectively. Actual functionality is 51 handled by the leds-pasic3 and ds1wm drivers. 52 53config MFD_TC6393XB 54 bool "Support Toshiba TC6393XB" | 40 help 41 This driver supports the CPLD egpio chip present on 42 several HTC phones. It provides basic support for input 43 pins, output pins, and irqs. 44 45config HTC_PASIC3 46 tristate "HTC PASIC3 LED/DS1WM chip support" 47 help 48 This core driver provides register access for the LED/DS1WM 49 chips labeled "AIC2" and "AIC3", found on HTC Blueangel and 50 HTC Magician devices, respectively. Actual functionality is 51 handled by the leds-pasic3 and ds1wm drivers. 52 53config MFD_TC6393XB 54 bool "Support Toshiba TC6393XB" |
55 depends on HAVE_GPIO_LIB | 55 depends on GPIOLIB |
56 select MFD_CORE 57 help 58 Support for Toshiba Mobile IO Controller TC6393XB 59 60endmenu 61 62menu "Multimedia Capabilities Port drivers" 63 depends on ARCH_SA1100 --- 20 unchanged lines hidden --- | 56 select MFD_CORE 57 help 58 Support for Toshiba Mobile IO Controller TC6393XB 59 60endmenu 61 62menu "Multimedia Capabilities Port drivers" 63 depends on ARCH_SA1100 --- 20 unchanged lines hidden --- |