X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2FKconfig;h=3e66b2a9974a2adc4fac46bf2a328b04b976d922;hb=refs%2Fheads%2Fvserver;hp=ff03184da403b1bf015277f9993bd500ba73ca32;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index ff03184da..3e66b2a99 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -31,9 +31,6 @@ config USB_DEVICEFS For the format of the various /proc/bus/usb/ files, please read . - Please note that this code is completely unrelated to devfs, the - "/dev file system support". - Most users want to say Y here. config USB_BANDWIDTH @@ -75,7 +72,6 @@ config USB_SUSPEND If you are unsure about this, say N here. - config USB_OTG bool depends on USB && EXPERIMENTAL @@ -99,4 +95,11 @@ config USB_OTG_WHITELIST normal Linux-USB hosts do (other than the warning), and is convenient for many stages of product development. +config USB_OTG_BLACKLIST_HUB + bool "Disable external hubs" + depends on USB_OTG + help + If you say Y here, then Linux will refuse to enumerate + external hubs. OTG hosts are allowed to reduce hardware + and software costs by not supporting external hubs.