From: Bin Meng Date: Fri, 21 Aug 2015 05:44:14 +0000 (-0700) Subject: drivers: kconfig: Move "Generic Driver Options" menu to the top X-Git-Tag: v2015.10-rc3~41^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=776d2ef06bb627b410f4f2aa6a21ceb24a92b260;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/drivers/Kconfig b/drivers/Kconfig index 092bc02..b25c59c 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"