aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKevin Hilman <khilman@linaro.org>2013-12-20 11:59:04 -0500
committerKevin Hilman <khilman@linaro.org>2013-12-20 11:59:30 -0500
commit490b929d42d2a321887f9538a83fc9f215675f15 (patch)
tree04fe7161f92c568839605f92c8f1c8730216f739 /arch/arm/Kconfig
parent23621799f24c3c4e8e8dcdf5fdeb3ebd2be148f9 (diff)
parentef43eff3447f30b4a3cfc61813902c2e57c20245 (diff)
Merge branch 'efm32/soc' into next/soc
From Uwe Kleine-König: * efm32/soc: (1003 commits) ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCs ARM: new platform for Energy Micro's EFM32 Cortex-M3 SoCs +Linux 3.13-rc4 Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig22
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 121153f57796..6a8d80be1c4c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -410,6 +410,26 @@ config ARCH_EBSA110
410 Ethernet interface, two PCMCIA sockets, two serial ports and a 410 Ethernet interface, two PCMCIA sockets, two serial ports and a
411 parallel port. 411 parallel port.
412 412
413config ARCH_EFM32
414 bool "Energy Micro efm32"
415 depends on !MMU
416 select ARCH_REQUIRE_GPIOLIB
417 select ARM_NVIC
418 # CLKSRC_MMIO is wrong here, but needed until a proper fix is merged,
419 # i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO
420 select CLKSRC_MMIO
421 select CLKSRC_OF
422 select COMMON_CLK
423 select CPU_V7M
424 select GENERIC_CLOCKEVENTS
425 select NO_DMA
426 select NO_IOPORT
427 select SPARSE_IRQ
428 select USE_OF
429 help
430 Support for Energy Micro's (now Silicon Labs) efm32 Giant Gecko
431 processors.
432
413config ARCH_EP93XX 433config ARCH_EP93XX
414 bool "EP93xx-based" 434 bool "EP93xx-based"
415 select ARCH_HAS_HOLES_MEMORYMODEL 435 select ARCH_HAS_HOLES_MEMORYMODEL
@@ -1801,7 +1821,7 @@ config FORCE_MAX_ZONEORDER
1801 int "Maximum zone order" if ARCH_SHMOBILE 1821 int "Maximum zone order" if ARCH_SHMOBILE
1802 range 11 64 if ARCH_SHMOBILE 1822 range 11 64 if ARCH_SHMOBILE
1803 default "12" if SOC_AM33XX 1823 default "12" if SOC_AM33XX
1804 default "9" if SA1111 1824 default "9" if SA1111 || ARCH_EFM32
1805 default "11" 1825 default "11"
1806 help 1826 help
1807 The kernel memory allocator divides physically contiguous memory 1827 The kernel memory allocator divides physically contiguous memory