From a0dd44c5e0a5b93b567a96566ae2eea9aefc4642 Mon Sep 17 00:00:00 2001 From: Morten Priess Date: Wed, 21 Apr 2021 15:15:26 +0200 Subject: [PATCH] arch: select HAS_DTS for SPARC With PR#34449, architectures that use DTS must select the HAS_DTS configuration. Signed-off-by: Morten Priess --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index d63c6cdfb6b..00967ee2a57 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -52,6 +52,7 @@ config ARM64 config SPARC bool select ARCH_IS_SET + select HAS_DTS select USE_SWITCH select USE_SWITCH_SUPPORTED select BIG_ENDIAN