X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2FKconfig;h=142a37179024616921c74c15a129907a55da3d40;hb=ccc4e1d8ddc4005fefbfb79d0482ce49b21ba884;hp=7a6499008b897e65450b16bdee378cffe7f54856;hpb=e77ec1898f9693a3572bdd03eb5d2256166d5464;p=linux-2.6-omap-h63xx.git diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 7a6499008b8..142a3717902 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -42,6 +42,10 @@ config USB_ARCH_HAS_OHCI default y if PPC_MPC52xx # MIPS: default y if SOC_AU1X00 + # SH: + default y if CPU_SUBTYPE_SH7720 + default y if CPU_SUBTYPE_SH7721 + default y if CPU_SUBTYPE_SH7763 # more: default PCI @@ -50,6 +54,8 @@ config USB_ARCH_HAS_EHCI boolean default y if PPC_83xx default y if SOC_AU1200 + default y if ARCH_IXP4XX + default y if ARCH_OMAP34XX default PCI # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. @@ -92,6 +98,8 @@ source "drivers/usb/core/Kconfig" source "drivers/usb/host/Kconfig" +source "drivers/usb/musb/Kconfig" + source "drivers/usb/class/Kconfig" source "drivers/usb/storage/Kconfig"