aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/common
diff options
context:
space:
mode:
authorTom Rini2022-11-19 18:45:26 -0500
committerTom Rini2022-12-05 16:07:13 -0500
commit4982e123b293b1fd44164b6760ee3647720d72ba (patch)
tree459f7c801351b729688f832e014a82fd8b7d8620 /board/samsung/common
parent00faea644a0afb8eccb332af446c4ca9d0abe095 (diff)
arm: samsung: Move CONFIG_MISC_COMMON to Kconfig
This option controls using board/samsung/common/misc.c, so add a Kconfig file there as well and select it from the boards which use this functionality. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/common')
-rw-r--r--board/samsung/common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/samsung/common/Kconfig b/board/samsung/common/Kconfig
new file mode 100644
index 00000000000..849aeff6134
--- /dev/null
+++ b/board/samsung/common/Kconfig
@@ -0,0 +1,2 @@
+config MISC_COMMON
+ bool