diff options
author | 2016-11-21 18:01:31 +0100 | |
---|---|---|
committer | 2016-11-22 20:50:46 +0530 | |
commit | 213971e7571e27f47b4e926904a9adf794925c51 (patch) | |
tree | 057c2afe5c43ee826bfac3bcff87997515fb78c6 | |
parent | ARM: davinci_all_defconfig: add missing options for systemd (diff) | |
download | wireguard-linux-213971e7571e27f47b4e926904a9adf794925c51.tar.xz wireguard-linux-213971e7571e27f47b4e926904a9adf794925c51.zip |
ARM: davinci_all_defconfig: Enable OHCI as module
Enable the davinci ohci driver as a module for usb
tested with the omap138-lcdk board.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 7493f6596228..0472eaa41748 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -158,6 +158,7 @@ CONFIG_HID_SONY=m CONFIG_HID_SUNPLUS=m CONFIG_USB=m CONFIG_USB_MON=m +CONFIG_USB_OHCI_HCD=m CONFIG_USB_STORAGE=m CONFIG_USB_MUSB_HDRC=m CONFIG_MUSB_PIO_ONLY=y |