]> git.sur5r.net Git - u-boot/commitdiff
drivers: kconfig: Move "Generic Driver Options" menu to the top
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Aug 2015 05:44:14 +0000 (22:44 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 31 Aug 2015 13:57:26 +0000 (07:57 -0600)
Make "Generic Driver Options" menu show on the top in the Kconfig.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/Kconfig

index 092bc02b304ef6dc9f8cfd6230a5c1ebbf653618..b25c59cf794af29f6dd00dca9f77f6c78d198429 100644 (file)
@@ -1,9 +1,9 @@
 menu "Device Drivers"
 
-source "drivers/clk/Kconfig"
-
 source "drivers/core/Kconfig"
 
+source "drivers/clk/Kconfig"
+
 source "drivers/cpu/Kconfig"
 
 source "drivers/demo/Kconfig"