summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-04-12 12:28:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-14 10:45:02 +0200
commit48ded694703281a29bdb169391559deb3e3d9e8a (patch)
treee688641b30ce9e00f16a8de01706c5b69a537957 /arch/arm/Kconfig
parent3ad53b334eb45e9eb3886bb2207dff35eaa15cef (diff)
downloadbarebox-48ded694703281a29bdb169391559deb3e3d9e8a.tar.gz
barebox-48ded694703281a29bdb169391559deb3e3d9e8a.tar.xz
tegra: switch to DT only
We will follow the Linux kernel and go devicetree only for Tegra. This doesn't prevent specific code for certain boards, but always requires a valid DTB for all boards. Also regenerate the AC100 defconfig to reflect this change. Signed-off-by: Lucas Stach <dev@lynxeye.de> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index befed5dc61..fdd803e2fb 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -139,6 +139,9 @@ config ARCH_TEGRA
bool "NVIDIA Tegra"
select CPU_V7
select HAS_DEBUG_LL
+ select BUILTIN_DTB
+ select OFDEVICE
+ select OFTREE
config ARCH_ZYNQ
bool "Xilinx Zynq-based boards"