aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
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