Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1321598 > unrolled thread
| Started by | Chanho Min <chanho.min@lge.com> |
|---|---|
| First post | 2016-01-29 10:20 +0100 |
| Last post | 2016-01-29 11:30 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: add Kconfig entry for LG1K SoC family Chanho Min <chanho.min@lge.com> - 2016-01-29 10:20 +0100
Re: [PATCH] arm64: add Kconfig entry for LG1K SoC family Arnd Bergmann <arnd@arndb.de> - 2016-01-29 10:30 +0100
RE: [PATCH] arm64: add Kconfig entry for LG1K SoC family "chanho.min" <chanho.min@lge.com> - 2016-01-29 11:30 +0100
| From | Chanho Min <chanho.min@lge.com> |
|---|---|
| Date | 2016-01-29 10:20 +0100 |
| Subject | [PATCH] arm64: add Kconfig entry for LG1K SoC family |
| Message-ID | <qWdnH-zP-5@gated-at.bofh.it> |
This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC family in Kconfig. The dts and defconfig will be submitted soon in another series. Signed-off-by: Chanho Min <chanho.min@lge.com> --- 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
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-01-29 10:30 +0100 |
| Message-ID | <qWdxn-Dc-5@gated-at.bofh.it> |
| In reply to | #1321598 |
On Friday 29 January 2016 18:14:55 Chanho Min wrote: > This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC > family in Kconfig. > > The dts and defconfig will be submitted soon in another series. > > Signed-off-by: Chanho Min <chanho.min@lge.com> Please keep this together with the defconfig change for now if you want to send a git pull request. If you send separate patches, just keep it all together as a series. Also add a patch to list an entry in the MAINTAINERS file. In either case, submit it to the mailing lists for review first, but once the patches are ready to be applied, send them "To: arm@kernel.org" with everyone else on Cc. Arnd
[toc] | [prev] | [next] | [standalone]
| From | "chanho.min" <chanho.min@lge.com> |
|---|---|
| Date | 2016-01-29 11:30 +0100 |
| Message-ID | <qWetr-1lS-5@gated-at.bofh.it> |
| In reply to | #1321602 |
> On Friday 29 January 2016 18:14:55 Chanho Min wrote: > > This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC > > family in Kconfig. > > > > The dts and defconfig will be submitted soon in another series. > > > > Signed-off-by: Chanho Min <chanho.min@lge.com> > > Please keep this together with the defconfig change for now if you want to > send a git pull request. If you send separate patches, just keep it all > together as a series. Also add a patch to list an entry in the MAINTAINERS > file. > > In either case, submit it to the mailing lists for review first, but once the > patches are ready to be applied, send them "To: arm@kernel.org" > with everyone else on Cc. > > Arnd OK, I will drop this and submit again. Thanks Chanho
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web