summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-02-26 12:03:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-06 11:41:28 +0100
commitef317ef43d311c6769984e3f07d968abc4924b80 (patch)
tree50c654799ab139126d008113b1f991f645fa92dc /drivers/Kconfig
parent04a26f678dd157a26f301a8d06cb233f21d0dad8 (diff)
downloadbarebox-ef317ef43d311c6769984e3f07d968abc4924b80.tar.gz
barebox-ef317ef43d311c6769984e3f07d968abc4924b80.tar.xz
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>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 16ca5b99b0..b213849af0 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -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