summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-20 22:44:14 -0700
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:26 -0600
commit776d2ef06bb627b410f4f2aa6a21ceb24a92b260 (patch)
treeaabbd2c224845d31761093d91a43bb97c07a1baf /drivers/Kconfig
parent628d792c0775ff4b0d373494d075dd7fcb74bb76 (diff)
downloadblackbird-obmc-uboot-776d2ef06bb627b410f4f2aa6a21ceb24a92b260.tar.gz
blackbird-obmc-uboot-776d2ef06bb627b410f4f2aa6a21ceb24a92b260.zip
drivers: kconfig: Move "Generic Driver Options" menu to the top
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>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 092bc02b30..b25c59cf79 100644
--- 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"
OpenPOWER on IntegriCloud