Thread (46 messages) 46 messages, 14 authors, 2014-12-03

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

From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-11-25 12:58:44
Also in: linux-api, linux-devicetree, linux-serial, lkml

Possibly related (same subject, not in this thread)

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 Platform"
+       help
+         Sharkl64 is a Spreadtrum's SoC Platform which is based
+         on ARM 64-bit processor core including
+           sc9836
+
+endif #ARCH_SPRD
+
I don't think we need multiple levels here, it should be enough to
have either ARCH_SPRD or ARCH_SHARKL64, because all device drivers
are going to be optional anyway. Typically a Kconfig symbol covers
all SoCs that are related, so if you Spreadtrum are doing both
phone and server chips and these are designed independently, you
would have two symbols, but if you only expect to see phone chips
here that are all derived from the same product line, using ARCH_SPRD
to refer to all of them should be enough.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help