All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abhilash Kesavan <a.kesavan@samsung.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org, catalin.marinas@arm.com,
	robh@kernel.org, devicetree@vger.kernel.org, olof@lixom.net,
	arnd@arndb.de, tomasz.figa@gmail.com, kesavan.abhilash@gmail.com,
	lorenzo.pieralisi@arm.com
Subject: [PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig
Date: Sun,  9 Nov 2014 09:50:34 +0530	[thread overview]
Message-ID: <1415506834-8180-8-git-send-email-a.kesavan@samsung.com> (raw)
In-Reply-To: <1415506834-8180-1-git-send-email-a.kesavan@samsung.com>

From: Alim Akhtar <alim.akhtar@samsung.com>

Enable Exynos7 SOC in the arm64 defconfig. Also enable the
samsung serial driver needed by this SoC.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4ce602c..cc2aa19 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -32,6 +32,8 @@ CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set
+CONFIG_ARCH_EXYNOS=y
+CONFIG_ARCH_EXYNOS7=y
 CONFIG_ARCH_THUNDER=y
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_XGENE=y
@@ -84,6 +86,8 @@ CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_SAMSUNG=y
+CONFIG_SERIAL_SAMSUNG_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
-- 
2.1.0

WARNING: multiple messages have this Message-ID (diff)
From: a.kesavan@samsung.com (Abhilash Kesavan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig
Date: Sun,  9 Nov 2014 09:50:34 +0530	[thread overview]
Message-ID: <1415506834-8180-8-git-send-email-a.kesavan@samsung.com> (raw)
In-Reply-To: <1415506834-8180-1-git-send-email-a.kesavan@samsung.com>

From: Alim Akhtar <alim.akhtar@samsung.com>

Enable Exynos7 SOC in the arm64 defconfig. Also enable the
samsung serial driver needed by this SoC.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4ce602c..cc2aa19 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -32,6 +32,8 @@ CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set
+CONFIG_ARCH_EXYNOS=y
+CONFIG_ARCH_EXYNOS7=y
 CONFIG_ARCH_THUNDER=y
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_XGENE=y
@@ -84,6 +86,8 @@ CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_SAMSUNG=y
+CONFIG_SERIAL_SAMSUNG_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
-- 
2.1.0

  parent reply	other threads:[~2014-11-09  4:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-09  4:20 [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC Abhilash Kesavan
2014-11-09  4:20 ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 1/7] arm64: dts: add <dt-bindings/> symlink Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 2/7] arm64: dts: Add initial device tree support for EXYNOS7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 3/7] arm64: dts: Add initial pinctrl support to EXYNOS7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 4/7] arm64: dts: Add PMU DT node for exynos7 SoC Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` Abhilash Kesavan [this message]
2014-11-09  4:20   ` [PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig Abhilash Kesavan
2014-11-11 14:29 ` [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC Abhilash Kesavan
2014-11-11 14:29   ` Abhilash Kesavan
2014-11-16  2:17   ` Abhilash Kesavan
2014-11-16  2:17     ` Abhilash Kesavan
2014-11-16  7:01     ` Kukjin Kim
2014-11-16  7:01       ` Kukjin Kim

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=1415506834-8180-8-git-send-email-a.kesavan@samsung.com \
    --to=a.kesavan@samsung.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kesavan.abhilash@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=olof@lixom.net \
    --cc=robh@kernel.org \
    --cc=tomasz.figa@gmail.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.