[PATCH 21/37] of: move oftree Kconfig to the top of the drivers menu
Sascha Hauer
s.hauer at pengutronix.de
Mon Mar 4 04:53:24 EST 2013
Using OFDEVICE is a basic decision, so move it to the top
of the driver menu.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
drivers/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 16ca5b9..b213849 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
--
1.7.10.4
More information about the barebox
mailing list