Re: [PATCH 1/2] sunxi: Remove obsolete Kconfig selections

2022-05-24 Thread Andre Przywara
On Mon, 9 May 2022 00:10:54 -0500 Samuel Holland wrote: > ARCH_SUNXI selects DM_SERIAL, so the condition can never be satisfied. > > Signed-off-by: Samuel Holland Applied to sunxi/master. Thanks! Andre > --- > > arch/arm/mach-sunxi/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > > di

Re: [PATCH 1/2] sunxi: Remove obsolete Kconfig selections

2022-05-09 Thread Andre Przywara
On Mon, 9 May 2022 00:10:54 -0500 Samuel Holland wrote: > ARCH_SUNXI selects DM_SERIAL, so the condition can never be satisfied. True, and even if !DM_SERIAL would be a thing, it looks odd to begin with. > Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Cheers, Andre > --- > >

[PATCH 1/2] sunxi: Remove obsolete Kconfig selections

2022-05-08 Thread Samuel Holland
ARCH_SUNXI selects DM_SERIAL, so the condition can never be satisfied. Signed-off-by: Samuel Holland --- arch/arm/mach-sunxi/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 1f43b25324..ee606c5bbc 100644 --- a/arch/arm