Kconfig (e758936e02700ff88a0b08b722a3847b95283ef2) | Kconfig (1d9f9f040035da73d6ee5d2b3b3a25483a980da3) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 73 unchanged lines hidden (view full) --- 82config MFD_TC6393XB 83 bool "Support Toshiba TC6393XB" 84 depends on GPIOLIB && ARM 85 select MFD_CORE 86 select MFD_TMIO 87 help 88 Support for Toshiba Mobile IO Controller TC6393XB 89 | 1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 73 unchanged lines hidden (view full) --- 82config MFD_TC6393XB 83 bool "Support Toshiba TC6393XB" 84 depends on GPIOLIB && ARM 85 select MFD_CORE 86 select MFD_TMIO 87 help 88 Support for Toshiba Mobile IO Controller TC6393XB 89 |
90config MFD_WM8400 91 tristate "Support Wolfson Microelectronics WM8400" 92 help 93 Support for the Wolfson Microelecronics WM8400 PMIC and audio 94 CODEC. This driver adds provides common support for accessing 95 the device, additional drivers must be enabled in order to use 96 the functionality of the device. 97 |
|
90endmenu 91 92menu "Multimedia Capabilities Port drivers" 93 depends on ARCH_SA1100 94 95config MCP 96 tristate 97 --- 16 unchanged lines hidden --- | 98endmenu 99 100menu "Multimedia Capabilities Port drivers" 101 depends on ARCH_SA1100 102 103config MCP 104 tristate 105 --- 16 unchanged lines hidden --- |