projects
/
platform
/
kernel
/
linux-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a62d8
)
soc: thead: Fix wrong constant
00/319600/2
author
Michal Wilczynski
<m.wilczynski@samsung.com>
Mon, 28 Oct 2024 08:58:37 +0000
(09:58 +0100)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 30 Oct 2024 04:07:17 +0000
(
04:07
+0000)
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 <m.wilczynski@samsung.com>
drivers/soc/thead/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/thead/Kconfig
b/drivers/soc/thead/Kconfig
index 1085036eab1dbe95f6a59c5d4b2aa826de449d57..986ed7c27db1555d495dadfe56afdd69d8b55834 100644
(file)
--- 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"