linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate
@ 2020-03-05 10:32 Chunyan Zhang
  2020-03-05 10:32 ` [PATCH 2/2] tty: serial: make SERIAL_SPRD not depend on ARCH_SPRD Chunyan Zhang
  2020-03-09  8:03 ` [PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate Geert Uytterhoeven
  0 siblings, 2 replies; 18+ messages in thread
From: Chunyan Zhang @ 2020-03-05 10:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Catalin Marinas, Will Deacon, Jiri Slaby
  Cc: Chunyan Zhang, linux-kernel, Chunyan Zhang, linux-serial,
	Baolin Wang, Orson Zhai, linux-arm-kernel

From: Chunyan Zhang <chunyan.zhang@unisoc.com>

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>
---
 arch/arm64/Kconfig.platforms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b2b504ea6fd6..76778b2f520d 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -249,7 +249,7 @@ config ARCH_TEGRA
 	  This enables support for the NVIDIA Tegra SoC family.
 
 config ARCH_SPRD
-	bool "Spreadtrum SoC platform"
+	tristate "Spreadtrum SoC platform"
 	help
 	  Support for Spreadtrum ARM based SoCs
 
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-03-10 10:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 10:32 [PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate Chunyan Zhang
2020-03-05 10:32 ` [PATCH 2/2] tty: serial: make SERIAL_SPRD not depend on ARCH_SPRD Chunyan Zhang
2020-03-06 12:41   ` Geert Uytterhoeven
2020-03-09  1:17     ` Chunyan Zhang
2020-03-09  8:01       ` Geert Uytterhoeven
2020-03-09  8:42         ` Chunyan Zhang
2020-03-09 10:32           ` Geert Uytterhoeven
2020-03-09 11:15             ` Chunyan Zhang
2020-03-09 14:10         ` Orson Zhai
2020-03-09  8:03 ` [PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate Geert Uytterhoeven
2020-03-09  8:32   ` Chunyan Zhang
2020-03-09 10:32     ` Geert Uytterhoeven
2020-03-10  4:19       ` Sandeep Patil
2020-03-10  4:27         ` Sandeep Patil
2020-03-10  8:47           ` Geert Uytterhoeven
2020-03-10  9:41       ` Orson Zhai
2020-03-10  9:52         ` Geert Uytterhoeven
2020-03-10 10:13           ` Orson Zhai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).