mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
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>
This commit is contained in:
parent
628d792c07
commit
776d2ef06b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue