2016-11-21 17:01:38

by Axel Haslam

[permalink] [raw]
Subject: [PATCH] ARM: davinci_all_defconfig: Enable OHCI as module

Enable the davinci ohci driver as a module for usb
tested with the omap138-lcdk hawk board.

Signed-off-by: Axel Haslam <[email protected]>
---
arch/arm/configs/davinci_all_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index b5e978f..b9bbbbd 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -157,6 +157,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
--
2.9.3


2016-11-22 15:27:59

by Sekhar Nori

[permalink] [raw]
Subject: Re: [PATCH] ARM: davinci_all_defconfig: Enable OHCI as module

On Monday 21 November 2016 10:31 PM, Axel Haslam wrote:
> Enable the davinci ohci driver as a module for usb
> tested with the omap138-lcdk hawk board.
>
> Signed-off-by: Axel Haslam <[email protected]>

Applied to v4.10/defconfg after dropping "hawk" from commit description.

Thanks,
Sekhar