arm64: change ARCH_SPRD Kconfig to tristate
authorChunyan Zhang <chunyan.zhang@unisoc.com>
Thu, 5 Mar 2020 10:32:27 +0000 (18:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2020 12:31:19 +0000 (13:31 +0100)
commit2b1b799d7630c40e1fc7cfd0f4c35fb44577f4b2
tree276ec01ac67bba57744dcbb417e33707e34c130a
parent1b91d97c66ef32a80dc3098df2f5fe3392342625
arm64: change ARCH_SPRD Kconfig to tristate

The default value of Kconfig for almost all sprd drivers are the same with
ARCH_SPRD, making these drivers built as modules as default would be easier
if we can set ARCH_SPRD as 'm', so this patch change ARCH_SPRD to tristate.

Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Link: https://lore.kernel.org/r/20200305103228.9686-1-zhang.lyra@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/Kconfig.platforms