USB: Move usb/mon/ up to misc options in Kconfig

From: Simon Arlott
Date: Mon Jul 21 2008 - 15:44:50 EST



This makes "USB Monitor" appear under "Miscellaneous USB options"
section instead of in the middle of device specific drivers in the
"USB Imaging devices" section.

Signed-off-by: Simon Arlott <simon@xxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
drivers/usb/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -95,6 +95,8 @@ config USB

source "drivers/usb/core/Kconfig"

+source "drivers/usb/mon/Kconfig"
+
source "drivers/usb/host/Kconfig"

source "drivers/usb/class/Kconfig"
@@ -103,8 +105,6 @@ source "drivers/usb/storage/Kconfig"

source "drivers/usb/image/Kconfig"

-source "drivers/usb/mon/Kconfig"
-
comment "USB port drivers"
depends on USB



Patches currently in gregkh-2.6 which might be from simon@xxxxxxxxxxx are

usb.current/usb-move-usb-mon-up-to-misc-options-in-kconfig.patch
--
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/