[PATCH 8/8] Kconfig: cleanup USB menu

From: Roman Zippel
Date: Sat Jan 29 2005 - 17:31:16 EST



This properly indents the USB menu.

Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx>

---

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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/