Kconfig (e11d57ca0b6dada29007ce3ad3db6c84034a768f) | Kconfig (17cdd29d6e1ab4164c792d78c6f096fbafb94e3f) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 610 unchanged lines hidden (view full) --- 619 depends on I2C 620 select MFD_CORE 621 default n 622 help 623 This is the core driver for the TI WL1273 FM radio. This MFD 624 driver connects the radio-wl1273 V4L2 module and the wl1273 625 audio codec. 626 | 1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 610 unchanged lines hidden (view full) --- 619 depends on I2C 620 select MFD_CORE 621 default n 622 help 623 This is the core driver for the TI WL1273 FM radio. This MFD 624 driver connects the radio-wl1273 V4L2 module and the wl1273 625 audio codec. 626 |
627config MFD_OMAP_USB_HOST 628 bool "Support OMAP USBHS core driver" 629 depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3 630 default y 631 help 632 This is the core driver for the OAMP EHCI and OHCI drivers. 633 This MFD driver does the required setup functionalities for 634 OMAP USB Host drivers. 635 |
|
627endif # MFD_SUPPORT 628 629menu "Multimedia Capabilities Port drivers" 630 depends on ARCH_SA1100 631 632config MCP 633 tristate 634 --- 16 unchanged lines hidden --- | 636endif # MFD_SUPPORT 637 638menu "Multimedia Capabilities Port drivers" 639 depends on ARCH_SA1100 640 641config MCP 642 tristate 643 --- 16 unchanged lines hidden --- |