diff mbox

[v3,1/4] arm64: add Kconfig entry for LG1K SoC family

Message ID 1460375687-2375-2-git-send-email-chanho.min@lge.com (mailing list archive)
State New, archived
Headers show

Commit Message

Chanho Min April 11, 2016, 11:54 a.m. UTC
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
Changes for v3:
	- None
---
 arch/arm64/Kconfig.platforms |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Olof Johansson April 13, 2016, 10:15 p.m. UTC | #1
On Mon, Apr 11, 2016 at 08:54:44PM +0900, Chanho Min wrote:
> 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
> Changes for v3:
> 	- 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

Did you see that the list of machine entries here are listed alphabetically?
They are, and you're appending out of order here. I've moved it for you but
please pay attention to these kind of things.


-Olof
diff mbox

Patch

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