Kconfig (01636eb970a029897b06fb96026941429212ddd9) | Kconfig (ada8a8a13b13a2749818524a7949935f68d2b3eb) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 49 unchanged lines hidden (view full) --- 58config MFD_SM501_GPIO 59 bool "Export GPIO via GPIO layer" 60 depends on MFD_SM501 && GPIOLIB 61 ---help--- 62 This option uses the gpio library layer to export the 64 GPIO 63 lines on the SM501. The platform data is used to supply the 64 base number for the first GPIO line to register. 65 | 1# 2# Multifunction miscellaneous devices 3# 4 5if HAS_IOMEM 6menu "Multifunction device drivers" 7 8config MFD_CORE --- 49 unchanged lines hidden (view full) --- 58config MFD_SM501_GPIO 59 bool "Export GPIO via GPIO layer" 60 depends on MFD_SM501 && GPIOLIB 61 ---help--- 62 This option uses the gpio library layer to export the 64 GPIO 63 lines on the SM501. The platform data is used to supply the 64 base number for the first GPIO line to register. 65 |
66config MFD_RTSX_PCI 67 tristate "Support for Realtek PCI-E card reader" 68 depends on PCI 69 help 70 This supports for Realtek PCI-Express card reader including rts5209, 71 rts5229, rtl8411, etc. Realtek card reader supports access to many 72 types of memory cards, such as Memory Stick, Memory Stick Pro, 73 Secure Digital and MultiMediaCard. 74 |
|
66config MFD_ASIC3 67 bool "Support for Compaq ASIC3" 68 depends on GENERIC_HARDIRQS && GPIOLIB && ARM 69 select MFD_CORE 70 ---help--- 71 This driver supports the ASIC3 multifunction chip found on many 72 PDAs (mainly iPAQ and HTC based ones) 73 --- 1010 unchanged lines hidden --- | 75config MFD_ASIC3 76 bool "Support for Compaq ASIC3" 77 depends on GENERIC_HARDIRQS && GPIOLIB && ARM 78 select MFD_CORE 79 ---help--- 80 This driver supports the ASIC3 multifunction chip found on many 81 PDAs (mainly iPAQ and HTC based ones) 82 --- 1010 unchanged lines hidden --- |