Re: [PATCH v2 1/2] arm: Fix option dependency with Kconfig language

2021-09-02 Thread Tom Rini
On Tue, Aug 03, 2021 at 10:50:09AM +0800, Chia-Wei Wang wrote: > Use Kconfig 'depends on' instead of #if macro to > express the option depdencies. > > Signed-off-by: Chia-Wei Wang Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 1/2] arm: Fix option dependency with Kconfig language

2021-08-02 Thread Chia-Wei Wang
Use Kconfig 'depends on' instead of #if macro to express the option depdencies. Signed-off-by: Chia-Wei Wang --- arch/arm/Kconfig | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2b7b625705..c142eaa5c1 100644 --- a/arch/arm/Kc