[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3490516.nCDXzA8J8x@wuerfel>
Date: Tue, 25 Nov 2014 13:57:31 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Chunyan Zhang <chunyan.zhang@...eadtrum.com>
Cc: grant.likely@...aro.org, robh+dt@...nel.org,
catalin.marinas@....com, gregkh@...uxfoundation.org,
ijc+devicetree@...lion.org.uk, jslaby@...e.cz,
galak@...eaurora.org, broonie@...aro.org, mark.rutland@....com,
m-karicheri2@...com, pawel.moll@....com, artagnon@...il.com,
rrichter@...ium.com, will.deacon@....com,
gnomes@...rguk.ukuu.org.uk, corbet@....net, jason@...edaemon.net,
broonie@...nel.org, heiko@...ech.de, shawn.guo@...escale.com,
florian.vaussard@...l.ch, andrew@...n.ch, hytszk@...il.com,
orsonzhai@...il.com, geng.ren@...eadtrum.com,
zhizhou.zhang@...eadtrum.com, lanqing.liu@...eadtrum.com,
zhang.lyra@...il.com, wei.qiao@...eadtrum.com,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, sprdlinux@...elists.org,
linux-doc@...r.kernel.org, linux-serial@...r.kernel.org,
linux-api@...r.kernel.org
Subject: Re: [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists