[U-Boot] [PATCH 05/12] usb: USB comments in Kconfig for better separation

Paul Kocialkowski contact at paulk.fr
Wed Jul 22 10:45:28 CEST 2015


Adding comments to the usb Kconfig allows for a better separation and more
readability in generated configs and in menuconfig.

Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 drivers/usb/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 5503ec9..d602e44 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -1,3 +1,8 @@
+#
+# USB
+#
+comment "USB"
+
 config USB
 	bool "Support USB"
 	---help---
@@ -53,6 +58,8 @@ source "drivers/usb/musb-new/Kconfig"
 
 source "drivers/usb/emul/Kconfig"
 
+comment "USB peripherals"
+
 config USB_STORAGE
 	bool "USB Mass Storage support"
 	---help---
-- 
1.9.1



More information about the U-Boot mailing list