From: Michal Wilczynski Date: Mon, 28 Oct 2024 08:58:37 +0000 (+0100) Subject: soc: thead: Fix wrong constant X-Git-Tag: accepted/tizen/unified/x/20241031.045857~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2aeb7e28f1ea16b84b46fa881a5ebdf279895512;p=platform%2Fkernel%2Flinux-thead.git soc: thead: Fix wrong constant SOC_THEAD constant is not used, instead ARCH_THEAD is a correct constant used upstream. Fix it. Change-Id: Iea3b4393ec6d63b079483c87f0aa1573df0c6014 Signed-off-by: Michal Wilczynski --- diff --git a/drivers/soc/thead/Kconfig b/drivers/soc/thead/Kconfig index 1085036eab1d..986ed7c27db1 100644 --- a/drivers/soc/thead/Kconfig +++ b/drivers/soc/thead/Kconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -if SOC_THEAD || COMPILE_TEST +if ARCH_THEAD || COMPILE_TEST menu "Thead SoC drivers"