From 89951c87ceab0f8ef3d2db70e83b12be63ff9e28 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 29 Nov 2019 16:14:54 +0100 Subject: ARM: layerscape: select OFTREE and OFDEVICE The Layerscape architectures probes exclusively from DT, so make sure the correct config options are enabled. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 98abc2b97f..780a4707a2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -106,6 +106,8 @@ config ARCH_LAYERSCAPE select COMMON_CLK select CLKDEV_LOOKUP select COMMON_CLK_OF_PROVIDER + select OFTREE + select OFDEVICE config ARCH_MVEBU bool "Marvell EBU platforms" -- cgit v1.2.3