X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2FKconfig;h=7580aa5da0f866ba72705eb00cdee6b5b3af355c;hb=4a9bee8256a2dec26290a3bfff86ab86b8992547;hp=15499b7e33f4855b1f6bb8f440d06672a8388c86;hpb=2a383c63ff933a496f19d6559ab54ac14871b7f3;p=linux-2.6 diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 15499b7e33..7580aa5da0 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -2,8 +2,15 @@ # USB device configuration # -menu "USB support" +menuconfig USB_SUPPORT + bool "USB support" depends on HAS_IOMEM + default y + ---help--- + This option adds core support for Universal Serial Bus (USB). + You will also need drivers from the following menu to make use of it. + +if USB_SUPPORT # Host-side USB depends on having a host controller # NOTE: dummy_hcd is always an option, but it's ignored here ... @@ -12,7 +19,9 @@ config USB_ARCH_HAS_HCD boolean default y if USB_ARCH_HAS_OHCI default y if USB_ARCH_HAS_EHCI + default y if PCMCIA && !M32R # sl811_cs default y if ARM # SL-811 + default y if SUPERH # r8a66597-hcd default PCI # many non-PCI SOC chips embed OHCI @@ -130,5 +139,4 @@ source "drivers/usb/atm/Kconfig" source "drivers/usb/gadget/Kconfig" -endmenu - +endif # USB_SUPPORT