diff options
author | Tom Rini | 2022-11-19 18:45:26 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:13 -0500 |
commit | 4982e123b293b1fd44164b6760ee3647720d72ba (patch) | |
tree | 459f7c801351b729688f832e014a82fd8b7d8620 /include/configs/trats.h | |
parent | 00faea644a0afb8eccb332af446c4ca9d0abe095 (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 'include/configs/trats.h')
-rw-r--r-- | include/configs/trats.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 5bd0ca2a964..ec18842bbe8 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -125,9 +125,6 @@ /* GPT */ -/* Common misc for Samsung */ -#define CONFIG_MISC_COMMON - /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__ |