Re: [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2014-11-26 Thread Arnd Bergmann
On Wednesday 26 November 2014 10:32:35 Lyra Zhang wrote: > > For now, we have only one platform(Sharkl64) based on ARM64 been submitted, > but we're intending to add support for more our platforms based on ARM64 or > ARM32 in the future. There are many common devices on these platforms, such > as

Re: [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2014-11-25 Thread Lyra Zhang
2014-11-25 20:57 GMT+08:00 Arnd Bergmann : > > On Tuesday 25 November 2014 20:16:57 Chunyan Zhang wrote: > > > > +menuconfig ARCH_SPRD > > + bool "Spreadtrum SoC platform" > > + depends on ARM64 > > + help > > + Support for Spreadtrum ARM based SoCs > > + > > +if ARCH_SPRD

[PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2014-11-25 Thread Chunyan Zhang
From: Zhizhou Zhang Adds support for Spreadtrum's SoC Platform and its subset Sharkl64 in the arm64 Kconfig and defconfig files. Signed-off-by: Zhizhou Zhang Signed-off-by: Chunyan Zhang Signed-off-by: Orson Zhai --- arch/arm64/Kconfig | 17 + arch/arm64/configs/d

Re: [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2014-11-25 Thread Arnd Bergmann
On Tuesday 25 November 2014 20:16:57 Chunyan Zhang wrote: > > +menuconfig ARCH_SPRD > + bool "Spreadtrum SoC platform" > + depends on ARM64 > + help > + Support for Spreadtrum ARM based SoCs > + > +if ARCH_SPRD > + > +config ARCH_SHARKL64 > + bool "Sharkl64 SoC Plat