
On Sat, 19 Nov 2022 at 16:49, Tom Rini trini@konsulko.com wrote:
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
arch/arm/Kconfig | 1 + arch/arm/mach-exynos/Kconfig | 5 +++++ arch/arm/mach-s5pc1xx/Kconfig | 1 + board/samsung/common/Kconfig | 2 ++ include/configs/odroid.h | 6 ------ include/configs/odroid_xu3.h | 1 - include/configs/s5p_goni.h | 2 -- include/configs/s5pc210_universal.h | 3 --- include/configs/trats.h | 3 --- include/configs/trats2.h | 3 --- 10 files changed, 9 insertions(+), 18 deletions(-) create mode 100644 board/samsung/common/Kconfig
Reviewed-by: Simon Glass sjg@chromium.org