diff mbox

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

Message ID 1437554735-11728-5-git-send-email-contact@paulk.fr
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Paul Kocialkowski July 22, 2015, 8:45 a.m. UTC
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@paulk.fr>
---
 drivers/usb/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Marek Vasut July 22, 2015, 2:01 p.m. UTC | #1
On Wednesday, July 22, 2015 at 10:45:28 AM, Paul Kocialkowski wrote:
> 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@paulk.fr>

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
diff mbox

Patch

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---