diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d56d21c0573b..9d2608363390 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -23,6 +23,7 @@ config ARM | |||
23 | select PERF_USE_VMALLOC | 23 | select PERF_USE_VMALLOC |
24 | select HAVE_REGS_AND_STACK_ACCESS_API | 24 | select HAVE_REGS_AND_STACK_ACCESS_API |
25 | select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7)) | 25 | select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7)) |
26 | select HAVE_C_RECORDMCOUNT | ||
26 | help | 27 | help |
27 | The ARM series is a line of low-power-consumption RISC chip designs | 28 | The ARM series is a line of low-power-consumption RISC chip designs |
28 | licensed by ARM Ltd and targeted at embedded applications and | 29 | licensed by ARM Ltd and targeted at embedded applications and |
@@ -1164,7 +1165,7 @@ config ISA_DMA_API | |||
1164 | bool | 1165 | bool |
1165 | 1166 | ||
1166 | config PCI | 1167 | config PCI |
1167 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX | 1168 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX || SA1100_NANOENGINE |
1168 | help | 1169 | help |
1169 | Find out whether you have a PCI motherboard. PCI is the name of a | 1170 | Find out whether you have a PCI motherboard. PCI is the name of a |
1170 | bus system, i.e. the way the CPU talks to the other stuff inside | 1171 | bus system, i.e. the way the CPU talks to the other stuff inside |
@@ -1175,6 +1176,12 @@ config PCI_DOMAINS | |||
1175 | bool | 1176 | bool |
1176 | depends on PCI | 1177 | depends on PCI |
1177 | 1178 | ||
1179 | config PCI_NANOENGINE | ||
1180 | bool "BSE nanoEngine PCI support" | ||
1181 | depends on SA1100_NANOENGINE | ||
1182 | help | ||
1183 | Enable PCI on the BSE nanoEngine board. | ||
1184 | |||
1178 | config PCI_SYSCALL | 1185 | config PCI_SYSCALL |
1179 | def_bool PCI | 1186 | def_bool PCI |
1180 | 1187 | ||
@@ -1650,6 +1657,19 @@ config ATAGS_PROC | |||
1650 | Should the atags used to boot the kernel be exported in an "atags" | 1657 | Should the atags used to boot the kernel be exported in an "atags" |
1651 | file in procfs. Useful with kexec. | 1658 | file in procfs. Useful with kexec. |
1652 | 1659 | ||
1660 | config CRASH_DUMP | ||
1661 | bool "Build kdump crash kernel (EXPERIMENTAL)" | ||
1662 | depends on EXPERIMENTAL | ||
1663 | help | ||
1664 | Generate crash dump after being started by kexec. This should | ||
1665 | be normally only set in special crash dump kernels which are | ||
1666 | loaded in the main kernel with kexec-tools into a specially | ||
1667 | reserved region and then later executed after a crash by | ||
1668 | kdump/kexec. The crash dump kernel must be compiled to a | ||
1669 | memory address not used by the main kernel | ||
1670 | |||
1671 | For more details see Documentation/kdump/kdump.txt | ||
1672 | |||
1653 | config AUTO_ZRELADDR | 1673 | config AUTO_ZRELADDR |
1654 | bool "Auto calculation of the decompressed kernel image address" | 1674 | bool "Auto calculation of the decompressed kernel image address" |
1655 | depends on !ZBOOT_ROM && !ARCH_U300 | 1675 | depends on !ZBOOT_ROM && !ARCH_U300 |