aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-12-20 00:12:24 -0500
committerOlof Johansson <olof@lixom.net>2011-12-20 00:13:41 -0500
commit844e8a16f25568eefd02a6bfb40bdd9bc04704b8 (patch)
treefdfe4de420c66517a2e4a2a25a454997c6210e95 /arch/arm/Kconfig
parent5ecdd39f6cdd57aa42e072bf30aa7239fd109d7a (diff)
parenta53bfa07369b7c3448a60d29f0fc2e81751ed0b7 (diff)
Merge branch 'picoxcell/cleanup' into next/cleanup
* picoxcell/cleanup: (4 commits) MAINTAINERS: add maintainer entry for Picochip picoxcell ARM: picoxcell: move io mappings to common.c ARM: picoxcell: don't reserve irq_descs ARM: picoxcell: remove mach/memory.h Conflicts: arch/arm/mach-at91/setup.c
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e084b7e981e8..0d961cb7be9a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -650,6 +650,7 @@ config ARCH_PICOXCELL
650 select HAVE_SCHED_CLOCK 650 select HAVE_SCHED_CLOCK
651 select HAVE_TCM 651 select HAVE_TCM
652 select NO_IOPORT 652 select NO_IOPORT
653 select SPARSE_IRQ
653 select USE_OF 654 select USE_OF
654 help 655 help
655 This enables support for systems based on the Picochip picoXcell 656 This enables support for systems based on the Picochip picoXcell
@@ -1971,7 +1972,7 @@ endchoice
1971 1972
1972config XIP_KERNEL 1973config XIP_KERNEL
1973 bool "Kernel Execute-In-Place from ROM" 1974 bool "Kernel Execute-In-Place from ROM"
1974 depends on !ZBOOT_ROM 1975 depends on !ZBOOT_ROM && !ARM_LPAE
1975 help 1976 help
1976 Execute-In-Place allows the kernel to run from non-volatile storage 1977 Execute-In-Place allows the kernel to run from non-volatile storage
1977 directly addressable by the CPU, such as NOR flash. This saves RAM 1978 directly addressable by the CPU, such as NOR flash. This saves RAM
@@ -2001,7 +2002,7 @@ config XIP_PHYS_ADDR
2001 2002
2002config KEXEC 2003config KEXEC
2003 bool "Kexec system call (EXPERIMENTAL)" 2004 bool "Kexec system call (EXPERIMENTAL)"
2004 depends on EXPERIMENTAL 2005 depends on EXPERIMENTAL && (!SMP || HOTPLUG_CPU)
2005 help 2006 help
2006 kexec is a system call that implements the ability to shutdown your 2007 kexec is a system call that implements the ability to shutdown your
2007 current kernel, and to start another kernel. It is like a reboot 2008 current kernel, and to start another kernel. It is like a reboot