Skip to content

Commit

Permalink
USB: Move usb/mon/ up to misc options in Kconfig
Browse files Browse the repository at this point in the history
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@fire.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Simon Arlott authored and Greg Kroah-Hartman committed Aug 14, 2008
1 parent 59f4ff2 commit 3bea302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 3bea302

Please sign in to comment.