Commit 2b1b799d authored by Chunyan Zhang's avatar Chunyan Zhang Committed by Greg Kroah-Hartman
Browse files

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: default avatarChunyan Zhang <chunyan.zhang@unisoc.com>
Link: https://lore.kernel.org/r/20200305103228.9686-1-zhang.lyra@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b91d97c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -249,7 +249,7 @@ config ARCH_TEGRA
	  This enables support for the NVIDIA Tegra SoC family.
	  This enables support for the NVIDIA Tegra SoC family.


config ARCH_SPRD
config ARCH_SPRD
	bool "Spreadtrum SoC platform"
	tristate "Spreadtrum SoC platform"
	help
	help
	  Support for Spreadtrum ARM based SoCs
	  Support for Spreadtrum ARM based SoCs