From: Catalin Marinas <catalin.marinas@arm.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
Thomas Abraham <thomas.ab@samsung.com>,
Ilho Lee <ilho215.lee@samsung.com>
Subject: Re: [PATCH v2 2/3] arm64: defconfig: Enable ARCH_GH7 by default
Date: Tue, 11 Mar 2014 12:01:45 +0000 [thread overview]
Message-ID: <20140311120145.GE31104@arm.com> (raw)
In-Reply-To: <1394491879-5320-3-git-send-email-kgene.kim@samsung.com>
On Mon, Mar 10, 2014 at 10:51:18PM +0000, Kukjin Kim wrote:
> This patch adds support for Samsung GH7 SoC in arm64/Kconfig and
> enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64.
>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> ---
> arch/arm64/Kconfig | 3 +++
> arch/arm64/boot/dts/Makefile | 1 +
> arch/arm64/configs/defconfig | 1 +
> 3 files changed, 5 insertions(+)
>
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index dd4327f..f0f2bf2 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -111,6 +111,9 @@ source "kernel/Kconfig.freezer"
>
> menu "Platform selection"
>
> +config ARCH_GH7
> + bool
You should add some text here so that people can disable it. The aim is
single Image by default but I think we should let people disable certain
platforms for more targeted deployments.
--
Catalin
WARNING: multiple messages have this Message-ID (diff)
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] arm64: defconfig: Enable ARCH_GH7 by default
Date: Tue, 11 Mar 2014 12:01:45 +0000 [thread overview]
Message-ID: <20140311120145.GE31104@arm.com> (raw)
In-Reply-To: <1394491879-5320-3-git-send-email-kgene.kim@samsung.com>
On Mon, Mar 10, 2014 at 10:51:18PM +0000, Kukjin Kim wrote:
> This patch adds support for Samsung GH7 SoC in arm64/Kconfig and
> enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64.
>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> ---
> arch/arm64/Kconfig | 3 +++
> arch/arm64/boot/dts/Makefile | 1 +
> arch/arm64/configs/defconfig | 1 +
> 3 files changed, 5 insertions(+)
>
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index dd4327f..f0f2bf2 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -111,6 +111,9 @@ source "kernel/Kconfig.freezer"
>
> menu "Platform selection"
>
> +config ARCH_GH7
> + bool
You should add some text here so that people can disable it. The aim is
single Image by default but I think we should let people disable certain
platforms for more targeted deployments.
--
Catalin
next prev parent reply other threads:[~2014-03-11 12:02 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-10 22:51 [PATCH v2 0/3] arm64: add new support Samsung GH7 SoC and SSDK board Kukjin Kim
2014-03-10 22:51 ` Kukjin Kim
2014-03-10 22:51 ` [PATCH v2 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board Kukjin Kim
2014-03-10 22:51 ` Kukjin Kim
2014-03-11 11:59 ` Catalin Marinas
2014-03-11 11:59 ` Catalin Marinas
2014-03-11 18:29 ` Mark Rutland
2014-03-11 18:29 ` Mark Rutland
2014-03-12 4:31 ` Kukjin Kim
2014-03-12 4:31 ` Kukjin Kim
2014-03-13 10:33 ` Mark Rutland
2014-03-13 10:33 ` Mark Rutland
2014-03-14 1:26 ` Kukjin Kim
2014-03-14 1:26 ` Kukjin Kim
2014-03-18 18:10 ` Mark Rutland
2014-03-18 18:10 ` Mark Rutland
2014-03-19 8:33 ` Kukjin Kim
2014-03-19 8:33 ` Kukjin Kim
2014-03-14 12:48 ` Mark Brown
2014-03-14 12:48 ` Mark Brown
2014-03-10 22:51 ` [PATCH v2 2/3] arm64: defconfig: Enable ARCH_GH7 by default Kukjin Kim
2014-03-10 22:51 ` Kukjin Kim
2014-03-11 12:01 ` Catalin Marinas [this message]
2014-03-11 12:01 ` Catalin Marinas
2014-03-11 22:45 ` Kukjin Kim
2014-03-11 22:45 ` Kukjin Kim
2014-03-10 22:51 ` [PATCH v2 3/3] Documentation: DT: add new entry for Samsung GH7 SoC and SSDK board Kukjin Kim
2014-03-10 22:51 ` Kukjin Kim
2014-03-11 12:02 ` Catalin Marinas
2014-03-11 12:02 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140311120145.GE31104@arm.com \
--to=catalin.marinas@arm.com \
--cc=ilho215.lee@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=thomas.ab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.