aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fd018366d670..a6dfa37a674d 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -624,6 +624,15 @@ config MFD_WL1273_CORE
624 driver connects the radio-wl1273 V4L2 module and the wl1273 624 driver connects the radio-wl1273 V4L2 module and the wl1273
625 audio codec. 625 audio codec.
626 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 636endif # MFD_SUPPORT
628 637
629menu "Multimedia Capabilities Port drivers" 638menu "Multimedia Capabilities Port drivers"