From c4d0a68b470d29c336cbb4f4b499307337850b79 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 20 Aug 2015 22:44:14 -0700 Subject: [PATCH] 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 Acked-by: Simon Glass --- drivers/Kconfig | 4 ++-- 1 file 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" -- 2.39.2