summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-11-29 16:14:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-02 11:02:22 +0100
commit2d67763dfbc4b06b50d8940abf2c5776653fc4b2 (patch)
treefa4162e8cde4f571bc4acb8a1dd37488739279d4 /arch
parentcfbe97999213189e74fdd0f2fbbb00cba76fc458 (diff)
downloadbarebox-2d67763dfbc4b06b50d8940abf2c5776653fc4b2.tar.gz
barebox-2d67763dfbc4b06b50d8940abf2c5776653fc4b2.tar.xz
ARM: davinci: virt2real: select OFTREE and OFDEVICE
The board probes from DT, so there is no point in allowing a configuration without OF support. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-davinci/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 66d3d7a5f7..c6d4fce603 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -9,6 +9,8 @@ choice
config MACH_VIRT2REAL
bool "Virt2Real"
+ select OFTREE
+ select OFDEVICE
endchoice