X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2FKconfig;h=7fdbc5dad5fd9d364a62fa95793c93b8a73734cf;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=e22a84223afb9256d1d315253e06a2e33d03692e;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index e22a84223..7fdbc5dad 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -4,6 +4,41 @@ menu "USB support" +# Host-side USB depends on having a host controller +# NOTE: dummy_hcd is always an option, but it's ignored here ... +# NOTE: SL-811 option should be board-specific ... +config USB_ARCH_HAS_HCD + boolean + default y if USB_ARCH_HAS_OHCI + default y if USB_ARCH_HAS_EHCI + default y if ARM # SL-811 + default PCI + +# many non-PCI SOC chips embed OHCI +config USB_ARCH_HAS_OHCI + boolean + # ARM: + default y if SA1111 + default y if ARCH_OMAP + default y if ARCH_LH7A404 + default y if ARCH_S3C2410 + default y if PXA27x + default y if ARCH_AT91RM9200 + # PPC: + default y if STB03xxx + default y if PPC_MPC52xx + # MIPS: + default y if SOC_AU1X00 + # more: + default PCI + +# some non-PCI hcds implement EHCI +config USB_ARCH_HAS_EHCI + boolean + default y if PPC_83xx + default y if SOC_AU1200 + default PCI + # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. config USB tristate "Support for Host-side USB" @@ -52,16 +87,17 @@ source "drivers/usb/input/Kconfig" source "drivers/usb/image/Kconfig" -source "drivers/usb/media/Kconfig" - source "drivers/usb/net/Kconfig" +source "drivers/usb/mon/Kconfig" + comment "USB port drivers" depends on USB config USB_USS720 tristate "USS720 parport driver" depends on USB && PARPORT + select PARPORT_NOT_PC ---help--- This driver is for USB parallel port adapters that use the Lucent Technologies USS-720 chip. These cables are plugged into your USB