This properly indents the USB menu.
Signed-off-by: Roman Zippel <[EMAIL PROTECTED]>
---
Kconfig | 18 ++++++++++++++++++
host/Kconfig | 18 ------------------
storage/Kconfig | 1 +
3 files changed, 19 insertions(+), 18 deletions(-)
Index: linux-2.6.11/drivers/usb/host/Kconfig
===================================================================
--- linux-2.6.11.orig/drivers/usb/host/Kconfig 2005-01-29 22:50:43.297964628
+0100
+++ linux-2.6.11/drivers/usb/host/Kconfig 2005-01-29 22:56:58.568325936
+0100
@@ -1,21 +1,3 @@
-# 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 ARM # SL-811
- default PCI
-
-# many non-PCI hcds implement OHCI
-config USB_ARCH_HAS_OHCI
- boolean
- default y if SA1111
- default y if ARCH_OMAP
- default y if ARCH_LH7A404
- default y if PXA27x
- default PCI
-
#
# USB Host Controller Drivers
#
Index: linux-2.6.11/drivers/usb/storage/Kconfig
===================================================================
--- linux-2.6.11.orig/drivers/usb/storage/Kconfig 2005-01-29
22:50:43.297964628 +0100
+++ linux-2.6.11/drivers/usb/storage/Kconfig 2005-01-29 22:56:58.568325936
+0100
@@ -3,6 +3,7 @@
#
comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
needed; see USB_STORAGE Help for more information"
+ depends on USB
config USB_STORAGE
tristate "USB Mass Storage support"
Index: linux-2.6.11/drivers/usb/Kconfig
===================================================================
--- linux-2.6.11.orig/drivers/usb/Kconfig 2005-01-29 22:50:43.297964628
+0100
+++ linux-2.6.11/drivers/usb/Kconfig 2005-01-29 22:56:58.568325936 +0100
@@ -4,6 +4,24 @@
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 ARM # SL-811
+ default PCI
+
+# many non-PCI hcds implement OHCI
+config USB_ARCH_HAS_OHCI
+ boolean
+ default y if SA1111
+ default y if ARCH_OMAP
+ default y if ARCH_LH7A404
+ default y if PXA27x
+ default PCI
+
# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
config USB
tristate "Support for Host-side USB"
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel