From: chris.brandt@renesas.com (Chris Brandt)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: shmobile: add renesas soc as a top level selection
Date: Wed, 8 Feb 2017 22:30:44 -0500 [thread overview]
Message-ID: <20170209033044.19513-3-chris.brandt@renesas.com> (raw)
In-Reply-To: <20170209033044.19513-1-chris.brandt@renesas.com>
Allows users to select "Renesas ARM SoCs" as opposed to multiplatform.
ARM_SINGLE_ARMV7 is then selected to help with the behind the scenes work
in the build scripts.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
---
arch/arm/Kconfig | 4 ++++
arch/arm/mach-shmobile/Kconfig | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 36107e7..9c468dd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -359,6 +359,10 @@ config ARCH_MULTIPLATFORM
select SPARSE_IRQ
select USE_OF
+config ARM_SOC_RENESAS_V7
+ bool "Renesas ARM SoCs"
+ select ARM_SINGLE_ARMV7
+
config ARM_SINGLE_ARMV7M
bool "ARMv7-M based platforms (Cortex-M0/M3/M4)"
depends on !MMU
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index ad7d604..1317aea 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -31,7 +31,7 @@ config ARCH_RMOBILE
menuconfig ARCH_RENESAS
bool "Renesas ARM SoCs"
- depends on ARCH_MULTI_V7 && MMU
+ depends on (ARCH_MULTI_V7 || ARM_SOC_RENESAS_V7) && MMU
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
select ARCH_SHMOBILE
select ARCH_SHMOBILE_MULTI
--
2.10.1
prev parent reply other threads:[~2017-02-09 3:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 3:30 [PATCH 0/2] ARM: ARMv7 (with MMU) XIP without ARCH_MULTIPLATFORM Chris Brandt
2017-02-09 3:30 ` [PATCH 1/2] ARM: add ARM_SINGLE_ARMV7 as config option Chris Brandt
2017-02-09 3:37 ` Florian Fainelli
2017-02-09 3:50 ` Chris Brandt
2017-02-09 19:53 ` Florian Fainelli
2017-02-09 20:21 ` Chris Brandt
2017-02-10 13:05 ` Arnd Bergmann
2017-02-10 14:17 ` Chris Brandt
2017-02-10 15:53 ` Arnd Bergmann
2017-02-10 16:39 ` Russell King - ARM Linux
2017-02-13 20:45 ` Arnd Bergmann
2017-02-09 3:30 ` Chris Brandt [this message]
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=20170209033044.19513-3-chris.brandt@renesas.com \
--to=chris.brandt@renesas.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).