summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:26 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:07:13 +0300
commit4982e123b293b1fd44164b6760ee3647720d72ba (patch)
tree459f7c801351b729688f832e014a82fd8b7d8620 /board
parent00faea644a0afb8eccb332af446c4ca9d0abe095 (diff)
downloadu-boot-4982e123b293b1fd44164b6760ee3647720d72ba.tar.xz
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')
-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 0000000000..849aeff613
--- /dev/null
+++ b/board/samsung/common/Kconfig
@@ -0,0 +1,2 @@
+config MISC_COMMON
+ bool