Re: [PATCH 06/11] sunxi: Select SUN8I_RSB more carefully

2021-10-07 Thread Andre Przywara
On Sat, 21 Aug 2021 18:05:14 -0500 Samuel Holland wrote: > SUN8I_RSB should not be selected by MACH_SUN8I, because the hardware > is not present in half of those SoCs (H3/H5, R40, and V3s). Move the > selection to the SoCs where the hardware actually exists. Indeed, only those SoCs below have

[PATCH 06/11] sunxi: Select SUN8I_RSB more carefully

2021-08-21 Thread Samuel Holland
SUN8I_RSB should not be selected by MACH_SUN8I, because the hardware is not present in half of those SoCs (H3/H5, R40, and V3s). Move the selection to the SoCs where the hardware actually exists. Signed-off-by: Samuel Holland --- arch/arm/mach-sunxi/Kconfig | 4 +++- 1 file changed, 3