[linux-sunxi] [RFC PATCH 2/9] ARM: sunxi: add Allwinner ARMv5 SoCs
Julian Calaby
julian.calaby at gmail.com
Fri Jan 19 19:06:40 PST 2018
Hi Icenowy,
On Sat, Jan 20, 2018 at 10:17 AM, Icenowy Zheng <icenowy at aosc.io> wrote:
> Add option for Allwinner ARMv5 SoCs and a SoC suniv (which is a die used
> for many new F-series products, including F1C100A, F1C100s, F1C200s,
> F1C500, F1C600).
>
> Signed-off-by: Icenowy Zheng <icenowy at aosc.io>
> ---
> arch/arm/mach-sunxi/Kconfig | 13 +++++++++++++
> arch/arm/mach-sunxi/Makefile | 1 +
> arch/arm/mach-sunxi/sunxi_v5.c | 22 ++++++++++++++++++++++
> 3 files changed, 36 insertions(+)
> create mode 100644 arch/arm/mach-sunxi/sunxi_v5.c
>
> diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> index 65509a35935f..78ac9ce70641 100644
> --- a/arch/arm/mach-sunxi/Kconfig
> +++ b/arch/arm/mach-sunxi/Kconfig
> @@ -59,3 +59,16 @@ config MACH_SUN9I
> select ARM_GIC
>
> endif
> +
> +menuconfig ARCH_SUNXI_V5
> + bool "Allwinner SoCs"
That name seems a little too generic. Maybe "Allwinner ARMv5 SoCs"?
Thanks,
--
Julian Calaby
Email: julian.calaby at gmail.com
Profile: http://www.google.com/profiles/julian.calaby/
More information about the linux-arm-kernel
mailing list