usb storage: group dependent USB storage Kconfig entries together
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 9 Aug 2018 15:30:13 +0000 (18:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 18:01:04 +0000 (20:01 +0200)
commitd1e348491a72c4118a1838377393349d780b2717
tree6b4e66472bd7054bed1d62d0d6b04065220244c7
parent71741bd6776aff40bc6e57d458a65d7e41190274
usb storage: group dependent USB storage Kconfig entries together

Instead of explicit setting of USB_STORAGE dependency for every
underlying build entries, exploit if USB_STORAGE / endif block.

The change is a trivial non-functional cleanup, it shortens
the Kconfig file and it is expected to reduce zconf parser
workload a little.

Dependencies of USB_UAS build option are left aside deliberately.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/Kconfig