summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2020-10-02 12:56:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-05 09:13:02 +0200
commitf4a853de505063e7eb59f9cee42c855bea143823 (patch)
treebaf0f214f9ee6e14b9440abd47cb411c07524a73 /arch/arm/mach-imx/Kconfig
parent9231312272a774619697cab2883e70409a251bc8 (diff)
downloadbarebox-f4a853de505063e7eb59f9cee42c855bea143823.tar.gz
barebox-f4a853de505063e7eb59f9cee42c855bea143823.tar.xz
ARCH: i.MX6: add support for OFDEVICE
The imx23_defconfig, imx_v8_defconfig and imx_defconfig already selecting this config except for the imx_v7_defconfig. The imx_v7_defconfig selects MACH_ZII_VF610_DEV which selects ARCH_VF610 which select OFDEVICE. So it will be never selected if the MACH_ZII_VF610_DEV board support is dropped. Selecting the option here seems to be the better place instead of adding it to the imx_v7_defconfig because there are possible no i.MX6 boards not using the device tree. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 5ddc4a6ad2..f5c7af430e 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -146,7 +146,7 @@ config ARCH_IMX6
select ARCH_HAS_IMX_GPT
select CPU_V7
select PINCTRL_IMX_IOMUX_V3
- select OFTREE
+ select OFDEVICE
select COMMON_CLK_OF_PROVIDER
select HW_HAS_PCI