Re: [PATCH 19/38] arm: samsung: Move CONFIG_MISC_COMMON to Kconfig

2022-11-24 Thread Minkyu Kang
Hi, On Tue, 22 Nov 2022 at 07:51, Simon Glass wrote: > On Sat, 19 Nov 2022 at 16:49, Tom Rini 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

Re: [PATCH 19/38] arm: samsung: Move CONFIG_MISC_COMMON to Kconfig

2022-11-21 Thread Simon Glass
On Sat, 19 Nov 2022 at 16:49, Tom Rini 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 > --- > arch/arm/Kconfig| 1 + > arch/arm/

[PATCH 19/38] arm: samsung: Move CONFIG_MISC_COMMON to Kconfig

2022-11-19 Thread Tom Rini
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 --- arch/arm/Kconfig| 1 + arch/arm/mach-exynos/Kconfig| 5 + arch/arm/mach-s5pc1xx/Kcon