[PATCH] at91: add config option for ohci driver
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Nov 11 05:46:14 EST 2011
On 17:03 Wed 09 Nov , Hubert Feurstein wrote:
> Signed-off-by: Hubert Feurstein <h.feurstein at gmail.com>
> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> drivers/usb/host/Kconfig | 4 ++++
> drivers/usb/host/Makefile | 2 +-
> 2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 929eb89..96e09e2 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -7,3 +7,7 @@ config USB_EHCI_OMAP
>
> config USB_OHCI
> bool "OHCI driver"
> +
> +config USB_OHCI_AT91
> + depends on ARCH_AT91
> + bool "AT91 OHCI driver"
Sacahs can you revert this one
there is no need to have any select for the user
if you enalbe the OHCI it must just enable it on AT91 directly otherwise you
have a OHCI enable but without driver
Best Regards,
J.
More information about the barebox
mailing list