From: stefan@agner.ch (Stefan Agner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 09/12] ARM: efm32: use ARM_SINGLE_ARMV7M
Date: Sat, 9 May 2015 22:39:39 +0200 [thread overview]
Message-ID: <1431203982-13217-10-git-send-email-stefan@agner.ch> (raw)
In-Reply-To: <1431203982-13217-1-git-send-email-stefan@agner.ch>
Use the new config symbol ARM_SINGLE_ARMV7M which groups config
symbols used by modern ARMv7-M platforms. It also support multiple
ARMv7-M platforms in one kernel image. However, this only works if
the combined platforms share the same (main) memory layout.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
arch/arm/Kconfig | 28 ++++++++++------------------
arch/arm/configs/efm32_defconfig | 1 +
2 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2361efc..d1c035d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -411,24 +411,6 @@ config ARCH_EBSA110
Ethernet interface, two PCMCIA sockets, two serial ports and a
parallel port.
-config ARCH_EFM32
- bool "Energy Micro efm32"
- depends on !MMU
- select ARCH_REQUIRE_GPIOLIB
- select ARM_NVIC
- select AUTO_ZRELADDR
- select CLKSRC_OF
- select COMMON_CLK
- select CPU_V7M
- select GENERIC_CLOCKEVENTS
- select NO_DMA
- select NO_IOPORT_MAP
- select SPARSE_IRQ
- select USE_OF
- help
- Support for Energy Micro's (now Silicon Labs) efm32 Giant Gecko
- processors.
-
config ARCH_EP93XX
bool "EP93xx-based"
select ARCH_HAS_HOLES_MEMORYMODEL
@@ -963,6 +945,16 @@ source "arch/arm/mach-w90x900/Kconfig"
source "arch/arm/mach-zynq/Kconfig"
+# ARMv7-M architecture
+config ARCH_EFM32
+ bool "Energy Micro efm32"
+ depends on ARM_SINGLE_ARMV7M
+ select ARCH_REQUIRE_GPIOLIB
+ select AUTO_ZRELADDR
+ help
+ Support for Energy Micro's (now Silicon Labs) efm32 Giant Gecko
+ processors.
+
# Definitions to make life easier
config ARCH_ACORN
bool
diff --git a/arch/arm/configs/efm32_defconfig b/arch/arm/configs/efm32_defconfig
index c4c17e3..e969f78 100644
--- a/arch/arm/configs/efm32_defconfig
+++ b/arch/arm/configs/efm32_defconfig
@@ -16,6 +16,7 @@ CONFIG_EMBEDDED=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_MMU is not set
+CONFIG_ARM_SINGLE_ARMV7M=y
CONFIG_ARCH_EFM32=y
CONFIG_SET_MEM_PARAM=y
CONFIG_DRAM_BASE=0x88000000
--
2.4.0
next prev parent reply other threads:[~2015-05-09 20:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-09 20:39 [PATCH v6 00/12] ARM: vf610m4: Add Vybrid Cortex-M4 support Stefan Agner
2015-05-09 20:39 ` [PATCH v6 01/12] irqdomain: Add non-hierarchy helper irq_domain_set_info Stefan Agner
2015-05-09 20:39 ` [PATCH v6 02/12] genirq: generic chip: support hierarchy domain Stefan Agner
2015-05-09 20:39 ` [PATCH v6 03/12] irqchip: nvic: support hierarchy irq domain Stefan Agner
2015-05-09 20:39 ` [PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent Stefan Agner
2015-05-15 10:39 ` Thomas Gleixner
2015-05-15 16:01 ` Stefan Agner
2015-05-15 20:29 ` Thomas Gleixner
2015-05-09 20:39 ` [PATCH v6 05/12] ARM: ARMv7M: define size of vector table for Vybrid Stefan Agner
2015-05-09 20:39 ` [PATCH v6 06/12] clocksource: add dependencies for Vybrid pit clocksource Stefan Agner
2015-05-09 20:39 ` [PATCH v6 07/12] ARM: unify MMU/!MMU addruart calls Stefan Agner
2015-05-09 20:39 ` [PATCH v6 08/12] ARM: introduce ARM_SINGLE_ARMV7M for ARMv7-M platforms Stefan Agner
2015-05-09 20:39 ` Stefan Agner [this message]
2015-05-09 20:39 ` [PATCH v6 10/12] ARM: vf610: enable Cortex-M4 configuration on Vybrid SoC Stefan Agner
2015-05-09 20:39 ` [PATCH v6 11/12] ARM: dts: add support for Vybrid running on Cortex-M4 Stefan Agner
2015-05-09 20:39 ` [PATCH v6 12/12] ARM: vf610m4: add defconfig for Linux on Vybrids Cortex-M4 Stefan Agner
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=1431203982-13217-10-git-send-email-stefan@agner.ch \
--to=stefan@agner.ch \
--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).