9
0
Fork 0

of: move oftree Kconfig to the top of the drivers menu

Using OFDEVICE is a basic decision, so move it to the top
of the driver menu.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-02-26 12:03:56 +01:00
parent 04a26f678d
commit ef317ef43d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
menu "Drivers"
source "drivers/of/Kconfig"
source "drivers/amba/Kconfig"
source "drivers/serial/Kconfig"
source "drivers/net/Kconfig"
@ -21,7 +22,6 @@ source "drivers/watchdog/Kconfig"
source "drivers/pwm/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/of/Kconfig"
source "drivers/w1/Kconfig"
endmenu