projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d32e5f
)
drivers: kconfig: Move "Generic Driver Options" menu to the top
author
Bin Meng
<bmeng.cn@gmail.com>
Fri, 21 Aug 2015 05:44:14 +0000
(22:44 -0700)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:15 +0000
(12:19 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/Kconfig
b/drivers/Kconfig
index
092bc02
..
b25c59c
100644
(file)
--- a/
drivers/Kconfig
+++ b/
drivers/Kconfig
@@
-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"