Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1355040

[PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family

From Chanho Min <chanho.min@lge.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family
Date 2016-03-10 12:30 +0100
Message-ID <rb6WZ-6lf-5@gated-at.bofh.it> (permalink)
References <rb6WZ-6lf-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC
family in Kconfig.

Signed-off-by: Chanho Min <chanho.min@lge.com>
---
Changes for v2:
	- None
---
 arch/arm64/Kconfig.platforms |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 21074f6..b002bba 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -141,4 +141,8 @@ config ARCH_ZYNQMP
 	help
 	  This enables support for Xilinx ZynqMP Family
 
+config ARCH_LG1K
+	bool "LG Electronics LG1K SoC Family"
+	help
+	  This enables support for LG Electronics LG1K SoC Family
 endmenu
-- 
1.7.9.5

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family Chanho Min <chanho.min@lge.com> - 2016-03-10 12:30 +0100

csiph-web