From f4a853de505063e7eb59f9cee42c855bea143823 Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Fri, 2 Oct 2020 12:56:35 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-imx/Kconfig') 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 -- cgit v1.2.3