Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config ARM |
| 2 | bool |
| 3 | default y |
Catalin Marinas | 7463449 | 2012-07-30 14:41:09 -0700 | [diff] [blame] | 4 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
Kees Cook | 2b68f6c | 2015-04-14 15:48:00 -0700 | [diff] [blame] | 5 | select ARCH_HAS_ELF_RANDOMIZE |
Mark Rutland | 3d06770 | 2012-10-30 12:13:42 +0000 | [diff] [blame] | 6 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 7 | select ARCH_HAVE_CUSTOM_GPIO_H |
Riku Voipio | 957e3fa | 2014-12-12 16:57:44 -0800 | [diff] [blame] | 8 | select ARCH_HAS_GCOV_PROFILE_ALL |
Mark Salter | d701884 | 2013-10-07 22:07:58 -0400 | [diff] [blame] | 9 | select ARCH_MIGHT_HAVE_PC_PARPORT |
Peter Zijlstra | 4badad3 | 2014-06-06 19:53:16 +0200 | [diff] [blame] | 10 | select ARCH_SUPPORTS_ATOMIC_RMW |
Kim Phillips | 017f161 | 2013-11-06 05:15:24 +0100 | [diff] [blame] | 11 | select ARCH_USE_BUILTIN_BSWAP |
Will Deacon | 0cbad9c | 2013-10-09 17:19:22 +0100 | [diff] [blame] | 12 | select ARCH_USE_CMPXCHG_LOCKREF |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 13 | select ARCH_WANT_IPC_PARSE_VERSION |
Stephen Boyd | ee951c6 | 2012-10-29 19:19:34 +0100 | [diff] [blame] | 14 | select BUILDTIME_EXTABLE_SORT if MMU |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 15 | select CLONE_BACKWARDS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 16 | select CPU_PM if (SUSPEND || CPU_IDLE) |
Will Deacon | dce5c9e | 2013-12-17 19:50:16 +0100 | [diff] [blame] | 17 | select DCACHE_WORD_ACCESS if HAVE_EFFICIENT_UNALIGNED_ACCESS |
Laura Abbott | 36d0fd2 | 2014-10-09 15:26:42 -0700 | [diff] [blame] | 18 | select GENERIC_ALLOCATOR |
Uwe Kleine-König | 4477ca4 | 2013-03-21 21:02:37 +0100 | [diff] [blame] | 19 | select GENERIC_ATOMIC64 if (CPU_V7M || CPU_V6 || !CPU_32v6K || !AEABI) |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 20 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 21 | select GENERIC_IDLE_POLL_SETUP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 22 | select GENERIC_IRQ_PROBE |
| 23 | select GENERIC_IRQ_SHOW |
Geert Uytterhoeven | 7c07005 | 2015-04-01 13:37:11 +0100 | [diff] [blame] | 24 | select GENERIC_IRQ_SHOW_LEVEL |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 25 | select GENERIC_PCI_IOMAP |
Stephen Boyd | 38ff87f | 2013-06-01 23:39:40 -0700 | [diff] [blame] | 26 | select GENERIC_SCHED_CLOCK |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 27 | select GENERIC_SMP_IDLE_THREAD |
| 28 | select GENERIC_STRNCPY_FROM_USER |
| 29 | select GENERIC_STRNLEN_USER |
Marc Zyngier | a71b092 | 2014-08-26 11:03:18 +0100 | [diff] [blame] | 30 | select HANDLE_DOMAIN_IRQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 31 | select HARDIRQS_SW_RESEND |
AKASHI Takahiro | 7a01772 | 2014-02-25 18:16:24 +0900 | [diff] [blame] | 32 | select HAVE_ARCH_AUDITSYSCALL if (AEABI && !OABI_COMPAT) |
Yalin Wang | 0b7857d | 2015-01-16 02:45:55 +0100 | [diff] [blame] | 33 | select HAVE_ARCH_BITREVERSE if (CPU_32v7M || CPU_32v7) && !CPU_32v6 |
Rabin Vincent | 09f05d8 | 2012-02-18 17:52:41 +0100 | [diff] [blame] | 34 | select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL |
Jason Wessel | 5cbad0e | 2008-02-20 13:33:40 -0600 | [diff] [blame] | 35 | select HAVE_ARCH_KGDB |
Kees Cook | 9170217 | 2013-11-09 00:51:56 +0100 | [diff] [blame] | 36 | select HAVE_ARCH_SECCOMP_FILTER if (AEABI && !OABI_COMPAT) |
Wade Farnsworth | 0693bf6 | 2012-04-04 16:19:47 +0100 | [diff] [blame] | 37 | select HAVE_ARCH_TRACEHOOK |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 38 | select HAVE_BPF_JIT |
Russell King | 51aaf81 | 2014-04-22 22:26:27 +0100 | [diff] [blame] | 39 | select HAVE_CC_STACKPROTECTOR |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 40 | select HAVE_CONTEXT_TRACKING |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 41 | select HAVE_C_RECORDMCOUNT |
| 42 | select HAVE_DEBUG_KMEMLEAK |
| 43 | select HAVE_DMA_API_DEBUG |
| 44 | select HAVE_DMA_ATTRS |
| 45 | select HAVE_DMA_CONTIGUOUS if MMU |
| 46 | select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL) |
Will Deacon | dce5c9e | 2013-12-17 19:50:16 +0100 | [diff] [blame] | 47 | select HAVE_EFFICIENT_UNALIGNED_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 48 | select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL) |
| 49 | select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL) |
| 50 | select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) |
| 51 | select HAVE_GENERIC_DMA_COHERENT |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 52 | select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7)) |
| 53 | select HAVE_IDE if PCI || ISA || PCMCIA |
Russell King | 87c46b6 | 2013-05-04 14:38:59 +0100 | [diff] [blame] | 54 | select HAVE_IRQ_TIME_ACCOUNTING |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 55 | select HAVE_KERNEL_GZIP |
Kyungsik Lee | f9b493a | 2013-07-08 16:01:48 -0700 | [diff] [blame] | 56 | select HAVE_KERNEL_LZ4 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 57 | select HAVE_KERNEL_LZMA |
| 58 | select HAVE_KERNEL_LZO |
| 59 | select HAVE_KERNEL_XZ |
Jon Medhurst | 856bc35 | 2011-06-14 13:09:39 +0100 | [diff] [blame] | 60 | select HAVE_KPROBES if !XIP_KERNEL |
Ananth N Mavinakayanahalli | 9edddaa | 2008-03-04 14:28:37 -0800 | [diff] [blame] | 61 | select HAVE_KRETPROBES if (HAVE_KPROBES) |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 62 | select HAVE_MEMBLOCK |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 63 | select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 64 | select HAVE_OPROFILE if (HAVE_PERF_EVENTS) |
Wang Nan | 0dc016d | 2015-01-09 14:37:36 +0800 | [diff] [blame] | 65 | select HAVE_OPTPROBES if !THUMB2_KERNEL |
Jamie Iles | 7ada189 | 2010-02-02 20:24:58 +0100 | [diff] [blame] | 66 | select HAVE_PERF_EVENTS |
Will Deacon | 4986389 | 2013-09-26 12:36:35 +0100 | [diff] [blame] | 67 | select HAVE_PERF_REGS |
| 68 | select HAVE_PERF_USER_STACK_DUMP |
Steve Capper | a0ad549 | 2014-10-09 15:29:18 -0700 | [diff] [blame] | 69 | select HAVE_RCU_TABLE_FREE if (SMP && ARM_LPAE) |
Will Deacon | e513f8b | 2010-06-25 12:24:53 +0100 | [diff] [blame] | 70 | select HAVE_REGS_AND_STACK_ACCESS_API |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 71 | select HAVE_SYSCALL_TRACEPOINTS |
Catalin Marinas | af1839e | 2012-10-08 16:28:08 -0700 | [diff] [blame] | 72 | select HAVE_UID16 |
Kevin Hilman | 31c1fc8 | 2013-09-16 15:28:22 -0700 | [diff] [blame] | 73 | select HAVE_VIRT_CPU_ACCOUNTING_GEN |
Thomas Gleixner | da0ec6f | 2013-08-14 20:43:17 +0100 | [diff] [blame] | 74 | select IRQ_FORCED_THREADING |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 75 | select MODULES_USE_ELF_REL |
Santosh Shilimkar | 84f452b | 2013-06-30 00:28:46 -0400 | [diff] [blame] | 76 | select NO_BOOTMEM |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 77 | select OLD_SIGACTION |
| 78 | select OLD_SIGSUSPEND3 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 79 | select PERF_USE_VMALLOC |
| 80 | select RTC_LIB |
| 81 | select SYS_SUPPORTS_APM_EMULATION |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 82 | # Above selects are sorted alphabetically; please add new ones |
| 83 | # according to that. Thanks. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | help |
| 85 | The ARM series is a line of low-power-consumption RISC chip designs |
Martin Michlmayr | f6c8965 | 2006-02-08 21:09:07 +0000 | [diff] [blame] | 86 | licensed by ARM Ltd and targeted at embedded applications and |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | handhelds such as the Compaq IPAQ. ARM-based PCs are no longer |
Martin Michlmayr | f6c8965 | 2006-02-08 21:09:07 +0000 | [diff] [blame] | 88 | manufactured, but legacy ARM-based PC hardware remains popular in |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | Europe. There is an ARM Linux project with a web page at |
| 90 | <http://www.arm.linux.org.uk/>. |
| 91 | |
Russell King | 74facff | 2011-06-02 11:16:22 +0100 | [diff] [blame] | 92 | config ARM_HAS_SG_CHAIN |
Laura Abbott | 308c09f | 2014-08-08 14:23:25 -0700 | [diff] [blame] | 93 | select ARCH_HAS_SG_CHAIN |
Russell King | 74facff | 2011-06-02 11:16:22 +0100 | [diff] [blame] | 94 | bool |
| 95 | |
Marek Szyprowski | 4ce63fc | 2012-05-16 15:48:21 +0200 | [diff] [blame] | 96 | config NEED_SG_DMA_LENGTH |
| 97 | bool |
| 98 | |
| 99 | config ARM_DMA_USE_IOMMU |
Marek Szyprowski | 4ce63fc | 2012-05-16 15:48:21 +0200 | [diff] [blame] | 100 | bool |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 101 | select ARM_HAS_SG_CHAIN |
| 102 | select NEED_SG_DMA_LENGTH |
Marek Szyprowski | 4ce63fc | 2012-05-16 15:48:21 +0200 | [diff] [blame] | 103 | |
Seung-Woo Kim | 60460ab | 2013-02-06 13:21:14 +0900 | [diff] [blame] | 104 | if ARM_DMA_USE_IOMMU |
| 105 | |
| 106 | config ARM_DMA_IOMMU_ALIGNMENT |
| 107 | int "Maximum PAGE_SIZE order of alignment for DMA IOMMU buffers" |
| 108 | range 4 9 |
| 109 | default 8 |
| 110 | help |
| 111 | DMA mapping framework by default aligns all buffers to the smallest |
| 112 | PAGE_SIZE order which is greater than or equal to the requested buffer |
| 113 | size. This works well for buffers up to a few hundreds kilobytes, but |
| 114 | for larger buffers it just a waste of address space. Drivers which has |
| 115 | relatively small addressing window (like 64Mib) might run out of |
| 116 | virtual space with just a few allocations. |
| 117 | |
| 118 | With this parameter you can specify the maximum PAGE_SIZE order for |
| 119 | DMA IOMMU buffers. Larger buffers will be aligned only to this |
| 120 | specified order. The order is expressed as a power of two multiplied |
| 121 | by the PAGE_SIZE. |
| 122 | |
| 123 | endif |
| 124 | |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 125 | config MIGHT_HAVE_PCI |
| 126 | bool |
| 127 | |
Ralf Baechle | 75e7153 | 2007-02-09 17:08:58 +0000 | [diff] [blame] | 128 | config SYS_SUPPORTS_APM_EMULATION |
| 129 | bool |
| 130 | |
Linus Walleij | bc58177 | 2009-09-15 17:30:37 +0100 | [diff] [blame] | 131 | config HAVE_TCM |
| 132 | bool |
| 133 | select GENERIC_ALLOCATOR |
| 134 | |
Russell King | e119bff | 2010-01-10 17:23:29 +0000 | [diff] [blame] | 135 | config HAVE_PROC_CPU |
| 136 | bool |
| 137 | |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 138 | config NO_IOPORT_MAP |
Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 139 | bool |
Al Viro | 5ea8176 | 2007-02-11 15:41:31 +0000 | [diff] [blame] | 140 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | config EISA |
| 142 | bool |
| 143 | ---help--- |
| 144 | The Extended Industry Standard Architecture (EISA) bus was |
| 145 | developed as an open alternative to the IBM MicroChannel bus. |
| 146 | |
| 147 | The EISA bus provided some of the features of the IBM MicroChannel |
| 148 | bus while maintaining backward compatibility with cards made for |
| 149 | the older ISA bus. The EISA bus saw limited use between 1988 and |
| 150 | 1995 when it was made obsolete by the PCI bus. |
| 151 | |
| 152 | Say Y here if you are building a kernel for an EISA-based machine. |
| 153 | |
| 154 | Otherwise, say N. |
| 155 | |
| 156 | config SBUS |
| 157 | bool |
| 158 | |
Russell King | f16fb1e | 2007-04-28 09:59:37 +0100 | [diff] [blame] | 159 | config STACKTRACE_SUPPORT |
| 160 | bool |
| 161 | default y |
| 162 | |
Nicolas Pitre | f76e915 | 2008-04-24 01:31:46 -0400 | [diff] [blame] | 163 | config HAVE_LATENCYTOP_SUPPORT |
| 164 | bool |
| 165 | depends on !SMP |
| 166 | default y |
| 167 | |
Russell King | f16fb1e | 2007-04-28 09:59:37 +0100 | [diff] [blame] | 168 | config LOCKDEP_SUPPORT |
| 169 | bool |
| 170 | default y |
| 171 | |
Russell King | 7ad1bcb | 2006-08-27 12:07:02 +0100 | [diff] [blame] | 172 | config TRACE_IRQFLAGS_SUPPORT |
| 173 | bool |
| 174 | default y |
| 175 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | config RWSEM_XCHGADD_ALGORITHM |
| 177 | bool |
Will Deacon | 8a87411 | 2014-05-02 17:06:19 +0100 | [diff] [blame] | 178 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 180 | config ARCH_HAS_ILOG2_U32 |
| 181 | bool |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 182 | |
| 183 | config ARCH_HAS_ILOG2_U64 |
| 184 | bool |
David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 185 | |
Eduardo Valentin | 4a1b573 | 2013-06-13 22:58:52 +0100 | [diff] [blame] | 186 | config ARCH_HAS_BANDGAP |
| 187 | bool |
| 188 | |
Akinobu Mita | b89c3b1 | 2006-03-26 01:39:19 -0800 | [diff] [blame] | 189 | config GENERIC_HWEIGHT |
| 190 | bool |
| 191 | default y |
| 192 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | config GENERIC_CALIBRATE_DELAY |
| 194 | bool |
| 195 | default y |
| 196 | |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 197 | config ARCH_MAY_HAVE_PC_FDC |
| 198 | bool |
| 199 | |
Christoph Lameter | 5ac6da6 | 2007-02-10 01:43:14 -0800 | [diff] [blame] | 200 | config ZONE_DMA |
| 201 | bool |
Christoph Lameter | 5ac6da6 | 2007-02-10 01:43:14 -0800 | [diff] [blame] | 202 | |
FUJITA Tomonori | ccd7ab7 | 2010-03-10 15:23:23 -0800 | [diff] [blame] | 203 | config NEED_DMA_MAP_STATE |
| 204 | def_bool y |
| 205 | |
David A. Long | c7edc9e | 2014-03-07 11:23:04 -0500 | [diff] [blame] | 206 | config ARCH_SUPPORTS_UPROBES |
| 207 | def_bool y |
| 208 | |
Rob Herring | 58af4a2 | 2012-03-20 14:33:01 -0500 | [diff] [blame] | 209 | config ARCH_HAS_DMA_SET_COHERENT_MASK |
| 210 | bool |
| 211 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | config GENERIC_ISA_DMA |
| 213 | bool |
| 214 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | config FIQ |
| 216 | bool |
| 217 | |
Rob Herring | 13a5045 | 2012-02-07 09:28:22 -0600 | [diff] [blame] | 218 | config NEED_RET_TO_USER |
| 219 | bool |
| 220 | |
Al Viro | 034d2f5 | 2005-12-19 16:27:59 -0500 | [diff] [blame] | 221 | config ARCH_MTD_XIP |
| 222 | bool |
| 223 | |
Hyok S. Choi | c760fc1 | 2006-03-27 15:18:50 +0100 | [diff] [blame] | 224 | config VECTORS_BASE |
| 225 | hex |
Hyok S. Choi | 6afd6fa | 2006-09-28 21:46:34 +0900 | [diff] [blame] | 226 | default 0xffff0000 if MMU || CPU_HIGH_VECTOR |
Hyok S. Choi | c760fc1 | 2006-03-27 15:18:50 +0100 | [diff] [blame] | 227 | default DRAM_BASE if REMAP_VECTORS_TO_RAM |
| 228 | default 0x00000000 |
| 229 | help |
Russell King | 19accfd | 2013-07-04 11:40:32 +0100 | [diff] [blame] | 230 | The base address of exception vectors. This must be two pages |
| 231 | in size. |
Hyok S. Choi | c760fc1 | 2006-03-27 15:18:50 +0100 | [diff] [blame] | 232 | |
Russell King | dc21af9 | 2011-01-04 19:09:43 +0000 | [diff] [blame] | 233 | config ARM_PATCH_PHYS_VIRT |
Russell King | c1beced | 2011-08-10 10:23:45 +0100 | [diff] [blame] | 234 | bool "Patch physical to virtual translations at runtime" if EMBEDDED |
| 235 | default y |
Nicolas Pitre | b511d75 | 2011-02-21 06:53:35 +0100 | [diff] [blame] | 236 | depends on !XIP_KERNEL && MMU |
Russell King | dc21af9 | 2011-01-04 19:09:43 +0000 | [diff] [blame] | 237 | depends on !ARCH_REALVIEW || !SPARSEMEM |
| 238 | help |
Russell King | 111e9a5 | 2011-05-12 10:02:42 +0100 | [diff] [blame] | 239 | Patch phys-to-virt and virt-to-phys translation functions at |
| 240 | boot and module load time according to the position of the |
| 241 | kernel in system memory. |
Russell King | dc21af9 | 2011-01-04 19:09:43 +0000 | [diff] [blame] | 242 | |
Russell King | 111e9a5 | 2011-05-12 10:02:42 +0100 | [diff] [blame] | 243 | This can only be used with non-XIP MMU kernels where the base |
Nicolas Pitre | daece59 | 2011-08-12 00:14:29 +0100 | [diff] [blame] | 244 | of physical memory is at a 16MB boundary. |
Russell King | dc21af9 | 2011-01-04 19:09:43 +0000 | [diff] [blame] | 245 | |
Russell King | c1beced | 2011-08-10 10:23:45 +0100 | [diff] [blame] | 246 | Only disable this option if you know that you do not require |
| 247 | this feature (eg, building a kernel for a single machine) and |
| 248 | you need to shrink the kernel to the minimal size. |
| 249 | |
Rob Herring | c334bc1 | 2012-03-04 22:03:33 -0600 | [diff] [blame] | 250 | config NEED_MACH_IO_H |
| 251 | bool |
| 252 | help |
| 253 | Select this when mach/io.h is required to provide special |
| 254 | definitions for this platform. The need for mach/io.h should |
| 255 | be avoided when possible. |
| 256 | |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 257 | config NEED_MACH_MEMORY_H |
Nicolas Pitre | 1b9f95f | 2011-07-05 22:52:51 -0400 | [diff] [blame] | 258 | bool |
Russell King | 111e9a5 | 2011-05-12 10:02:42 +0100 | [diff] [blame] | 259 | help |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 260 | Select this when mach/memory.h is required to provide special |
| 261 | definitions for this platform. The need for mach/memory.h should |
| 262 | be avoided when possible. |
Nicolas Pitre | 1b9f95f | 2011-07-05 22:52:51 -0400 | [diff] [blame] | 263 | |
| 264 | config PHYS_OFFSET |
Nicolas Pitre | 974c072 | 2011-12-02 23:09:42 +0100 | [diff] [blame] | 265 | hex "Physical address of main memory" if MMU |
Uwe Kleine-König | c6f54a9 | 2014-07-23 20:37:43 +0100 | [diff] [blame] | 266 | depends on !ARM_PATCH_PHYS_VIRT |
Nicolas Pitre | 974c072 | 2011-12-02 23:09:42 +0100 | [diff] [blame] | 267 | default DRAM_BASE if !MMU |
Uwe Kleine-König | c6f54a9 | 2014-07-23 20:37:43 +0100 | [diff] [blame] | 268 | default 0x00000000 if ARCH_EBSA110 || \ |
| 269 | EP93XX_SDCE3_SYNC_PHYS_OFFSET || \ |
| 270 | ARCH_FOOTBRIDGE || \ |
| 271 | ARCH_INTEGRATOR || \ |
| 272 | ARCH_IOP13XX || \ |
| 273 | ARCH_KS8695 || \ |
| 274 | (ARCH_REALVIEW && !REALVIEW_HIGH_PHYS_OFFSET) |
| 275 | default 0x10000000 if ARCH_OMAP1 || ARCH_RPC |
| 276 | default 0x20000000 if ARCH_S5PV210 |
| 277 | default 0x70000000 if REALVIEW_HIGH_PHYS_OFFSET |
| 278 | default 0xc0000000 if EP93XX_SDCE0_PHYS_OFFSET || ARCH_SA1100 |
| 279 | default 0xd0000000 if EP93XX_SDCE1_PHYS_OFFSET |
| 280 | default 0xe0000000 if EP93XX_SDCE2_PHYS_OFFSET |
| 281 | default 0xf0000000 if EP93XX_SDCE3_ASYNC_PHYS_OFFSET |
Nicolas Pitre | 1b9f95f | 2011-07-05 22:52:51 -0400 | [diff] [blame] | 282 | help |
| 283 | Please provide the physical address corresponding to the |
| 284 | location of main memory in your system. |
Russell King | cada3c0 | 2011-01-04 19:39:29 +0000 | [diff] [blame] | 285 | |
Simon Glass | 87e040b | 2011-08-16 23:44:26 +0100 | [diff] [blame] | 286 | config GENERIC_BUG |
| 287 | def_bool y |
| 288 | depends on BUG |
| 289 | |
Kirill A. Shutemov | 1bcad26 | 2015-04-14 15:45:42 -0700 | [diff] [blame] | 290 | config PGTABLE_LEVELS |
| 291 | int |
| 292 | default 3 if ARM_LPAE |
| 293 | default 2 |
| 294 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | source "init/Kconfig" |
| 296 | |
Matt Helsley | dc52ddc | 2008-10-18 20:27:21 -0700 | [diff] [blame] | 297 | source "kernel/Kconfig.freezer" |
| 298 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | menu "System Type" |
| 300 | |
Hyok S. Choi | 3c42797 | 2009-07-24 12:35:00 +0100 | [diff] [blame] | 301 | config MMU |
| 302 | bool "MMU-based Paged Memory Management Support" |
| 303 | default y |
| 304 | help |
| 305 | Select if you want MMU-based virtualised addressing space |
| 306 | support by paged memory management. If unsure, say 'Y'. |
| 307 | |
Russell King | ccf50e2 | 2010-03-15 19:03:06 +0000 | [diff] [blame] | 308 | # |
| 309 | # The "ARM system type" choice list is ordered alphabetically by option |
| 310 | # text. Please add new entries in the option alphabetic order. |
| 311 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | choice |
| 313 | prompt "ARM system type" |
Arnd Bergmann | 1420b22 | 2013-02-14 13:33:36 +0100 | [diff] [blame] | 314 | default ARCH_VERSATILE if !MMU |
| 315 | default ARCH_MULTIPLATFORM if MMU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 317 | config ARCH_MULTIPLATFORM |
| 318 | bool "Allow multiple platforms to be selected" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 319 | depends on MMU |
Rob Herring | ddb902c | 2013-11-22 09:29:37 -0600 | [diff] [blame] | 320 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Olof Johansson | 42dc836 | 2014-03-09 12:46:59 -0700 | [diff] [blame] | 321 | select ARM_HAS_SG_CHAIN |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 322 | select ARM_PATCH_PHYS_VIRT |
| 323 | select AUTO_ZRELADDR |
Rob Herring | 6d0add4 | 2014-04-16 08:42:13 -0500 | [diff] [blame] | 324 | select CLKSRC_OF |
Dinh Nguyen | 6631422 | 2012-07-18 16:07:18 -0600 | [diff] [blame] | 325 | select COMMON_CLK |
Rob Herring | ddb902c | 2013-11-22 09:29:37 -0600 | [diff] [blame] | 326 | select GENERIC_CLOCKEVENTS |
Will Deacon | 08d38be | 2014-05-27 23:26:35 +0100 | [diff] [blame] | 327 | select MIGHT_HAVE_PCI |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 328 | select MULTI_IRQ_HANDLER |
Dinh Nguyen | 6631422 | 2012-07-18 16:07:18 -0600 | [diff] [blame] | 329 | select SPARSE_IRQ |
| 330 | select USE_OF |
Dinh Nguyen | 6631422 | 2012-07-18 16:07:18 -0600 | [diff] [blame] | 331 | |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 332 | config ARCH_REALVIEW |
| 333 | bool "ARM Ltd. RealView family" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 334 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 335 | select ARM_AMBA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 336 | select ARM_TIMER_SP804 |
Linus Walleij | f9a6aa4 | 2012-08-06 18:32:08 +0200 | [diff] [blame] | 337 | select COMMON_CLK |
| 338 | select COMMON_CLK_VERSATILE |
Catalin Marinas | ae30cea | 2008-02-04 17:26:55 +0100 | [diff] [blame] | 339 | select GENERIC_CLOCKEVENTS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 340 | select GPIO_PL061 if GPIOLIB |
| 341 | select ICST |
| 342 | select NEED_MACH_MEMORY_H |
Russell King | f4b8b31 | 2010-01-14 12:48:06 +0000 | [diff] [blame] | 343 | select PLAT_VERSATILE |
Pawel Moll | 81cc3f8 | 2014-11-25 18:17:34 +0000 | [diff] [blame] | 344 | select PLAT_VERSATILE_SCHED_CLOCK |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 345 | help |
| 346 | This enables support for ARM Ltd RealView boards. |
| 347 | |
| 348 | config ARCH_VERSATILE |
| 349 | bool "ARM Ltd. Versatile family" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 350 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 351 | select ARM_AMBA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 352 | select ARM_TIMER_SP804 |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 353 | select ARM_VIC |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 354 | select CLKDEV_LOOKUP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 355 | select GENERIC_CLOCKEVENTS |
Kyungmin Park | aa3831c | 2011-07-18 16:34:54 +0900 | [diff] [blame] | 356 | select HAVE_MACH_CLKDEV |
Russell King | c5a0adb | 2010-01-16 20:16:10 +0000 | [diff] [blame] | 357 | select ICST |
Russell King | f4b8b31 | 2010-01-14 12:48:06 +0000 | [diff] [blame] | 358 | select PLAT_VERSATILE |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 359 | select PLAT_VERSATILE_CLOCK |
Pawel Moll | 81cc3f8 | 2014-11-25 18:17:34 +0000 | [diff] [blame] | 360 | select PLAT_VERSATILE_SCHED_CLOCK |
Linus Walleij | 2389d50 | 2012-10-31 22:04:31 +0100 | [diff] [blame] | 361 | select VERSATILE_FPGA_IRQ |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 362 | help |
| 363 | This enables support for ARM Ltd Versatile board. |
| 364 | |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 365 | config ARCH_CLPS711X |
| 366 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" |
Alexander Shiyan | a3b8d4a | 2012-10-09 20:05:56 +0400 | [diff] [blame] | 367 | select ARCH_REQUIRE_GPIOLIB |
Alexander Shiyan | ea7d1bc | 2012-11-17 17:57:11 +0400 | [diff] [blame] | 368 | select AUTO_ZRELADDR |
Alexander Shiyan | c99f72a | 2013-05-13 21:07:32 +0400 | [diff] [blame] | 369 | select CLKSRC_MMIO |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 370 | select COMMON_CLK |
| 371 | select CPU_ARM720T |
Alexander Shiyan | 4a8355c | 2012-10-10 19:45:27 +0400 | [diff] [blame] | 372 | select GENERIC_CLOCKEVENTS |
Alexander Shiyan | 6597619 | 2013-05-13 21:07:36 +0400 | [diff] [blame] | 373 | select MFD_SYSCON |
Alexander Shiyan | e4e3a37 | 2014-08-19 16:31:15 +0400 | [diff] [blame] | 374 | select SOC_BUS |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 375 | help |
| 376 | Support for Cirrus Logic 711x/721x/731x based boards. |
| 377 | |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 378 | config ARCH_GEMINI |
| 379 | bool "Cortina Systems Gemini" |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 380 | select ARCH_REQUIRE_GPIOLIB |
Linus Walleij | f3372c0 | 2013-10-01 12:57:20 +0200 | [diff] [blame] | 381 | select CLKSRC_MMIO |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 382 | select CPU_FA526 |
Linus Walleij | f3372c0 | 2013-10-01 12:57:20 +0200 | [diff] [blame] | 383 | select GENERIC_CLOCKEVENTS |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 384 | help |
| 385 | Support for the Cortina Systems Gemini family SoCs |
| 386 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | config ARCH_EBSA110 |
| 388 | bool "EBSA-110" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 389 | select ARCH_USES_GETTIMEOFFSET |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 390 | select CPU_SA110 |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 391 | select ISA |
Rob Herring | c334bc1 | 2012-03-04 22:03:33 -0600 | [diff] [blame] | 392 | select NEED_MACH_IO_H |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 393 | select NEED_MACH_MEMORY_H |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 394 | select NO_IOPORT_MAP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | help |
| 396 | This is an evaluation board for the StrongARM processor available |
Martin Michlmayr | f6c8965 | 2006-02-08 21:09:07 +0000 | [diff] [blame] | 397 | from Digital. It has limited hardware on-board, including an |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | Ethernet interface, two PCMCIA sockets, two serial ports and a |
| 399 | parallel port. |
| 400 | |
Uwe Kleine-König | 6d85e2b | 2011-11-17 14:36:23 +0100 | [diff] [blame] | 401 | config ARCH_EFM32 |
| 402 | bool "Energy Micro efm32" |
| 403 | depends on !MMU |
| 404 | select ARCH_REQUIRE_GPIOLIB |
| 405 | select ARM_NVIC |
Russell King | 51aaf81 | 2014-04-22 22:26:27 +0100 | [diff] [blame] | 406 | select AUTO_ZRELADDR |
Uwe Kleine-König | 6d85e2b | 2011-11-17 14:36:23 +0100 | [diff] [blame] | 407 | select CLKSRC_OF |
| 408 | select COMMON_CLK |
| 409 | select CPU_V7M |
| 410 | select GENERIC_CLOCKEVENTS |
| 411 | select NO_DMA |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 412 | select NO_IOPORT_MAP |
Uwe Kleine-König | 6d85e2b | 2011-11-17 14:36:23 +0100 | [diff] [blame] | 413 | select SPARSE_IRQ |
| 414 | select USE_OF |
| 415 | help |
| 416 | Support for Energy Micro's (now Silicon Labs) efm32 Giant Gecko |
| 417 | processors. |
| 418 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 419 | config ARCH_EP93XX |
| 420 | bool "EP93xx-based" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 421 | select ARCH_HAS_HOLES_MEMORYMODEL |
| 422 | select ARCH_REQUIRE_GPIOLIB |
| 423 | select ARCH_USES_GETTIMEOFFSET |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 424 | select ARM_AMBA |
| 425 | select ARM_VIC |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 426 | select CLKDEV_LOOKUP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 427 | select CPU_ARM920T |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 428 | help |
| 429 | This enables support for the Cirrus EP93xx series of CPUs. |
| 430 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | config ARCH_FOOTBRIDGE |
| 432 | bool "FootBridge" |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 433 | select CPU_SA110 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 434 | select FOOTBRIDGE |
Russell King | 4e8d763 | 2011-01-28 21:00:39 +0000 | [diff] [blame] | 435 | select GENERIC_CLOCKEVENTS |
Arnd Bergmann | d0ee9f4 | 2011-10-01 21:10:32 +0200 | [diff] [blame] | 436 | select HAVE_IDE |
Rob Herring | 8ef6e62 | 2012-03-01 20:48:12 -0600 | [diff] [blame] | 437 | select NEED_MACH_IO_H if !MMU |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 438 | select NEED_MACH_MEMORY_H |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 439 | help |
| 440 | Support for systems based on the DC21285 companion chip |
| 441 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 443 | config ARCH_NETX |
| 444 | bool "Hilscher NetX based" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 445 | select ARM_VIC |
Russell King | 234b6ced | 2011-05-08 14:09:47 +0100 | [diff] [blame] | 446 | select CLKSRC_MMIO |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 447 | select CPU_ARM926T |
Uwe Kleine-König | 2fcfe6b | 2008-12-09 21:57:24 +0100 | [diff] [blame] | 448 | select GENERIC_CLOCKEVENTS |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 449 | help |
Deepak Saxena | 4af6fee | 2006-06-20 21:30:44 +0100 | [diff] [blame] | 450 | This enables support for systems based on the Hilscher NetX Soc |
| 451 | |
Russell King | 3b938be | 2007-05-12 11:25:44 +0100 | [diff] [blame] | 452 | config ARCH_IOP13XX |
| 453 | bool "IOP13xx-based" |
| 454 | depends on MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 455 | select CPU_XSC3 |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 456 | select NEED_MACH_MEMORY_H |
Rob Herring | 13a5045 | 2012-02-07 09:28:22 -0600 | [diff] [blame] | 457 | select NEED_RET_TO_USER |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 458 | select PCI |
| 459 | select PLAT_IOP |
| 460 | select VMSPLIT_1G |
Thomas Gleixner | 37ebbcf | 2014-05-07 15:44:04 +0000 | [diff] [blame] | 461 | select SPARSE_IRQ |
Russell King | 3b938be | 2007-05-12 11:25:44 +0100 | [diff] [blame] | 462 | help |
| 463 | Support for Intel's IOP13XX (XScale) family of processors. |
| 464 | |
Lennert Buytenhek | 3f7e581 | 2006-09-18 23:10:26 +0100 | [diff] [blame] | 465 | config ARCH_IOP32X |
| 466 | bool "IOP32x-based" |
Russell King | a4f7e76 | 2006-06-28 12:52:41 +0100 | [diff] [blame] | 467 | depends on MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 468 | select ARCH_REQUIRE_GPIOLIB |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 469 | select CPU_XSCALE |
Linus Walleij | e9004f5 | 2013-09-09 11:59:51 +0200 | [diff] [blame] | 470 | select GPIO_IOP |
Rob Herring | 13a5045 | 2012-02-07 09:28:22 -0600 | [diff] [blame] | 471 | select NEED_RET_TO_USER |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 472 | select PCI |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 473 | select PLAT_IOP |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 474 | help |
Lennert Buytenhek | 3f7e581 | 2006-09-18 23:10:26 +0100 | [diff] [blame] | 475 | Support for Intel's 80219 and IOP32X (XScale) family of |
| 476 | processors. |
| 477 | |
| 478 | config ARCH_IOP33X |
| 479 | bool "IOP33x-based" |
| 480 | depends on MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 481 | select ARCH_REQUIRE_GPIOLIB |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 482 | select CPU_XSCALE |
Linus Walleij | e9004f5 | 2013-09-09 11:59:51 +0200 | [diff] [blame] | 483 | select GPIO_IOP |
Rob Herring | 13a5045 | 2012-02-07 09:28:22 -0600 | [diff] [blame] | 484 | select NEED_RET_TO_USER |
Lennert Buytenhek | 3f7e581 | 2006-09-18 23:10:26 +0100 | [diff] [blame] | 485 | select PCI |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 486 | select PLAT_IOP |
Lennert Buytenhek | 3f7e581 | 2006-09-18 23:10:26 +0100 | [diff] [blame] | 487 | help |
| 488 | Support for Intel's IOP33X (XScale) family of processors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | |
Russell King | 3b938be | 2007-05-12 11:25:44 +0100 | [diff] [blame] | 490 | config ARCH_IXP4XX |
| 491 | bool "IXP4xx-based" |
Russell King | a4f7e76 | 2006-06-28 12:52:41 +0100 | [diff] [blame] | 492 | depends on MMU |
Rob Herring | 58af4a2 | 2012-03-20 14:33:01 -0500 | [diff] [blame] | 493 | select ARCH_HAS_DMA_SET_COHERENT_MASK |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 494 | select ARCH_REQUIRE_GPIOLIB |
Russell King | 51aaf81 | 2014-04-22 22:26:27 +0100 | [diff] [blame] | 495 | select ARCH_SUPPORTS_BIG_ENDIAN |
Russell King | 234b6ced | 2011-05-08 14:09:47 +0100 | [diff] [blame] | 496 | select CLKSRC_MMIO |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 497 | select CPU_XSCALE |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 498 | select DMABOUNCE if PCI |
Russell King | 3b938be | 2007-05-12 11:25:44 +0100 | [diff] [blame] | 499 | select GENERIC_CLOCKEVENTS |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 500 | select MIGHT_HAVE_PCI |
Rob Herring | c334bc1 | 2012-03-04 22:03:33 -0600 | [diff] [blame] | 501 | select NEED_MACH_IO_H |
Florian Fainelli | 9296d94 | 2013-04-09 14:29:26 +0200 | [diff] [blame] | 502 | select USB_EHCI_BIG_ENDIAN_DESC |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 503 | select USB_EHCI_BIG_ENDIAN_MMIO |
Lennert Buytenhek | c471307 | 2006-03-28 21:18:54 +0100 | [diff] [blame] | 504 | help |
Russell King | 3b938be | 2007-05-12 11:25:44 +0100 | [diff] [blame] | 505 | Support for Intel's IXP4XX (XScale) family of processors. |
Lennert Buytenhek | c471307 | 2006-03-28 21:18:54 +0100 | [diff] [blame] | 506 | |
Saeed Bishara | edabd38 | 2009-08-06 15:12:43 +0300 | [diff] [blame] | 507 | config ARCH_DOVE |
| 508 | bool "Marvell Dove" |
Saeed Bishara | edabd38 | 2009-08-06 15:12:43 +0300 | [diff] [blame] | 509 | select ARCH_REQUIRE_GPIOLIB |
Sebastian Hesselbarth | 756b253 | 2013-05-02 19:56:12 +0100 | [diff] [blame] | 510 | select CPU_PJ4 |
Saeed Bishara | edabd38 | 2009-08-06 15:12:43 +0300 | [diff] [blame] | 511 | select GENERIC_CLOCKEVENTS |
Russell King | 0f81bd4 | 2012-09-09 20:34:13 +0100 | [diff] [blame] | 512 | select MIGHT_HAVE_PCI |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 513 | select MVEBU_MBUS |
Sebastian Hesselbarth | 9139acd | 2012-11-19 10:39:55 +0100 | [diff] [blame] | 514 | select PINCTRL |
| 515 | select PINCTRL_DOVE |
Thomas Petazzoni | abcda1d | 2012-09-11 14:27:27 +0200 | [diff] [blame] | 516 | select PLAT_ORION_LEGACY |
Saeed Bishara | edabd38 | 2009-08-06 15:12:43 +0300 | [diff] [blame] | 517 | help |
| 518 | Support for the Marvell Dove SoC 88AP510 |
| 519 | |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 520 | config ARCH_MV78XX0 |
| 521 | bool "Marvell MV78xx0" |
Erik Benada | a886565 | 2009-05-28 17:08:55 -0700 | [diff] [blame] | 522 | select ARCH_REQUIRE_GPIOLIB |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 523 | select CPU_FEROCEON |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 524 | select GENERIC_CLOCKEVENTS |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 525 | select MVEBU_MBUS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 526 | select PCI |
Thomas Petazzoni | abcda1d | 2012-09-11 14:27:27 +0200 | [diff] [blame] | 527 | select PLAT_ORION_LEGACY |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 528 | help |
| 529 | Support for the following Marvell MV78xx0 series SoCs: |
| 530 | MV781x0, MV782x0. |
| 531 | |
| 532 | config ARCH_ORION5X |
| 533 | bool "Marvell Orion" |
| 534 | depends on MMU |
Erik Benada | a886565 | 2009-05-28 17:08:55 -0700 | [diff] [blame] | 535 | select ARCH_REQUIRE_GPIOLIB |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 536 | select CPU_FEROCEON |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 537 | select GENERIC_CLOCKEVENTS |
Russell King | 171b3f0 | 2013-09-12 21:24:42 +0100 | [diff] [blame] | 538 | select MVEBU_MBUS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 539 | select PCI |
Thomas Petazzoni | abcda1d | 2012-09-11 14:27:27 +0200 | [diff] [blame] | 540 | select PLAT_ORION_LEGACY |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 541 | help |
| 542 | Support for the following Marvell Orion 5x series SoCs: |
| 543 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), |
| 544 | Orion-2 (5281), Orion-1-90 (6183). |
| 545 | |
| 546 | config ARCH_MMP |
Haojian Zhuang | 2f7e8fa | 2009-12-04 09:41:28 -0500 | [diff] [blame] | 547 | bool "Marvell PXA168/910/MMP2" |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 548 | depends on MMU |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 549 | select ARCH_REQUIRE_GPIOLIB |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 550 | select CLKDEV_LOOKUP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 551 | select GENERIC_ALLOCATOR |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 552 | select GENERIC_CLOCKEVENTS |
Haojian Zhuang | 157d264 | 2011-10-17 20:37:52 +0800 | [diff] [blame] | 553 | select GPIO_PXA |
Haojian Zhuang | c24b311 | 2012-04-12 19:02:02 +0800 | [diff] [blame] | 554 | select IRQ_DOMAIN |
Haojian Zhuang | 0f37456 | 2013-04-21 16:53:02 +0800 | [diff] [blame] | 555 | select MULTI_IRQ_HANDLER |
Axel Lin | 7c8f86a | 2012-11-28 14:42:35 +0800 | [diff] [blame] | 556 | select PINCTRL |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 557 | select PLAT_PXA |
Haojian Zhuang | 0bd8696 | 2010-09-08 09:42:42 -0400 | [diff] [blame] | 558 | select SPARSE_IRQ |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 559 | help |
Haojian Zhuang | 2f7e8fa | 2009-12-04 09:41:28 -0500 | [diff] [blame] | 560 | Support for Marvell's PXA168/PXA910(MMP) and MMP2 processor line. |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 561 | |
Andrew Victor | c53c9cf | 2007-05-11 21:01:28 +0100 | [diff] [blame] | 562 | config ARCH_KS8695 |
| 563 | bool "Micrel/Kendin KS8695" |
Hartley Sweeten | 98830bc | 2010-05-17 17:18:10 +0100 | [diff] [blame] | 564 | select ARCH_REQUIRE_GPIOLIB |
Linus Walleij | c7e783d | 2012-08-29 20:27:22 +0200 | [diff] [blame] | 565 | select CLKSRC_MMIO |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 566 | select CPU_ARM922T |
Linus Walleij | c7e783d | 2012-08-29 20:27:22 +0200 | [diff] [blame] | 567 | select GENERIC_CLOCKEVENTS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 568 | select NEED_MACH_MEMORY_H |
Andrew Victor | c53c9cf | 2007-05-11 21:01:28 +0100 | [diff] [blame] | 569 | help |
| 570 | Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based |
| 571 | System-on-Chip devices. |
| 572 | |
Russell King | 788c970 | 2009-04-26 14:21:59 +0100 | [diff] [blame] | 573 | config ARCH_W90X900 |
| 574 | bool "Nuvoton W90X900 CPU" |
wanzongshun | c52d3d6 | 2009-06-10 15:49:32 +0100 | [diff] [blame] | 575 | select ARCH_REQUIRE_GPIOLIB |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 576 | select CLKDEV_LOOKUP |
Russell King | 6fa5d5f | 2011-05-08 15:34:39 +0100 | [diff] [blame] | 577 | select CLKSRC_MMIO |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 578 | select CPU_ARM926T |
wanzongshun | 58b5369 | 2009-08-14 15:36:44 +0100 | [diff] [blame] | 579 | select GENERIC_CLOCKEVENTS |
Lennert Buytenhek | 777f9be | 2008-06-22 22:45:02 +0200 | [diff] [blame] | 580 | help |
wanzongshun | a8bc4ea | 2009-08-14 15:38:29 +0100 | [diff] [blame] | 581 | Support for Nuvoton (Winbond logic dept.) ARM9 processor, |
| 582 | At present, the w90x900 has been renamed nuc900, regarding |
| 583 | the ARM series product line, you can login the following |
| 584 | link address to know more. |
| 585 | |
| 586 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ |
| 587 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> |
Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame] | 588 | |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 589 | config ARCH_LPC32XX |
| 590 | bool "NXP LPC32XX" |
| 591 | select ARCH_REQUIRE_GPIOLIB |
| 592 | select ARM_AMBA |
Russell King | 4073723 | 2011-01-06 22:32:52 +0000 | [diff] [blame] | 593 | select CLKDEV_LOOKUP |
Russell King | 234b6ced | 2011-05-08 14:09:47 +0100 | [diff] [blame] | 594 | select CLKSRC_MMIO |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 595 | select CPU_ARM926T |
| 596 | select GENERIC_CLOCKEVENTS |
| 597 | select HAVE_IDE |
Russell King | 93e2256 | 2012-10-12 14:20:52 +0100 | [diff] [blame] | 598 | select USE_OF |
| 599 | help |
| 600 | Support for the NXP LPC32XX family of processors |
| 601 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 | config ARCH_PXA |
eric miao | 2c8086a | 2007-09-11 19:13:17 -0700 | [diff] [blame] | 603 | bool "PXA2xx/PXA3xx-based" |
Russell King | a4f7e76 | 2006-06-28 12:52:41 +0100 | [diff] [blame] | 604 | depends on MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 605 | select ARCH_MTD_XIP |
| 606 | select ARCH_REQUIRE_GPIOLIB |
| 607 | select ARM_CPU_SUSPEND if PM |
| 608 | select AUTO_ZRELADDR |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 609 | select CLKDEV_LOOKUP |
Russell King | 234b6ced | 2011-05-08 14:09:47 +0100 | [diff] [blame] | 610 | select CLKSRC_MMIO |
Robert Jarzmik | 6f6caea | 2014-07-14 18:52:03 +0200 | [diff] [blame] | 611 | select CLKSRC_OF |
Eric Miao | 981d0f3 | 2007-07-24 01:22:43 +0100 | [diff] [blame] | 612 | select GENERIC_CLOCKEVENTS |
Haojian Zhuang | 157d264 | 2011-10-17 20:37:52 +0800 | [diff] [blame] | 613 | select GPIO_PXA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 614 | select HAVE_IDE |
Robert Jarzmik | d6cf30c | 2015-02-14 22:41:56 +0100 | [diff] [blame] | 615 | select IRQ_DOMAIN |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 616 | select MULTI_IRQ_HANDLER |
Eric Miao | bd5ce43 | 2009-01-20 12:06:01 +0800 | [diff] [blame] | 617 | select PLAT_PXA |
Haojian Zhuang | 6ac6b81 | 2010-08-20 15:23:59 +0800 | [diff] [blame] | 618 | select SPARSE_IRQ |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 619 | help |
eric miao | 2c8086a | 2007-09-11 19:13:17 -0700 | [diff] [blame] | 620 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 621 | |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 622 | config ARCH_SHMOBILE_LEGACY |
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 623 | bool "Renesas ARM SoCs (non-multiplatform)" |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 624 | select ARCH_SHMOBILE |
Uwe Kleine-König | 91942d1 | 2014-07-23 20:37:44 +0100 | [diff] [blame] | 625 | select ARM_PATCH_PHYS_VIRT if MMU |
Paul Mundt | 5e93c6b | 2011-01-07 10:29:26 +0900 | [diff] [blame] | 626 | select CLKDEV_LOOKUP |
Magnus Damm | 0ed82bc | 2014-08-25 12:45:41 +0900 | [diff] [blame] | 627 | select CPU_V7 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 628 | select GENERIC_CLOCKEVENTS |
Stephen Boyd | 4c3ffff | 2013-02-27 15:28:14 -0800 | [diff] [blame] | 629 | select HAVE_ARM_SCU if SMP |
Stephen Boyd | a894fcc | 2013-02-15 16:02:20 -0800 | [diff] [blame] | 630 | select HAVE_ARM_TWD if SMP |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 631 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 632 | select MIGHT_HAVE_CACHE_L2X0 |
Magnus Damm | 60f1435 | 2010-12-28 08:26:52 +0000 | [diff] [blame] | 633 | select MULTI_IRQ_HANDLER |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 634 | select NO_IOPORT_MAP |
Laurent Pinchart | 2cd3c92 | 2013-05-31 05:00:27 +0200 | [diff] [blame] | 635 | select PINCTRL |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 636 | select PM_GENERIC_DOMAINS if PM |
Magnus Damm | 0cdc23d | 2014-08-25 12:45:50 +0900 | [diff] [blame] | 637 | select SH_CLK_CPG |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 638 | select SPARSE_IRQ |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 639 | help |
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 640 | Support for Renesas ARM SoC platforms using a non-multiplatform |
| 641 | kernel. This includes the SH-Mobile, R-Mobile, EMMA-Mobile, R-Car |
| 642 | and RZ families. |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 643 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 | config ARCH_RPC |
| 645 | bool "RiscPC" |
| 646 | select ARCH_ACORN |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 647 | select ARCH_MAY_HAVE_PC_FDC |
Russell King | 07f841b | 2008-10-01 17:11:06 +0100 | [diff] [blame] | 648 | select ARCH_SPARSEMEM_ENABLE |
John Stultz | 5cfc8ee | 2010-03-24 00:22:36 +0000 | [diff] [blame] | 649 | select ARCH_USES_GETTIMEOFFSET |
Arnd Bergmann | fa04e20 | 2014-02-26 17:39:12 +0100 | [diff] [blame] | 650 | select CPU_SA110 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 651 | select FIQ |
Arnd Bergmann | d0ee9f4 | 2011-10-01 21:10:32 +0200 | [diff] [blame] | 652 | select HAVE_IDE |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 653 | select HAVE_PATA_PLATFORM |
| 654 | select ISA_DMA_API |
Rob Herring | c334bc1 | 2012-03-04 22:03:33 -0600 | [diff] [blame] | 655 | select NEED_MACH_IO_H |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 656 | select NEED_MACH_MEMORY_H |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 657 | select NO_IOPORT_MAP |
Arnd Bergmann | b4811ba | 2013-03-13 17:36:37 +0100 | [diff] [blame] | 658 | select VIRT_TO_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | help |
| 660 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
| 661 | CD-ROM interface, serial and parallel port, and the floppy drive. |
| 662 | |
| 663 | config ARCH_SA1100 |
| 664 | bool "SA1100-based" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 665 | select ARCH_MTD_XIP |
Michael Buesch | 7444a72 | 2008-07-25 01:46:11 -0700 | [diff] [blame] | 666 | select ARCH_REQUIRE_GPIOLIB |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 667 | select ARCH_SPARSEMEM_ENABLE |
| 668 | select CLKDEV_LOOKUP |
| 669 | select CLKSRC_MMIO |
| 670 | select CPU_FREQ |
| 671 | select CPU_SA1100 |
| 672 | select GENERIC_CLOCKEVENTS |
Arnd Bergmann | d0ee9f4 | 2011-10-01 21:10:32 +0200 | [diff] [blame] | 673 | select HAVE_IDE |
Dmitry Eremin-Solenikov | 1eca42b | 2014-11-28 15:56:54 +0100 | [diff] [blame] | 674 | select IRQ_DOMAIN |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 675 | select ISA |
Dmitry Eremin-Solenikov | affcab3 | 2014-11-28 15:55:16 +0100 | [diff] [blame] | 676 | select MULTI_IRQ_HANDLER |
Nicolas Pitre | 0cdc8b9 | 2011-09-02 22:26:55 -0400 | [diff] [blame] | 677 | select NEED_MACH_MEMORY_H |
Russell King | 375dec9 | 2012-02-23 14:29:33 +0100 | [diff] [blame] | 678 | select SPARSE_IRQ |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 679 | help |
| 680 | Support for StrongARM 11x0 based boards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 681 | |
Kukjin Kim | b130d5c | 2012-02-03 14:29:23 +0900 | [diff] [blame] | 682 | config ARCH_S3C24XX |
| 683 | bool "Samsung S3C24XX SoCs" |
Kukjin Kim | 5365043 | 2013-04-04 09:04:30 +0900 | [diff] [blame] | 684 | select ARCH_REQUIRE_GPIOLIB |
Arnd Bergmann | 335cce7 | 2014-03-13 14:11:16 +0100 | [diff] [blame] | 685 | select ATAGS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 686 | select CLKDEV_LOOKUP |
Tomasz Figa | 4280506 | 2013-04-28 02:25:01 +0200 | [diff] [blame] | 687 | select CLKSRC_SAMSUNG_PWM |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 688 | select GENERIC_CLOCKEVENTS |
Tomasz Figa | 880cf07 | 2013-06-19 01:22:20 +0900 | [diff] [blame] | 689 | select GPIO_SAMSUNG |
Kukjin Kim | 20676c1 | 2010-11-13 16:08:32 +0900 | [diff] [blame] | 690 | select HAVE_S3C2410_I2C if I2C |
Kukjin Kim | b130d5c | 2012-02-03 14:29:23 +0900 | [diff] [blame] | 691 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 692 | select HAVE_S3C_RTC if RTC_CLASS |
Heiko Stuebner | 17453dd | 2013-03-07 12:38:25 +0900 | [diff] [blame] | 693 | select MULTI_IRQ_HANDLER |
Rob Herring | c334bc1 | 2012-03-04 22:03:33 -0600 | [diff] [blame] | 694 | select NEED_MACH_IO_H |
Tomasz Figa | cd8dc7a | 2013-06-15 09:01:49 +0900 | [diff] [blame] | 695 | select SAMSUNG_ATAGS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | help |
Kukjin Kim | b130d5c | 2012-02-03 14:29:23 +0900 | [diff] [blame] | 697 | Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443 |
| 698 | and S3C2450 SoCs based systems, such as the Simtec Electronics BAST |
| 699 | (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the |
| 700 | Samsung SMDK2410 development board (and derivatives). |
Ben Dooks | 63b1f51 | 2010-04-30 16:32:26 +0900 | [diff] [blame] | 701 | |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 702 | config ARCH_S3C64XX |
| 703 | bool "Samsung S3C64XX" |
Ben Dooks | 89f0ce7 | 2010-01-26 15:49:15 +0900 | [diff] [blame] | 704 | select ARCH_REQUIRE_GPIOLIB |
Tomasz Figa | 1db0287 | 2013-10-16 21:10:54 +0200 | [diff] [blame] | 705 | select ARM_AMBA |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 706 | select ARM_VIC |
Arnd Bergmann | 335cce7 | 2014-03-13 14:11:16 +0100 | [diff] [blame] | 707 | select ATAGS |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 708 | select CLKDEV_LOOKUP |
Tomasz Figa | 4280506 | 2013-04-28 02:25:01 +0200 | [diff] [blame] | 709 | select CLKSRC_SAMSUNG_PWM |
Pankaj Dubey | ccecba3 | 2014-05-08 13:07:09 +0900 | [diff] [blame] | 710 | select COMMON_CLK_SAMSUNG |
Tomasz Figa | 70bacad | 2013-10-21 06:56:51 +0900 | [diff] [blame] | 711 | select CPU_V6K |
Romain Naour | 04a49b7 | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 712 | select GENERIC_CLOCKEVENTS |
Tomasz Figa | 880cf07 | 2013-06-19 01:22:20 +0900 | [diff] [blame] | 713 | select GPIO_SAMSUNG |
Kukjin Kim | 20676c1 | 2010-11-13 16:08:32 +0900 | [diff] [blame] | 714 | select HAVE_S3C2410_I2C if I2C |
Kyungmin Park | c39d8d5 | 2010-11-13 16:01:59 +0900 | [diff] [blame] | 715 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 716 | select HAVE_TCM |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 717 | select NO_IOPORT_MAP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 718 | select PLAT_SAMSUNG |
Arnd Bergmann | 4ab75a3 | 2014-03-13 14:35:38 +0100 | [diff] [blame] | 719 | select PM_GENERIC_DOMAINS if PM |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 720 | select S3C_DEV_NAND |
| 721 | select S3C_GPIO_TRACK |
Tomasz Figa | cd8dc7a | 2013-06-15 09:01:49 +0900 | [diff] [blame] | 722 | select SAMSUNG_ATAGS |
Tomasz Figa | 6e2d9e9 | 2013-10-06 09:06:27 +0900 | [diff] [blame] | 723 | select SAMSUNG_WAKEMASK |
Tomasz Figa | 88f5973 | 2013-06-17 23:45:37 +0900 | [diff] [blame] | 724 | select SAMSUNG_WDT_RESET |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 725 | help |
| 726 | Samsung S3C64XX series based systems |
| 727 | |
Kevin Hilman | 7c6337e | 2007-04-30 19:37:19 +0100 | [diff] [blame] | 728 | config ARCH_DAVINCI |
| 729 | bool "TI DaVinci" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 730 | select ARCH_HAS_HOLES_MEMORYMODEL |
David Brownell | dce1115 | 2008-09-07 23:41:04 -0700 | [diff] [blame] | 731 | select ARCH_REQUIRE_GPIOLIB |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 732 | select CLKDEV_LOOKUP |
David Brownell | 20e9969 | 2009-05-07 09:31:42 -0700 | [diff] [blame] | 733 | select GENERIC_ALLOCATOR |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 734 | select GENERIC_CLOCKEVENTS |
Russell King | dc7ad3b | 2011-05-22 10:01:21 +0100 | [diff] [blame] | 735 | select GENERIC_IRQ_CHIP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 736 | select HAVE_IDE |
Matt Porter | 3ad7a42 | 2013-03-06 11:15:31 -0500 | [diff] [blame] | 737 | select TI_PRIV_EDMA |
Sekhar Nori | 689e331 | 2012-08-28 15:27:52 +0530 | [diff] [blame] | 738 | select USE_OF |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 739 | select ZONE_DMA |
Kevin Hilman | 7c6337e | 2007-04-30 19:37:19 +0100 | [diff] [blame] | 740 | help |
| 741 | Support for TI's DaVinci platform. |
| 742 | |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 743 | config ARCH_OMAP1 |
| 744 | bool "TI OMAP1" |
Arnd Bergmann | 00a3669 | 2012-06-07 18:50:51 -0600 | [diff] [blame] | 745 | depends on MMU |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 746 | select ARCH_HAS_HOLES_MEMORYMODEL |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 747 | select ARCH_OMAP |
Alexey Charkov | 21f47fb | 2010-12-23 13:11:21 +0100 | [diff] [blame] | 748 | select ARCH_REQUIRE_GPIOLIB |
Tony Prisk | e9a91de | 2012-08-03 21:00:06 +1200 | [diff] [blame] | 749 | select CLKDEV_LOOKUP |
viresh kumar | cee37e5 | 2010-04-01 12:31:05 +0100 | [diff] [blame] | 750 | select CLKSRC_MMIO |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 751 | select GENERIC_CLOCKEVENTS |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 752 | select GENERIC_IRQ_CHIP |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 753 | select HAVE_IDE |
| 754 | select IRQ_DOMAIN |
| 755 | select NEED_MACH_IO_H if PCCARD |
| 756 | select NEED_MACH_MEMORY_H |
Alexey Charkov | 21f47fb | 2010-12-23 13:11:21 +0100 | [diff] [blame] | 757 | help |
Tony Lindgren | a069486 | 2013-01-11 11:24:20 -0800 | [diff] [blame] | 758 | Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) |
Binghua Duan | 02c981c | 2011-07-08 17:40:12 +0800 | [diff] [blame] | 759 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | endchoice |
| 761 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 762 | menu "Multiple platform selection" |
| 763 | depends on ARCH_MULTIPLATFORM |
| 764 | |
| 765 | comment "CPU Core family selection" |
| 766 | |
Arnd Bergmann | f8afae4 | 2014-03-25 22:19:00 +0100 | [diff] [blame] | 767 | config ARCH_MULTI_V4 |
| 768 | bool "ARMv4 based platforms (FA526)" |
| 769 | depends on !ARCH_MULTI_V6_V7 |
| 770 | select ARCH_MULTI_V4_V5 |
| 771 | select CPU_FA526 |
| 772 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 773 | config ARCH_MULTI_V4T |
| 774 | bool "ARMv4T based platforms (ARM720T, ARM920T, ...)" |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 775 | depends on !ARCH_MULTI_V6_V7 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 776 | select ARCH_MULTI_V4_V5 |
Arnd Bergmann | 24e860f | 2013-06-03 15:38:58 +0200 | [diff] [blame] | 777 | select CPU_ARM920T if !(CPU_ARM7TDMI || CPU_ARM720T || \ |
| 778 | CPU_ARM740T || CPU_ARM9TDMI || CPU_ARM922T || \ |
| 779 | CPU_ARM925T || CPU_ARM940T) |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 780 | |
| 781 | config ARCH_MULTI_V5 |
| 782 | bool "ARMv5 based platforms (ARM926T, XSCALE, PJ1, ...)" |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 783 | depends on !ARCH_MULTI_V6_V7 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 784 | select ARCH_MULTI_V4_V5 |
Andrew Lunn | 12567bb | 2014-02-22 20:14:54 +0100 | [diff] [blame] | 785 | select CPU_ARM926T if !(CPU_ARM946E || CPU_ARM1020 || \ |
Arnd Bergmann | 24e860f | 2013-06-03 15:38:58 +0200 | [diff] [blame] | 786 | CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || \ |
| 787 | CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_FEROCEON) |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 788 | |
| 789 | config ARCH_MULTI_V4_V5 |
| 790 | bool |
| 791 | |
| 792 | config ARCH_MULTI_V6 |
Stephen Boyd | 8dda05c | 2013-03-04 15:19:19 -0800 | [diff] [blame] | 793 | bool "ARMv6 based platforms (ARM11)" |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 794 | select ARCH_MULTI_V6_V7 |
Rob Herring | 42f4754 | 2014-01-31 14:26:04 -0600 | [diff] [blame] | 795 | select CPU_V6K |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 796 | |
| 797 | config ARCH_MULTI_V7 |
Stephen Boyd | 8dda05c | 2013-03-04 15:19:19 -0800 | [diff] [blame] | 798 | bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)" |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 799 | default y |
| 800 | select ARCH_MULTI_V6_V7 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 801 | select CPU_V7 |
Rob Herring | 90bc8ac | 2014-01-31 15:32:02 -0600 | [diff] [blame] | 802 | select HAVE_SMP |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 803 | |
| 804 | config ARCH_MULTI_V6_V7 |
| 805 | bool |
Rob Herring | 9352b05 | 2014-01-31 15:36:10 -0600 | [diff] [blame] | 806 | select MIGHT_HAVE_CACHE_L2X0 |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 807 | |
| 808 | config ARCH_MULTI_CPU_AUTO |
| 809 | def_bool !(ARCH_MULTI_V4 || ARCH_MULTI_V4T || ARCH_MULTI_V6_V7) |
| 810 | select ARCH_MULTI_V5 |
| 811 | |
| 812 | endmenu |
| 813 | |
Rob Herring | 05e2a3d | 2013-12-05 10:04:54 -0600 | [diff] [blame] | 814 | config ARCH_VIRT |
| 815 | bool "Dummy Virtual Machine" if ARCH_MULTI_V7 |
Rob Herring | 4b8b5f2 | 2013-12-05 10:10:34 -0600 | [diff] [blame] | 816 | select ARM_AMBA |
Rob Herring | 05e2a3d | 2013-12-05 10:04:54 -0600 | [diff] [blame] | 817 | select ARM_GIC |
Rob Herring | 05e2a3d | 2013-12-05 10:04:54 -0600 | [diff] [blame] | 818 | select ARM_PSCI |
Rob Herring | 4b8b5f2 | 2013-12-05 10:10:34 -0600 | [diff] [blame] | 819 | select HAVE_ARM_ARCH_TIMER |
Rob Herring | 05e2a3d | 2013-12-05 10:04:54 -0600 | [diff] [blame] | 820 | |
Russell King | ccf50e2 | 2010-03-15 19:03:06 +0000 | [diff] [blame] | 821 | # |
| 822 | # This is sorted alphabetically by mach-* pathname. However, plat-* |
| 823 | # Kconfigs may be included either alphabetically (according to the |
| 824 | # plat- suffix) or along side the corresponding mach-* source. |
| 825 | # |
Gregory CLEMENT | 3e93a22 | 2012-06-04 18:38:56 +0200 | [diff] [blame] | 826 | source "arch/arm/mach-mvebu/Kconfig" |
| 827 | |
Tsahee Zidenberg | 445d9b3 | 2015-03-12 13:53:00 +0200 | [diff] [blame] | 828 | source "arch/arm/mach-alpine/Kconfig" |
| 829 | |
Oleksij Rempel | d9bfc86 | 2014-11-24 12:08:27 +0100 | [diff] [blame] | 830 | source "arch/arm/mach-asm9260/Kconfig" |
| 831 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 832 | source "arch/arm/mach-at91/Kconfig" |
| 833 | |
Anders Berg | 1d22924e | 2014-05-23 11:08:35 +0200 | [diff] [blame] | 834 | source "arch/arm/mach-axxia/Kconfig" |
| 835 | |
Christian Daudt | 8ac49e0 | 2012-11-19 09:46:10 -0800 | [diff] [blame] | 836 | source "arch/arm/mach-bcm/Kconfig" |
| 837 | |
Sebastian Hesselbarth | 1c37fa1 | 2013-09-09 14:36:19 +0200 | [diff] [blame] | 838 | source "arch/arm/mach-berlin/Kconfig" |
| 839 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | source "arch/arm/mach-clps711x/Kconfig" |
| 841 | |
Anton Vorontsov | d94f944 | 2010-03-25 17:12:41 +0300 | [diff] [blame] | 842 | source "arch/arm/mach-cns3xxx/Kconfig" |
| 843 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 844 | source "arch/arm/mach-davinci/Kconfig" |
| 845 | |
Baruch Siach | df8d742 | 2015-01-14 10:40:30 +0200 | [diff] [blame] | 846 | source "arch/arm/mach-digicolor/Kconfig" |
| 847 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 848 | source "arch/arm/mach-dove/Kconfig" |
| 849 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 850 | source "arch/arm/mach-ep93xx/Kconfig" |
| 851 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 852 | source "arch/arm/mach-footbridge/Kconfig" |
| 853 | |
Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 854 | source "arch/arm/mach-gemini/Kconfig" |
| 855 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 856 | source "arch/arm/mach-highbank/Kconfig" |
| 857 | |
Haojian Zhuang | 389ee0c | 2013-12-20 10:52:56 +0800 | [diff] [blame] | 858 | source "arch/arm/mach-hisi/Kconfig" |
| 859 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 860 | source "arch/arm/mach-integrator/Kconfig" |
| 861 | |
Lennert Buytenhek | 3f7e581 | 2006-09-18 23:10:26 +0100 | [diff] [blame] | 862 | source "arch/arm/mach-iop32x/Kconfig" |
| 863 | |
| 864 | source "arch/arm/mach-iop33x/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | |
Dan Williams | 285f5fa | 2006-12-07 02:59:39 +0100 | [diff] [blame] | 866 | source "arch/arm/mach-iop13xx/Kconfig" |
| 867 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 868 | source "arch/arm/mach-ixp4xx/Kconfig" |
| 869 | |
Santosh Shilimkar | 828989a | 2013-06-10 11:27:13 -0400 | [diff] [blame] | 870 | source "arch/arm/mach-keystone/Kconfig" |
| 871 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 872 | source "arch/arm/mach-ks8695/Kconfig" |
| 873 | |
Carlo Caione | 3b8f503 | 2014-09-10 22:16:59 +0200 | [diff] [blame] | 874 | source "arch/arm/mach-meson/Kconfig" |
| 875 | |
Jonas Jensen | 17723fd3 | 2013-12-18 13:58:45 +0100 | [diff] [blame] | 876 | source "arch/arm/mach-moxart/Kconfig" |
| 877 | |
Stanislav Samsonov | 794d15b | 2008-06-22 22:45:10 +0200 | [diff] [blame] | 878 | source "arch/arm/mach-mv78xx0/Kconfig" |
| 879 | |
Shawn Guo | 3995eb8 | 2012-09-13 19:48:07 +0800 | [diff] [blame] | 880 | source "arch/arm/mach-imx/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 881 | |
Matthias Brugger | f682a21 | 2014-05-13 01:06:13 +0200 | [diff] [blame] | 882 | source "arch/arm/mach-mediatek/Kconfig" |
| 883 | |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 884 | source "arch/arm/mach-mxs/Kconfig" |
| 885 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 886 | source "arch/arm/mach-netx/Kconfig" |
Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 887 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 888 | source "arch/arm/mach-nomadik/Kconfig" |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 889 | |
Daniel Tang | 9851ca5 | 2013-06-11 18:40:17 +1000 | [diff] [blame] | 890 | source "arch/arm/mach-nspire/Kconfig" |
| 891 | |
Tony Lindgren | d48af15 | 2005-07-10 19:58:17 +0100 | [diff] [blame] | 892 | source "arch/arm/plat-omap/Kconfig" |
| 893 | |
| 894 | source "arch/arm/mach-omap1/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | |
Tony Lindgren | 1dbae81 | 2005-11-10 14:26:51 +0000 | [diff] [blame] | 896 | source "arch/arm/mach-omap2/Kconfig" |
| 897 | |
Lennert Buytenhek | 9dd0b19 | 2008-03-27 14:51:41 -0400 | [diff] [blame] | 898 | source "arch/arm/mach-orion5x/Kconfig" |
Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame] | 899 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 900 | source "arch/arm/mach-picoxcell/Kconfig" |
| 901 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 902 | source "arch/arm/mach-pxa/Kconfig" |
| 903 | source "arch/arm/plat-pxa/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 904 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 905 | source "arch/arm/mach-mmp/Kconfig" |
| 906 | |
Kumar Gala | 8fc1b0f | 2014-01-21 17:14:10 -0600 | [diff] [blame] | 907 | source "arch/arm/mach-qcom/Kconfig" |
| 908 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 909 | source "arch/arm/mach-realview/Kconfig" |
| 910 | |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 911 | source "arch/arm/mach-rockchip/Kconfig" |
| 912 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 913 | source "arch/arm/mach-sa1100/Kconfig" |
Saeed Bishara | edabd38 | 2009-08-06 15:12:43 +0300 | [diff] [blame] | 914 | |
Rob Herring | 387798b | 2012-09-06 13:41:12 -0500 | [diff] [blame] | 915 | source "arch/arm/mach-socfpga/Kconfig" |
| 916 | |
Arnd Bergmann | a7ed099 | 2012-12-02 15:12:47 +0100 | [diff] [blame] | 917 | source "arch/arm/mach-spear/Kconfig" |
Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 918 | |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 919 | source "arch/arm/mach-sti/Kconfig" |
| 920 | |
Kukjin Kim | 85fd6d6 | 2012-02-06 09:38:19 +0900 | [diff] [blame] | 921 | source "arch/arm/mach-s3c24xx/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 922 | |
Ben Dooks | 431107e | 2010-01-26 10:11:04 +0900 | [diff] [blame] | 923 | source "arch/arm/mach-s3c64xx/Kconfig" |
Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 924 | |
Kukjin Kim | 170f4e4 | 2010-02-24 16:40:44 +0900 | [diff] [blame] | 925 | source "arch/arm/mach-s5pv210/Kconfig" |
| 926 | |
Kukjin Kim | 8301457 | 2011-11-06 13:54:56 +0900 | [diff] [blame] | 927 | source "arch/arm/mach-exynos/Kconfig" |
Rob Herring | e509b28 | 2014-06-10 09:06:09 -0500 | [diff] [blame] | 928 | source "arch/arm/plat-samsung/Kconfig" |
Changhwan Youn | cc0e72b | 2010-07-16 12:15:38 +0900 | [diff] [blame] | 929 | |
Russell King | 882d01f | 2010-03-02 23:40:15 +0000 | [diff] [blame] | 930 | source "arch/arm/mach-shmobile/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 931 | |
Maxime Ripard | 3b52634 | 2012-11-08 12:40:16 +0100 | [diff] [blame] | 932 | source "arch/arm/mach-sunxi/Kconfig" |
| 933 | |
Barry Song | 156a099 | 2012-08-23 13:41:58 +0800 | [diff] [blame] | 934 | source "arch/arm/mach-prima2/Kconfig" |
| 935 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 936 | source "arch/arm/mach-tegra/Kconfig" |
| 937 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 938 | source "arch/arm/mach-u300/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | |
Russell King | 95b8f20 | 2010-01-14 11:43:54 +0000 | [diff] [blame] | 940 | source "arch/arm/mach-ux500/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | |
| 942 | source "arch/arm/mach-versatile/Kconfig" |
| 943 | |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 944 | source "arch/arm/mach-vexpress/Kconfig" |
Russell King | 420c34e | 2011-01-18 20:08:06 +0000 | [diff] [blame] | 945 | source "arch/arm/plat-versatile/Kconfig" |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 946 | |
Tony Prisk | 6f35f9a | 2012-10-11 20:13:09 +1300 | [diff] [blame] | 947 | source "arch/arm/mach-vt8500/Kconfig" |
| 948 | |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 949 | source "arch/arm/mach-w90x900/Kconfig" |
| 950 | |
Josh Cartwright | 9a45eb6 | 2012-11-19 11:38:29 -0600 | [diff] [blame] | 951 | source "arch/arm/mach-zynq/Kconfig" |
| 952 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 953 | # Definitions to make life easier |
| 954 | config ARCH_ACORN |
| 955 | bool |
| 956 | |
Lennert Buytenhek | 7ae1f7e | 2006-09-18 23:12:53 +0100 | [diff] [blame] | 957 | config PLAT_IOP |
| 958 | bool |
Mikael Pettersson | 469d3044 | 2009-10-29 11:46:54 -0700 | [diff] [blame] | 959 | select GENERIC_CLOCKEVENTS |
Lennert Buytenhek | 7ae1f7e | 2006-09-18 23:12:53 +0100 | [diff] [blame] | 960 | |
Lennert Buytenhek | 69b02f6 | 2008-03-27 14:51:39 -0400 | [diff] [blame] | 961 | config PLAT_ORION |
| 962 | bool |
Russell King | bfe45e0 | 2011-05-08 15:33:30 +0100 | [diff] [blame] | 963 | select CLKSRC_MMIO |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 964 | select COMMON_CLK |
Russell King | dc7ad3b | 2011-05-22 10:01:21 +0100 | [diff] [blame] | 965 | select GENERIC_IRQ_CHIP |
Andrew Lunn | 278b45b | 2012-06-27 13:40:04 +0200 | [diff] [blame] | 966 | select IRQ_DOMAIN |
Lennert Buytenhek | 69b02f6 | 2008-03-27 14:51:39 -0400 | [diff] [blame] | 967 | |
Thomas Petazzoni | abcda1d | 2012-09-11 14:27:27 +0200 | [diff] [blame] | 968 | config PLAT_ORION_LEGACY |
| 969 | bool |
| 970 | select PLAT_ORION |
| 971 | |
Eric Miao | bd5ce43 | 2009-01-20 12:06:01 +0800 | [diff] [blame] | 972 | config PLAT_PXA |
| 973 | bool |
| 974 | |
Russell King | f4b8b31 | 2010-01-14 12:48:06 +0000 | [diff] [blame] | 975 | config PLAT_VERSATILE |
| 976 | bool |
| 977 | |
Russell King | e388771 | 2010-01-14 13:30:16 +0000 | [diff] [blame] | 978 | config ARM_TIMER_SP804 |
| 979 | bool |
Russell King | bfe45e0 | 2011-05-08 15:33:30 +0100 | [diff] [blame] | 980 | select CLKSRC_MMIO |
Rob Herring | 7a0eca7 | 2013-03-25 11:23:52 -0500 | [diff] [blame] | 981 | select CLKSRC_OF if OF |
Russell King | e388771 | 2010-01-14 13:30:16 +0000 | [diff] [blame] | 982 | |
Alexandre Courbot | d9a1bea | 2013-11-24 15:30:46 +0900 | [diff] [blame] | 983 | source "arch/arm/firmware/Kconfig" |
| 984 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | source arch/arm/mm/Kconfig |
| 986 | |
Lennert Buytenhek | afe4b25 | 2006-12-03 18:51:14 +0100 | [diff] [blame] | 987 | config IWMMXT |
Sebastian Hesselbarth | d93003e | 2014-04-24 22:58:30 +0100 | [diff] [blame] | 988 | bool "Enable iWMMXt support" |
| 989 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 || CPU_PJ4B |
| 990 | default y if PXA27x || PXA3xx || ARCH_MMP || CPU_PJ4 || CPU_PJ4B |
Lennert Buytenhek | afe4b25 | 2006-12-03 18:51:14 +0100 | [diff] [blame] | 991 | help |
| 992 | Enable support for iWMMXt context switching at run time if |
| 993 | running on a CPU that supports it. |
| 994 | |
eric miao | 5210864 | 2010-12-13 09:42:34 +0100 | [diff] [blame] | 995 | config MULTI_IRQ_HANDLER |
| 996 | bool |
| 997 | help |
| 998 | Allow each machine to specify it's own IRQ handler at run time. |
| 999 | |
Hyok S. Choi | 3b93e7b | 2006-06-22 11:48:56 +0100 | [diff] [blame] | 1000 | if !MMU |
| 1001 | source "arch/arm/Kconfig-nommu" |
| 1002 | endif |
| 1003 | |
Gregory CLEMENT | 3e0a07f | 2013-06-23 10:17:11 +0100 | [diff] [blame] | 1004 | config PJ4B_ERRATA_4742 |
| 1005 | bool "PJ4B Errata 4742: IDLE Wake Up Commands can Cause the CPU Core to Cease Operation" |
| 1006 | depends on CPU_PJ4B && MACH_ARMADA_370 |
| 1007 | default y |
| 1008 | help |
| 1009 | When coming out of either a Wait for Interrupt (WFI) or a Wait for |
| 1010 | Event (WFE) IDLE states, a specific timing sensitivity exists between |
| 1011 | the retiring WFI/WFE instructions and the newly issued subsequent |
| 1012 | instructions. This sensitivity can result in a CPU hang scenario. |
| 1013 | Workaround: |
| 1014 | The software must insert either a Data Synchronization Barrier (DSB) |
| 1015 | or Data Memory Barrier (DMB) command immediately after the WFI/WFE |
| 1016 | instruction |
| 1017 | |
Will Deacon | f0c4b8d | 2012-04-20 17:20:08 +0100 | [diff] [blame] | 1018 | config ARM_ERRATA_326103 |
| 1019 | bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" |
| 1020 | depends on CPU_V6 |
| 1021 | help |
| 1022 | Executing a SWP instruction to read-only memory does not set bit 11 |
| 1023 | of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to |
| 1024 | treat the access as a read, preventing a COW from occurring and |
| 1025 | causing the faulting task to livelock. |
| 1026 | |
Catalin Marinas | 9cba3cc | 2009-04-30 17:06:03 +0100 | [diff] [blame] | 1027 | config ARM_ERRATA_411920 |
| 1028 | bool "ARM errata: Invalidation of the Instruction Cache operation can fail" |
Russell King | e399b1a | 2011-01-17 15:08:32 +0000 | [diff] [blame] | 1029 | depends on CPU_V6 || CPU_V6K |
Catalin Marinas | 9cba3cc | 2009-04-30 17:06:03 +0100 | [diff] [blame] | 1030 | help |
| 1031 | Invalidation of the Instruction Cache operation can |
| 1032 | fail. This erratum is present in 1136 (before r1p4), 1156 and 1176. |
| 1033 | It does not affect the MPCore. This option enables the ARM Ltd. |
| 1034 | recommended workaround. |
| 1035 | |
Catalin Marinas | 7ce236f | 2009-04-30 17:06:09 +0100 | [diff] [blame] | 1036 | config ARM_ERRATA_430973 |
| 1037 | bool "ARM errata: Stale prediction on replaced interworking branch" |
| 1038 | depends on CPU_V7 |
| 1039 | help |
| 1040 | This option enables the workaround for the 430973 Cortex-A8 |
Russell King | 79403cd | 2015-04-13 16:14:37 +0100 | [diff] [blame] | 1041 | r1p* erratum. If a code sequence containing an ARM/Thumb |
Catalin Marinas | 7ce236f | 2009-04-30 17:06:09 +0100 | [diff] [blame] | 1042 | interworking branch is replaced with another code sequence at the |
| 1043 | same virtual address, whether due to self-modifying code or virtual |
| 1044 | to physical address re-mapping, Cortex-A8 does not recover from the |
| 1045 | stale interworking branch prediction. This results in Cortex-A8 |
| 1046 | executing the new code sequence in the incorrect ARM or Thumb state. |
| 1047 | The workaround enables the BTB/BTAC operations by setting ACTLR.IBE |
| 1048 | and also flushes the branch target cache at every context switch. |
| 1049 | Note that setting specific bits in the ACTLR register may not be |
| 1050 | available in non-secure mode. |
| 1051 | |
Catalin Marinas | 855c551 | 2009-04-30 17:06:15 +0100 | [diff] [blame] | 1052 | config ARM_ERRATA_458693 |
| 1053 | bool "ARM errata: Processor deadlock when a false hazard is created" |
| 1054 | depends on CPU_V7 |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1055 | depends on !ARCH_MULTIPLATFORM |
Catalin Marinas | 855c551 | 2009-04-30 17:06:15 +0100 | [diff] [blame] | 1056 | help |
| 1057 | This option enables the workaround for the 458693 Cortex-A8 (r2p0) |
| 1058 | erratum. For very specific sequences of memory operations, it is |
| 1059 | possible for a hazard condition intended for a cache line to instead |
| 1060 | be incorrectly associated with a different cache line. This false |
| 1061 | hazard might then cause a processor deadlock. The workaround enables |
| 1062 | the L1 caching of the NEON accesses and disables the PLD instruction |
| 1063 | in the ACTLR register. Note that setting specific bits in the ACTLR |
| 1064 | register may not be available in non-secure mode. |
| 1065 | |
Catalin Marinas | 0516e46 | 2009-04-30 17:06:20 +0100 | [diff] [blame] | 1066 | config ARM_ERRATA_460075 |
| 1067 | bool "ARM errata: Data written to the L2 cache can be overwritten with stale data" |
| 1068 | depends on CPU_V7 |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1069 | depends on !ARCH_MULTIPLATFORM |
Catalin Marinas | 0516e46 | 2009-04-30 17:06:20 +0100 | [diff] [blame] | 1070 | help |
| 1071 | This option enables the workaround for the 460075 Cortex-A8 (r2p0) |
| 1072 | erratum. Any asynchronous access to the L2 cache may encounter a |
| 1073 | situation in which recent store transactions to the L2 cache are lost |
| 1074 | and overwritten with stale memory contents from external memory. The |
| 1075 | workaround disables the write-allocate mode for the L2 cache via the |
| 1076 | ACTLR register. Note that setting specific bits in the ACTLR register |
| 1077 | may not be available in non-secure mode. |
| 1078 | |
Will Deacon | 9f05027 | 2010-09-14 09:51:43 +0100 | [diff] [blame] | 1079 | config ARM_ERRATA_742230 |
| 1080 | bool "ARM errata: DMB operation may be faulty" |
| 1081 | depends on CPU_V7 && SMP |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1082 | depends on !ARCH_MULTIPLATFORM |
Will Deacon | 9f05027 | 2010-09-14 09:51:43 +0100 | [diff] [blame] | 1083 | help |
| 1084 | This option enables the workaround for the 742230 Cortex-A9 |
| 1085 | (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction |
| 1086 | between two write operations may not ensure the correct visibility |
| 1087 | ordering of the two writes. This workaround sets a specific bit in |
| 1088 | the diagnostic register of the Cortex-A9 which causes the DMB |
| 1089 | instruction to behave as a DSB, ensuring the correct behaviour of |
| 1090 | the two writes. |
| 1091 | |
Will Deacon | a672e99 | 2010-09-14 09:53:02 +0100 | [diff] [blame] | 1092 | config ARM_ERRATA_742231 |
| 1093 | bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption" |
| 1094 | depends on CPU_V7 && SMP |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1095 | depends on !ARCH_MULTIPLATFORM |
Will Deacon | a672e99 | 2010-09-14 09:53:02 +0100 | [diff] [blame] | 1096 | help |
| 1097 | This option enables the workaround for the 742231 Cortex-A9 |
| 1098 | (r2p0..r2p2) erratum. Under certain conditions, specific to the |
| 1099 | Cortex-A9 MPCore micro-architecture, two CPUs working in SMP mode, |
| 1100 | accessing some data located in the same cache line, may get corrupted |
| 1101 | data due to bad handling of the address hazard when the line gets |
| 1102 | replaced from one of the CPUs at the same time as another CPU is |
| 1103 | accessing it. This workaround sets specific bits in the diagnostic |
| 1104 | register of the Cortex-A9 which reduces the linefill issuing |
| 1105 | capabilities of the processor. |
| 1106 | |
Jon Medhurst | 6915579 | 2013-06-07 10:35:35 +0100 | [diff] [blame] | 1107 | config ARM_ERRATA_643719 |
| 1108 | bool "ARM errata: LoUIS bit field in CLIDR register is incorrect" |
| 1109 | depends on CPU_V7 && SMP |
Russell King | e5a5de4 | 2015-04-02 23:58:55 +0100 | [diff] [blame] | 1110 | default y |
Jon Medhurst | 6915579 | 2013-06-07 10:35:35 +0100 | [diff] [blame] | 1111 | help |
| 1112 | This option enables the workaround for the 643719 Cortex-A9 (prior to |
| 1113 | r1p0) erratum. On affected cores the LoUIS bit field of the CLIDR |
| 1114 | register returns zero when it should return one. The workaround |
| 1115 | corrects this value, ensuring cache maintenance operations which use |
| 1116 | it behave as intended and avoiding data corruption. |
| 1117 | |
Will Deacon | cdf357f | 2010-08-05 11:20:51 +0100 | [diff] [blame] | 1118 | config ARM_ERRATA_720789 |
| 1119 | bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID" |
Dave Martin | e66dc74 | 2011-12-08 13:37:46 +0100 | [diff] [blame] | 1120 | depends on CPU_V7 |
Will Deacon | cdf357f | 2010-08-05 11:20:51 +0100 | [diff] [blame] | 1121 | help |
| 1122 | This option enables the workaround for the 720789 Cortex-A9 (prior to |
| 1123 | r2p0) erratum. A faulty ASID can be sent to the other CPUs for the |
| 1124 | broadcasted CP15 TLB maintenance operations TLBIASIDIS and TLBIMVAIS. |
| 1125 | As a consequence of this erratum, some TLB entries which should be |
| 1126 | invalidated are not, resulting in an incoherency in the system page |
| 1127 | tables. The workaround changes the TLB flushing routines to invalidate |
| 1128 | entries regardless of the ASID. |
Will Deacon | 475d92f | 2010-09-28 14:02:02 +0100 | [diff] [blame] | 1129 | |
| 1130 | config ARM_ERRATA_743622 |
| 1131 | bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption" |
| 1132 | depends on CPU_V7 |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1133 | depends on !ARCH_MULTIPLATFORM |
Will Deacon | 475d92f | 2010-09-28 14:02:02 +0100 | [diff] [blame] | 1134 | help |
| 1135 | This option enables the workaround for the 743622 Cortex-A9 |
Will Deacon | efbc74a | 2012-02-24 12:12:38 +0100 | [diff] [blame] | 1136 | (r2p*) erratum. Under very rare conditions, a faulty |
Will Deacon | 475d92f | 2010-09-28 14:02:02 +0100 | [diff] [blame] | 1137 | optimisation in the Cortex-A9 Store Buffer may lead to data |
| 1138 | corruption. This workaround sets a specific bit in the diagnostic |
| 1139 | register of the Cortex-A9 which disables the Store Buffer |
| 1140 | optimisation, preventing the defect from occurring. This has no |
| 1141 | visible impact on the overall performance or power consumption of the |
| 1142 | processor. |
| 1143 | |
Will Deacon | 9a27c27 | 2011-02-18 16:36:35 +0100 | [diff] [blame] | 1144 | config ARM_ERRATA_751472 |
| 1145 | bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation" |
Dave Martin | ba90c51 | 2011-12-08 13:41:06 +0100 | [diff] [blame] | 1146 | depends on CPU_V7 |
Rob Herring | 62e4d35 | 2012-12-21 22:42:40 +0100 | [diff] [blame] | 1147 | depends on !ARCH_MULTIPLATFORM |
Will Deacon | 9a27c27 | 2011-02-18 16:36:35 +0100 | [diff] [blame] | 1148 | help |
| 1149 | This option enables the workaround for the 751472 Cortex-A9 (prior |
| 1150 | to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the |
| 1151 | completion of a following broadcasted operation if the second |
| 1152 | operation is received by a CPU before the ICIALLUIS has completed, |
| 1153 | potentially leading to corrupted entries in the cache or TLB. |
| 1154 | |
Will Deacon | fcbdc5fe | 2011-02-28 18:15:16 +0100 | [diff] [blame] | 1155 | config ARM_ERRATA_754322 |
| 1156 | bool "ARM errata: possible faulty MMU translations following an ASID switch" |
| 1157 | depends on CPU_V7 |
| 1158 | help |
| 1159 | This option enables the workaround for the 754322 Cortex-A9 (r2p*, |
| 1160 | r3p*) erratum. A speculative memory access may cause a page table walk |
| 1161 | which starts prior to an ASID switch but completes afterwards. This |
| 1162 | can populate the micro-TLB with a stale entry which may be hit with |
| 1163 | the new ASID. This workaround places two dsb instructions in the mm |
| 1164 | switching code so that no page table walks can cross the ASID switch. |
| 1165 | |
Will Deacon | 5dab26af | 2011-03-04 12:38:54 +0100 | [diff] [blame] | 1166 | config ARM_ERRATA_754327 |
| 1167 | bool "ARM errata: no automatic Store Buffer drain" |
| 1168 | depends on CPU_V7 && SMP |
| 1169 | help |
| 1170 | This option enables the workaround for the 754327 Cortex-A9 (prior to |
| 1171 | r2p0) erratum. The Store Buffer does not have any automatic draining |
| 1172 | mechanism and therefore a livelock may occur if an external agent |
| 1173 | continuously polls a memory location waiting to observe an update. |
| 1174 | This workaround defines cpu_relax() as smp_mb(), preventing correctly |
| 1175 | written polling loops from denying visibility of updates to memory. |
| 1176 | |
Catalin Marinas | 145e10e | 2011-08-15 11:04:41 +0100 | [diff] [blame] | 1177 | config ARM_ERRATA_364296 |
| 1178 | bool "ARM errata: Possible cache data corruption with hit-under-miss enabled" |
Fabio Estevam | fd83247 | 2013-07-09 18:34:01 +0100 | [diff] [blame] | 1179 | depends on CPU_V6 |
Catalin Marinas | 145e10e | 2011-08-15 11:04:41 +0100 | [diff] [blame] | 1180 | help |
| 1181 | This options enables the workaround for the 364296 ARM1136 |
| 1182 | r0p2 erratum (possible cache data corruption with |
| 1183 | hit-under-miss enabled). It sets the undocumented bit 31 in |
| 1184 | the auxiliary control register and the FI bit in the control |
| 1185 | register, thus disabling hit-under-miss without putting the |
| 1186 | processor into full low interrupt latency mode. ARM11MPCore |
| 1187 | is not affected. |
| 1188 | |
Will Deacon | f630c1b | 2011-09-15 11:45:15 +0100 | [diff] [blame] | 1189 | config ARM_ERRATA_764369 |
| 1190 | bool "ARM errata: Data cache line maintenance operation by MVA may not succeed" |
| 1191 | depends on CPU_V7 && SMP |
| 1192 | help |
| 1193 | This option enables the workaround for erratum 764369 |
| 1194 | affecting Cortex-A9 MPCore with two or more processors (all |
| 1195 | current revisions). Under certain timing circumstances, a data |
| 1196 | cache line maintenance operation by MVA targeting an Inner |
| 1197 | Shareable memory region may fail to proceed up to either the |
| 1198 | Point of Coherency or to the Point of Unification of the |
| 1199 | system. This workaround adds a DSB instruction before the |
| 1200 | relevant cache maintenance functions and sets a specific bit |
| 1201 | in the diagnostic control register of the SCU. |
| 1202 | |
Simon Horman | 7253b85 | 2012-09-28 02:12:45 +0100 | [diff] [blame] | 1203 | config ARM_ERRATA_775420 |
| 1204 | bool "ARM errata: A data cache maintenance operation which aborts, might lead to deadlock" |
| 1205 | depends on CPU_V7 |
| 1206 | help |
| 1207 | This option enables the workaround for the 775420 Cortex-A9 (r2p2, |
| 1208 | r2p6,r2p8,r2p10,r3p0) erratum. In case a date cache maintenance |
| 1209 | operation aborts with MMU exception, it might cause the processor |
| 1210 | to deadlock. This workaround puts DSB before executing ISB if |
| 1211 | an abort may occur on cache maintenance. |
| 1212 | |
Catalin Marinas | 93dc688 | 2013-03-26 23:35:04 +0100 | [diff] [blame] | 1213 | config ARM_ERRATA_798181 |
| 1214 | bool "ARM errata: TLBI/DSB failure on Cortex-A15" |
| 1215 | depends on CPU_V7 && SMP |
| 1216 | help |
| 1217 | On Cortex-A15 (r0p0..r3p2) the TLBI*IS/DSB operations are not |
| 1218 | adequately shooting down all use of the old entries. This |
| 1219 | option enables the Linux kernel workaround for this erratum |
| 1220 | which sends an IPI to the CPUs that are running the same ASID |
| 1221 | as the one being invalidated. |
| 1222 | |
Will Deacon | 84b6504 | 2013-08-20 17:29:55 +0100 | [diff] [blame] | 1223 | config ARM_ERRATA_773022 |
| 1224 | bool "ARM errata: incorrect instructions may be executed from loop buffer" |
| 1225 | depends on CPU_V7 |
| 1226 | help |
| 1227 | This option enables the workaround for the 773022 Cortex-A15 |
| 1228 | (up to r0p4) erratum. In certain rare sequences of code, the |
| 1229 | loop buffer may deliver incorrect instructions. This |
| 1230 | workaround disables the loop buffer to avoid the erratum. |
| 1231 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1232 | endmenu |
| 1233 | |
| 1234 | source "arch/arm/common/Kconfig" |
| 1235 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1236 | menu "Bus support" |
| 1237 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1238 | config ISA |
| 1239 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1240 | help |
| 1241 | Find out whether you have ISA slots on your motherboard. ISA is the |
| 1242 | name of a bus system, i.e. the way the CPU talks to the other stuff |
| 1243 | inside your box. Other bus systems are PCI, EISA, MicroChannel |
| 1244 | (MCA) or VESA. ISA is an older system, now being displaced by PCI; |
| 1245 | newer boards don't support it. If you have ISA, say Y, otherwise N. |
| 1246 | |
Russell King | 065909b | 2006-01-04 15:44:16 +0000 | [diff] [blame] | 1247 | # Select ISA DMA controller support |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1248 | config ISA_DMA |
| 1249 | bool |
Russell King | 065909b | 2006-01-04 15:44:16 +0000 | [diff] [blame] | 1250 | select ISA_DMA_API |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1251 | |
Russell King | 065909b | 2006-01-04 15:44:16 +0000 | [diff] [blame] | 1252 | # Select ISA DMA interface |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 1253 | config ISA_DMA_API |
| 1254 | bool |
Al Viro | 5cae841 | 2005-05-04 05:39:22 +0100 | [diff] [blame] | 1255 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1256 | config PCI |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 1257 | bool "PCI support" if MIGHT_HAVE_PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1258 | help |
| 1259 | Find out whether you have a PCI motherboard. PCI is the name of a |
| 1260 | bus system, i.e. the way the CPU talks to the other stuff inside |
| 1261 | your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or |
| 1262 | VESA. If you have PCI, say Y, otherwise N. |
| 1263 | |
Anton Vorontsov | 5288217 | 2010-04-19 13:20:49 +0100 | [diff] [blame] | 1264 | config PCI_DOMAINS |
| 1265 | bool |
| 1266 | depends on PCI |
| 1267 | |
Lorenzo Pieralisi | 8c7d1474 | 2014-11-21 11:29:26 +0000 | [diff] [blame] | 1268 | config PCI_DOMAINS_GENERIC |
| 1269 | def_bool PCI_DOMAINS |
| 1270 | |
Marcelo Roberto Jimenez | b080ac8 | 2010-12-16 21:34:51 +0100 | [diff] [blame] | 1271 | config PCI_NANOENGINE |
| 1272 | bool "BSE nanoEngine PCI support" |
| 1273 | depends on SA1100_NANOENGINE |
| 1274 | help |
| 1275 | Enable PCI on the BSE nanoEngine board. |
| 1276 | |
Matthew Wilcox | 36e2359 | 2007-07-10 10:54:40 -0600 | [diff] [blame] | 1277 | config PCI_SYSCALL |
| 1278 | def_bool PCI |
| 1279 | |
Mike Rapoport | a0113a9 | 2007-11-25 08:55:34 +0100 | [diff] [blame] | 1280 | config PCI_HOST_ITE8152 |
| 1281 | bool |
| 1282 | depends on PCI && MACH_ARMCORE |
| 1283 | default y |
| 1284 | select DMABOUNCE |
| 1285 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1286 | source "drivers/pci/Kconfig" |
Jingoo Han | 3f06d15 | 2013-06-21 16:25:29 +0900 | [diff] [blame] | 1287 | source "drivers/pci/pcie/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1288 | |
| 1289 | source "drivers/pcmcia/Kconfig" |
| 1290 | |
| 1291 | endmenu |
| 1292 | |
| 1293 | menu "Kernel Features" |
| 1294 | |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 1295 | config HAVE_SMP |
| 1296 | bool |
| 1297 | help |
| 1298 | This option should be selected by machines which have an SMP- |
| 1299 | capable CPU. |
| 1300 | |
| 1301 | The only effect of this option is to make the SMP-related |
| 1302 | options available to the user for configuration. |
| 1303 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1304 | config SMP |
Russell King | bb2d813 | 2011-05-12 09:52:02 +0100 | [diff] [blame] | 1305 | bool "Symmetric Multi-Processing" |
Russell King | fbb4dda | 2011-01-17 18:01:58 +0000 | [diff] [blame] | 1306 | depends on CPU_V6K || CPU_V7 |
Russell King | bc28248 | 2009-05-17 18:58:34 +0100 | [diff] [blame] | 1307 | depends on GENERIC_CLOCKEVENTS |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 1308 | depends on HAVE_SMP |
Jonathan Austin | 801bb21 | 2013-02-22 18:56:04 +0000 | [diff] [blame] | 1309 | depends on MMU || ARM_MPU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1310 | help |
| 1311 | This enables support for systems with more than one CPU. If you have |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 1312 | a system with only one CPU, say N. If you have a system with more |
| 1313 | than one CPU, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1314 | |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 1315 | If you say N here, the kernel will run on uni- and multiprocessor |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1316 | machines, but will use only one CPU of a multiprocessor machine. If |
Robert Graffham | 4a47415 | 2014-01-23 15:55:29 -0800 | [diff] [blame] | 1317 | you say Y here, the kernel will run on many, but not all, |
| 1318 | uniprocessor machines. On a uniprocessor machine, the kernel |
| 1319 | will run faster if you say N here. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1320 | |
Paul Bolle | 395cf96 | 2011-08-15 02:02:26 +0200 | [diff] [blame] | 1321 | See also <file:Documentation/x86/i386/IO-APIC.txt>, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1322 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 1323 | <http://tldp.org/HOWTO/SMP-HOWTO.html>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1324 | |
| 1325 | If you don't know what to do here, say N. |
| 1326 | |
Russell King | f00ec48 | 2010-09-04 10:47:48 +0100 | [diff] [blame] | 1327 | config SMP_ON_UP |
Russell King | 5744ff4 | 2015-02-13 11:04:21 +0000 | [diff] [blame] | 1328 | bool "Allow booting SMP kernel on uniprocessor systems" |
Jonathan Austin | 801bb21 | 2013-02-22 18:56:04 +0000 | [diff] [blame] | 1329 | depends on SMP && !XIP_KERNEL && MMU |
Russell King | f00ec48 | 2010-09-04 10:47:48 +0100 | [diff] [blame] | 1330 | default y |
| 1331 | help |
| 1332 | SMP kernels contain instructions which fail on non-SMP processors. |
| 1333 | Enabling this option allows the kernel to modify itself to make |
| 1334 | these instructions safe. Disabling it allows about 1K of space |
| 1335 | savings. |
| 1336 | |
| 1337 | If you don't know what to do here, say Y. |
| 1338 | |
Vincent Guittot | c9018aa | 2011-08-08 13:21:59 +0100 | [diff] [blame] | 1339 | config ARM_CPU_TOPOLOGY |
| 1340 | bool "Support cpu topology definition" |
| 1341 | depends on SMP && CPU_V7 |
| 1342 | default y |
| 1343 | help |
| 1344 | Support ARM cpu topology definition. The MPIDR register defines |
| 1345 | affinity between processors which is then used to describe the cpu |
| 1346 | topology of an ARM System. |
| 1347 | |
| 1348 | config SCHED_MC |
| 1349 | bool "Multi-core scheduler support" |
| 1350 | depends on ARM_CPU_TOPOLOGY |
| 1351 | help |
| 1352 | Multi-core scheduler support improves the CPU scheduler's decision |
| 1353 | making when dealing with multi-core CPU chips at a cost of slightly |
| 1354 | increased overhead in some places. If unsure say N here. |
| 1355 | |
| 1356 | config SCHED_SMT |
| 1357 | bool "SMT scheduler support" |
| 1358 | depends on ARM_CPU_TOPOLOGY |
| 1359 | help |
| 1360 | Improves the CPU scheduler's decision making when dealing with |
| 1361 | MultiThreading at a cost of slightly increased overhead in some |
| 1362 | places. If unsure say N here. |
| 1363 | |
Russell King | a8cbcd9 | 2009-05-16 11:51:14 +0100 | [diff] [blame] | 1364 | config HAVE_ARM_SCU |
| 1365 | bool |
Russell King | a8cbcd9 | 2009-05-16 11:51:14 +0100 | [diff] [blame] | 1366 | help |
| 1367 | This option enables support for the ARM system coherency unit |
| 1368 | |
Mark Rutland | 8a4da6e | 2012-11-12 14:33:44 +0000 | [diff] [blame] | 1369 | config HAVE_ARM_ARCH_TIMER |
Marc Zyngier | 022c03a | 2012-01-11 17:25:17 +0000 | [diff] [blame] | 1370 | bool "Architected timer support" |
| 1371 | depends on CPU_V7 |
Mark Rutland | 8a4da6e | 2012-11-12 14:33:44 +0000 | [diff] [blame] | 1372 | select ARM_ARCH_TIMER |
Will Deacon | 0c403462 | 2013-11-19 15:46:17 +0100 | [diff] [blame] | 1373 | select GENERIC_CLOCKEVENTS |
Marc Zyngier | 022c03a | 2012-01-11 17:25:17 +0000 | [diff] [blame] | 1374 | help |
| 1375 | This option enables support for the ARM architected timer |
| 1376 | |
Russell King | f32f4ce | 2009-05-16 12:14:21 +0100 | [diff] [blame] | 1377 | config HAVE_ARM_TWD |
| 1378 | bool |
| 1379 | depends on SMP |
Rob Herring | da4a686 | 2013-02-06 21:17:47 -0600 | [diff] [blame] | 1380 | select CLKSRC_OF if OF |
Russell King | f32f4ce | 2009-05-16 12:14:21 +0100 | [diff] [blame] | 1381 | help |
| 1382 | This options enables support for the ARM timer and watchdog unit |
| 1383 | |
Nicolas Pitre | e8db288 | 2012-04-12 02:45:22 -0400 | [diff] [blame] | 1384 | config MCPM |
| 1385 | bool "Multi-Cluster Power Management" |
| 1386 | depends on CPU_V7 && SMP |
| 1387 | help |
| 1388 | This option provides the common power management infrastructure |
| 1389 | for (multi-)cluster based systems, such as big.LITTLE based |
| 1390 | systems. |
| 1391 | |
Haojian Zhuang | ebf4a5c | 2014-04-15 14:52:00 +0800 | [diff] [blame] | 1392 | config MCPM_QUAD_CLUSTER |
| 1393 | bool |
| 1394 | depends on MCPM |
| 1395 | help |
| 1396 | To avoid wasting resources unnecessarily, MCPM only supports up |
| 1397 | to 2 clusters by default. |
| 1398 | Platforms with 3 or 4 clusters that use MCPM must select this |
| 1399 | option to allow the additional clusters to be managed. |
| 1400 | |
Nicolas Pitre | 1c33be5 | 2012-04-12 02:56:10 -0400 | [diff] [blame] | 1401 | config BIG_LITTLE |
| 1402 | bool "big.LITTLE support (Experimental)" |
| 1403 | depends on CPU_V7 && SMP |
| 1404 | select MCPM |
| 1405 | help |
| 1406 | This option enables support selections for the big.LITTLE |
| 1407 | system architecture. |
| 1408 | |
| 1409 | config BL_SWITCHER |
| 1410 | bool "big.LITTLE switcher support" |
| 1411 | depends on BIG_LITTLE && MCPM && HOTPLUG_CPU |
Nicolas Pitre | 1c33be5 | 2012-04-12 02:56:10 -0400 | [diff] [blame] | 1412 | select ARM_CPU_SUSPEND |
Russell King | 51aaf81 | 2014-04-22 22:26:27 +0100 | [diff] [blame] | 1413 | select CPU_PM |
Nicolas Pitre | 1c33be5 | 2012-04-12 02:56:10 -0400 | [diff] [blame] | 1414 | help |
| 1415 | The big.LITTLE "switcher" provides the core functionality to |
| 1416 | transparently handle transition between a cluster of A15's |
| 1417 | and a cluster of A7's in a big.LITTLE system. |
| 1418 | |
Nicolas Pitre | b22537c | 2012-04-12 03:04:28 -0400 | [diff] [blame] | 1419 | config BL_SWITCHER_DUMMY_IF |
| 1420 | tristate "Simple big.LITTLE switcher user interface" |
| 1421 | depends on BL_SWITCHER && DEBUG_KERNEL |
| 1422 | help |
| 1423 | This is a simple and dummy char dev interface to control |
| 1424 | the big.LITTLE switcher core code. It is meant for |
| 1425 | debugging purposes only. |
| 1426 | |
Lennert Buytenhek | 8d5796d | 2008-08-25 21:03:32 +0100 | [diff] [blame] | 1427 | choice |
| 1428 | prompt "Memory split" |
Russell King | 006fa25 | 2014-02-26 19:40:46 +0000 | [diff] [blame] | 1429 | depends on MMU |
Lennert Buytenhek | 8d5796d | 2008-08-25 21:03:32 +0100 | [diff] [blame] | 1430 | default VMSPLIT_3G |
| 1431 | help |
| 1432 | Select the desired split between kernel and user memory. |
| 1433 | |
| 1434 | If you are not absolutely sure what you are doing, leave this |
| 1435 | option alone! |
| 1436 | |
| 1437 | config VMSPLIT_3G |
| 1438 | bool "3G/1G user/kernel split" |
| 1439 | config VMSPLIT_2G |
| 1440 | bool "2G/2G user/kernel split" |
| 1441 | config VMSPLIT_1G |
| 1442 | bool "1G/3G user/kernel split" |
| 1443 | endchoice |
| 1444 | |
| 1445 | config PAGE_OFFSET |
| 1446 | hex |
Russell King | 006fa25 | 2014-02-26 19:40:46 +0000 | [diff] [blame] | 1447 | default PHYS_OFFSET if !MMU |
Lennert Buytenhek | 8d5796d | 2008-08-25 21:03:32 +0100 | [diff] [blame] | 1448 | default 0x40000000 if VMSPLIT_1G |
| 1449 | default 0x80000000 if VMSPLIT_2G |
| 1450 | default 0xC0000000 |
| 1451 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1452 | config NR_CPUS |
| 1453 | int "Maximum number of CPUs (2-32)" |
| 1454 | range 2 32 |
| 1455 | depends on SMP |
| 1456 | default "4" |
| 1457 | |
Russell King | a054a81 | 2005-11-02 22:24:33 +0000 | [diff] [blame] | 1458 | config HOTPLUG_CPU |
Russell King | 00b7ded | 2012-10-22 22:54:30 +0100 | [diff] [blame] | 1459 | bool "Support for hot-pluggable CPUs" |
Stephen Rothwell | 40b3136 | 2013-05-21 13:49:35 +1000 | [diff] [blame] | 1460 | depends on SMP |
Russell King | a054a81 | 2005-11-02 22:24:33 +0000 | [diff] [blame] | 1461 | help |
| 1462 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 1463 | can be controlled through /sys/devices/system/cpu. |
| 1464 | |
Will Deacon | 2bdd424 | 2012-12-12 19:20:52 +0000 | [diff] [blame] | 1465 | config ARM_PSCI |
| 1466 | bool "Support for the ARM Power State Coordination Interface (PSCI)" |
| 1467 | depends on CPU_V7 |
| 1468 | help |
| 1469 | Say Y here if you want Linux to communicate with system firmware |
| 1470 | implementing the PSCI specification for CPU-centric power |
| 1471 | management operations described in ARM document number ARM DEN |
| 1472 | 0022A ("Power State Coordination Interface System Software on |
| 1473 | ARM processors"). |
| 1474 | |
Maxime Ripard | 2a6ad87 | 2013-02-03 12:24:48 +0100 | [diff] [blame] | 1475 | # The GPIO number here must be sorted by descending number. In case of |
| 1476 | # a multiplatform kernel, we just want the highest value required by the |
| 1477 | # selected platforms. |
Peter De Schrijver (NVIDIA) | 44986ab | 2011-12-21 10:48:45 +0100 | [diff] [blame] | 1478 | config ARCH_NR_GPIO |
| 1479 | int |
Michal Simek | 6a4d8f3 | 2015-01-15 08:42:42 +0100 | [diff] [blame] | 1480 | default 1024 if ARCH_SHMOBILE || ARCH_TEGRA || ARCH_ZYNQ |
Tomasz Figa | aa42587 | 2014-07-03 13:17:12 +0200 | [diff] [blame] | 1481 | default 512 if ARCH_EXYNOS || ARCH_KEYSTONE || SOC_OMAP5 || \ |
| 1482 | SOC_DRA7XX || ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210 |
Boris BREZILLON | eb171a9 | 2014-04-10 15:52:46 +0200 | [diff] [blame] | 1483 | default 416 if ARCH_SUNXI |
Olof Johansson | 06b851e | 2013-04-02 18:33:58 -0700 | [diff] [blame] | 1484 | default 392 if ARCH_U8500 |
Tony Prisk | 01bb914 | 2013-03-09 18:22:30 +1300 | [diff] [blame] | 1485 | default 352 if ARCH_VT8500 |
Heiko Stuebner | 7b5da4c | 2014-05-26 00:13:51 +0200 | [diff] [blame] | 1486 | default 288 if ARCH_ROCKCHIP |
Maxime Ripard | 2a6ad87 | 2013-02-03 12:24:48 +0100 | [diff] [blame] | 1487 | default 264 if MACH_H4700 |
Peter De Schrijver (NVIDIA) | 44986ab | 2011-12-21 10:48:45 +0100 | [diff] [blame] | 1488 | default 0 |
| 1489 | help |
| 1490 | Maximum number of GPIOs in the system. |
| 1491 | |
| 1492 | If unsure, leave the default value. |
| 1493 | |
Uwe Kleine-König | d45a398 | 2009-08-13 20:38:17 +0200 | [diff] [blame] | 1494 | source kernel/Kconfig.preempt |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1495 | |
Russell King | c9218b1 | 2013-04-27 23:31:10 +0100 | [diff] [blame] | 1496 | config HZ_FIXED |
Russell King | f806581 | 2006-03-02 22:41:59 +0000 | [diff] [blame] | 1497 | int |
Kukjin Kim | 070b8b4 | 2014-07-02 07:50:15 +0900 | [diff] [blame] | 1498 | default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \ |
Kukjin Kim | a73ddc6 | 2011-05-11 16:27:51 +0900 | [diff] [blame] | 1499 | ARCH_S5PV210 || ARCH_EXYNOS4 |
Alexandre Belloni | 1164f67 | 2015-03-13 22:57:24 +0100 | [diff] [blame] | 1500 | default 128 if SOC_AT91RM9200 |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 1501 | default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY |
Russell King | 47d8468 | 2013-09-10 23:47:55 +0100 | [diff] [blame] | 1502 | default 0 |
Russell King | c9218b1 | 2013-04-27 23:31:10 +0100 | [diff] [blame] | 1503 | |
| 1504 | choice |
Russell King | 47d8468 | 2013-09-10 23:47:55 +0100 | [diff] [blame] | 1505 | depends on HZ_FIXED = 0 |
Russell King | c9218b1 | 2013-04-27 23:31:10 +0100 | [diff] [blame] | 1506 | prompt "Timer frequency" |
| 1507 | |
| 1508 | config HZ_100 |
| 1509 | bool "100 Hz" |
| 1510 | |
| 1511 | config HZ_200 |
| 1512 | bool "200 Hz" |
| 1513 | |
| 1514 | config HZ_250 |
| 1515 | bool "250 Hz" |
| 1516 | |
| 1517 | config HZ_300 |
| 1518 | bool "300 Hz" |
| 1519 | |
| 1520 | config HZ_500 |
| 1521 | bool "500 Hz" |
| 1522 | |
| 1523 | config HZ_1000 |
| 1524 | bool "1000 Hz" |
| 1525 | |
| 1526 | endchoice |
| 1527 | |
| 1528 | config HZ |
| 1529 | int |
Russell King | 47d8468 | 2013-09-10 23:47:55 +0100 | [diff] [blame] | 1530 | default HZ_FIXED if HZ_FIXED != 0 |
Russell King | c9218b1 | 2013-04-27 23:31:10 +0100 | [diff] [blame] | 1531 | default 100 if HZ_100 |
| 1532 | default 200 if HZ_200 |
| 1533 | default 250 if HZ_250 |
| 1534 | default 300 if HZ_300 |
| 1535 | default 500 if HZ_500 |
| 1536 | default 1000 |
| 1537 | |
| 1538 | config SCHED_HRTICK |
| 1539 | def_bool HIGH_RES_TIMERS |
Russell King | f806581 | 2006-03-02 22:41:59 +0000 | [diff] [blame] | 1540 | |
Catalin Marinas | 16c7965 | 2009-07-24 12:33:02 +0100 | [diff] [blame] | 1541 | config THUMB2_KERNEL |
Uwe Kleine-König | bc7dea0 | 2011-12-09 20:52:10 +0100 | [diff] [blame] | 1542 | bool "Compile the kernel in Thumb-2 mode" if !CPU_THUMBONLY |
Uwe Kleine-König | 4477ca4 | 2013-03-21 21:02:37 +0100 | [diff] [blame] | 1543 | depends on (CPU_V7 || CPU_V7M) && !CPU_V6 && !CPU_V6K |
Uwe Kleine-König | bc7dea0 | 2011-12-09 20:52:10 +0100 | [diff] [blame] | 1544 | default y if CPU_THUMBONLY |
Catalin Marinas | 16c7965 | 2009-07-24 12:33:02 +0100 | [diff] [blame] | 1545 | select AEABI |
| 1546 | select ARM_ASM_UNIFIED |
Arnd Bergmann | 89bace6 | 2011-06-10 14:12:21 +0000 | [diff] [blame] | 1547 | select ARM_UNWIND |
Catalin Marinas | 16c7965 | 2009-07-24 12:33:02 +0100 | [diff] [blame] | 1548 | help |
| 1549 | By enabling this option, the kernel will be compiled in |
| 1550 | Thumb-2 mode. A compiler/assembler that understand the unified |
| 1551 | ARM-Thumb syntax is needed. |
| 1552 | |
| 1553 | If unsure, say N. |
| 1554 | |
Dave Martin | 6f685c5 | 2011-03-03 11:41:12 +0100 | [diff] [blame] | 1555 | config THUMB2_AVOID_R_ARM_THM_JUMP11 |
| 1556 | bool "Work around buggy Thumb-2 short branch relocations in gas" |
| 1557 | depends on THUMB2_KERNEL && MODULES |
| 1558 | default y |
| 1559 | help |
| 1560 | Various binutils versions can resolve Thumb-2 branches to |
| 1561 | locally-defined, preemptible global symbols as short-range "b.n" |
| 1562 | branch instructions. |
| 1563 | |
| 1564 | This is a problem, because there's no guarantee the final |
| 1565 | destination of the symbol, or any candidate locations for a |
| 1566 | trampoline, are within range of the branch. For this reason, the |
| 1567 | kernel does not support fixing up the R_ARM_THM_JUMP11 (102) |
| 1568 | relocation in modules at all, and it makes little sense to add |
| 1569 | support. |
| 1570 | |
| 1571 | The symptom is that the kernel fails with an "unsupported |
| 1572 | relocation" error when loading some modules. |
| 1573 | |
| 1574 | Until fixed tools are available, passing |
| 1575 | -fno-optimize-sibling-calls to gcc should prevent gcc generating |
| 1576 | code which hits this problem, at the cost of a bit of extra runtime |
| 1577 | stack usage in some cases. |
| 1578 | |
| 1579 | The problem is described in more detail at: |
| 1580 | https://bugs.launchpad.net/binutils-linaro/+bug/725126 |
| 1581 | |
| 1582 | Only Thumb-2 kernels are affected. |
| 1583 | |
| 1584 | Unless you are sure your tools don't have this problem, say Y. |
| 1585 | |
Catalin Marinas | 0becb08 | 2009-07-24 12:32:53 +0100 | [diff] [blame] | 1586 | config ARM_ASM_UNIFIED |
| 1587 | bool |
| 1588 | |
Nicolas Pitre | 704bdda0 | 2006-01-14 16:33:50 +0000 | [diff] [blame] | 1589 | config AEABI |
| 1590 | bool "Use the ARM EABI to compile the kernel" |
| 1591 | help |
| 1592 | This option allows for the kernel to be compiled using the latest |
| 1593 | ARM ABI (aka EABI). This is only useful if you are using a user |
| 1594 | space environment that is also compiled with EABI. |
| 1595 | |
| 1596 | Since there are major incompatibilities between the legacy ABI and |
| 1597 | EABI, especially with regard to structure member alignment, this |
| 1598 | option also changes the kernel syscall calling convention to |
| 1599 | disambiguate both ABIs and allow for backward compatibility support |
| 1600 | (selected with CONFIG_OABI_COMPAT). |
| 1601 | |
| 1602 | To use this you need GCC version 4.0.0 or later. |
| 1603 | |
Nicolas Pitre | 6c90c87 | 2006-01-14 16:37:15 +0000 | [diff] [blame] | 1604 | config OABI_COMPAT |
Russell King | a73a3ff | 2006-02-08 21:09:55 +0000 | [diff] [blame] | 1605 | bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)" |
Kees Cook | d6f94fa | 2013-01-16 18:53:14 -0800 | [diff] [blame] | 1606 | depends on AEABI && !THUMB2_KERNEL |
Nicolas Pitre | 6c90c87 | 2006-01-14 16:37:15 +0000 | [diff] [blame] | 1607 | help |
| 1608 | This option preserves the old syscall interface along with the |
| 1609 | new (ARM EABI) one. It also provides a compatibility layer to |
| 1610 | intercept syscalls that have structure arguments which layout |
| 1611 | in memory differs between the legacy ABI and the new ARM EABI |
| 1612 | (only for non "thumb" binaries). This option adds a tiny |
| 1613 | overhead to all syscalls and produces a slightly larger kernel. |
Kees Cook | 9170217 | 2013-11-09 00:51:56 +0100 | [diff] [blame] | 1614 | |
| 1615 | The seccomp filter system will not be available when this is |
| 1616 | selected, since there is no way yet to sensibly distinguish |
| 1617 | between calling conventions during filtering. |
| 1618 | |
Nicolas Pitre | 6c90c87 | 2006-01-14 16:37:15 +0000 | [diff] [blame] | 1619 | If you know you'll be using only pure EABI user space then you |
| 1620 | can say N here. If this option is not selected and you attempt |
| 1621 | to execute a legacy ABI binary then the result will be |
| 1622 | UNPREDICTABLE (in fact it can be predicted that it won't work |
Kees Cook | b02f846 | 2013-11-09 00:31:11 +0100 | [diff] [blame] | 1623 | at all). If in doubt say N. |
Nicolas Pitre | 6c90c87 | 2006-01-14 16:37:15 +0000 | [diff] [blame] | 1624 | |
Mel Gorman | eb33575 | 2009-05-13 17:34:48 +0100 | [diff] [blame] | 1625 | config ARCH_HAS_HOLES_MEMORYMODEL |
Mel Gorman | e80d6a2 | 2008-08-14 11:10:14 +0100 | [diff] [blame] | 1626 | bool |
Mel Gorman | e80d6a2 | 2008-08-14 11:10:14 +0100 | [diff] [blame] | 1627 | |
Russell King | 05944d7 | 2006-11-30 20:43:51 +0000 | [diff] [blame] | 1628 | config ARCH_SPARSEMEM_ENABLE |
| 1629 | bool |
| 1630 | |
Russell King | 07a2f73 | 2008-10-01 21:39:58 +0100 | [diff] [blame] | 1631 | config ARCH_SPARSEMEM_DEFAULT |
| 1632 | def_bool ARCH_SPARSEMEM_ENABLE |
| 1633 | |
Russell King | 05944d7 | 2006-11-30 20:43:51 +0000 | [diff] [blame] | 1634 | config ARCH_SELECT_MEMORY_MODEL |
Russell King | be37030 | 2010-05-07 17:40:33 +0100 | [diff] [blame] | 1635 | def_bool ARCH_SPARSEMEM_ENABLE |
Yasunori Goto | c80d79d | 2006-04-10 22:53:53 -0700 | [diff] [blame] | 1636 | |
Will Deacon | 7b7bf49 | 2011-05-19 13:21:14 +0100 | [diff] [blame] | 1637 | config HAVE_ARCH_PFN_VALID |
| 1638 | def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM |
| 1639 | |
Steve Capper | b8cd51a | 2014-10-09 15:29:20 -0700 | [diff] [blame] | 1640 | config HAVE_GENERIC_RCU_GUP |
| 1641 | def_bool y |
| 1642 | depends on ARM_LPAE |
| 1643 | |
Nicolas Pitre | 053a96c | 2008-09-19 00:36:12 -0400 | [diff] [blame] | 1644 | config HIGHMEM |
Russell King | e8db89a | 2011-05-12 09:53:05 +0100 | [diff] [blame] | 1645 | bool "High Memory Support" |
| 1646 | depends on MMU |
Nicolas Pitre | 053a96c | 2008-09-19 00:36:12 -0400 | [diff] [blame] | 1647 | help |
| 1648 | The address space of ARM processors is only 4 Gigabytes large |
| 1649 | and it has to accommodate user address space, kernel address |
| 1650 | space as well as some memory mapped IO. That means that, if you |
| 1651 | have a large amount of physical memory and/or IO, not all of the |
| 1652 | memory can be "permanently mapped" by the kernel. The physical |
| 1653 | memory that is not permanently mapped is called "high memory". |
| 1654 | |
| 1655 | Depending on the selected kernel/user memory split, minimum |
| 1656 | vmalloc space and actual amount of RAM, you may not need this |
| 1657 | option which should result in a slightly faster kernel. |
| 1658 | |
| 1659 | If unsure, say n. |
| 1660 | |
Russell King | 65cec8e | 2009-08-17 20:02:06 +0100 | [diff] [blame] | 1661 | config HIGHPTE |
| 1662 | bool "Allocate 2nd-level pagetables from highmem" |
| 1663 | depends on HIGHMEM |
Russell King | 65cec8e | 2009-08-17 20:02:06 +0100 | [diff] [blame] | 1664 | |
Jamie Iles | 1b8873a | 2010-02-02 20:25:44 +0100 | [diff] [blame] | 1665 | config HW_PERF_EVENTS |
| 1666 | bool "Enable hardware performance counter support for perf events" |
Will Deacon | f0d1bc4 | 2012-07-28 16:27:03 +0100 | [diff] [blame] | 1667 | depends on PERF_EVENTS |
Jamie Iles | 1b8873a | 2010-02-02 20:25:44 +0100 | [diff] [blame] | 1668 | default y |
| 1669 | help |
| 1670 | Enable hardware performance counter support for perf events. If |
| 1671 | disabled, perf events will use software events only. |
| 1672 | |
Catalin Marinas | 1355e2a | 2012-07-25 14:32:38 +0100 | [diff] [blame] | 1673 | config SYS_SUPPORTS_HUGETLBFS |
| 1674 | def_bool y |
| 1675 | depends on ARM_LPAE |
| 1676 | |
Catalin Marinas | 8d96250 | 2012-07-25 14:39:26 +0100 | [diff] [blame] | 1677 | config HAVE_ARCH_TRANSPARENT_HUGEPAGE |
| 1678 | def_bool y |
| 1679 | depends on ARM_LPAE |
| 1680 | |
Steven Capper | 4bfab20 | 2013-07-26 14:58:22 +0100 | [diff] [blame] | 1681 | config ARCH_WANT_GENERAL_HUGETLB |
| 1682 | def_bool y |
| 1683 | |
Dave Hansen | 3f22ab2 | 2005-06-23 00:07:43 -0700 | [diff] [blame] | 1684 | source "mm/Kconfig" |
| 1685 | |
Magnus Damm | c1b2d97 | 2010-07-05 10:00:11 +0100 | [diff] [blame] | 1686 | config FORCE_MAX_ZONEORDER |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 1687 | int "Maximum zone order" if ARCH_SHMOBILE_LEGACY |
| 1688 | range 11 64 if ARCH_SHMOBILE_LEGACY |
Yegor Yefremov | 898f08e | 2012-10-08 14:37:53 -0700 | [diff] [blame] | 1689 | default "12" if SOC_AM33XX |
Uwe Kleine-König | 6d85e2b | 2011-11-17 14:36:23 +0100 | [diff] [blame] | 1690 | default "9" if SA1111 || ARCH_EFM32 |
Magnus Damm | c1b2d97 | 2010-07-05 10:00:11 +0100 | [diff] [blame] | 1691 | default "11" |
| 1692 | help |
| 1693 | The kernel memory allocator divides physically contiguous memory |
| 1694 | blocks into "zones", where each zone is a power of two number of |
| 1695 | pages. This option selects the largest power of two that the kernel |
| 1696 | keeps in the memory allocator. If you need to allocate very large |
| 1697 | blocks of physically contiguous memory, then you may need to |
| 1698 | increase this value. |
| 1699 | |
| 1700 | This config option is actually maximum order plus one. For example, |
| 1701 | a value of 11 means that the largest free memory block is 2^10 pages. |
| 1702 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1703 | config ALIGNMENT_TRAP |
| 1704 | bool |
Hyok S. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 1705 | depends on CPU_CP15_MMU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1706 | default y if !ARCH_EBSA110 |
Russell King | e119bff | 2010-01-10 17:23:29 +0000 | [diff] [blame] | 1707 | select HAVE_PROC_CPU if PROC_FS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1708 | help |
Matt LaPlante | 84eb8d0 | 2006-10-03 22:53:09 +0200 | [diff] [blame] | 1709 | ARM processors cannot fetch/store information which is not |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1710 | naturally aligned on the bus, i.e., a 4 byte fetch must start at an |
| 1711 | address divisible by 4. On 32-bit ARM processors, these non-aligned |
| 1712 | fetch/store instructions will be emulated in software if you say |
| 1713 | here, which has a severe performance impact. This is necessary for |
| 1714 | correct operation of some network protocols. With an IP-only |
| 1715 | configuration it is safe to say N, otherwise say Y. |
| 1716 | |
Lennert Buytenhek | 39ec58f | 2009-03-09 14:30:09 -0400 | [diff] [blame] | 1717 | config UACCESS_WITH_MEMCPY |
Linus Walleij | 38ef2ad | 2012-09-10 16:36:37 +0100 | [diff] [blame] | 1718 | bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()" |
| 1719 | depends on MMU |
Lennert Buytenhek | 39ec58f | 2009-03-09 14:30:09 -0400 | [diff] [blame] | 1720 | default y if CPU_FEROCEON |
| 1721 | help |
| 1722 | Implement faster copy_to_user and clear_user methods for CPU |
| 1723 | cores where a 8-word STM instruction give significantly higher |
| 1724 | memory write throughput than a sequence of individual 32bit stores. |
| 1725 | |
| 1726 | A possible side effect is a slight increase in scheduling latency |
| 1727 | between threads sharing the same address space if they invoke |
| 1728 | such copy operations with large buffers. |
| 1729 | |
| 1730 | However, if the CPU data cache is using a write-allocate mode, |
| 1731 | this option is unlikely to provide any performance gain. |
| 1732 | |
Nicolas Pitre | 70c70d9 | 2010-08-26 15:08:35 -0700 | [diff] [blame] | 1733 | config SECCOMP |
| 1734 | bool |
| 1735 | prompt "Enable seccomp to safely compute untrusted bytecode" |
| 1736 | ---help--- |
| 1737 | This kernel feature is useful for number crunching applications |
| 1738 | that may need to compute untrusted bytecode during their |
| 1739 | execution. By using pipes or other transports made available to |
| 1740 | the process as file descriptors supporting the read/write |
| 1741 | syscalls, it's possible to isolate those applications in |
| 1742 | their own address space using seccomp. Once seccomp is |
| 1743 | enabled via prctl(PR_SET_SECCOMP), it cannot be disabled |
| 1744 | and the task is only allowed to execute a few safe syscalls |
| 1745 | defined by each seccomp mode. |
| 1746 | |
Stefano Stabellini | 06e6295 | 2013-10-15 15:47:14 +0000 | [diff] [blame] | 1747 | config SWIOTLB |
| 1748 | def_bool y |
| 1749 | |
| 1750 | config IOMMU_HELPER |
| 1751 | def_bool SWIOTLB |
| 1752 | |
Stefano Stabellini | eff8d64 | 2012-09-17 14:58:17 +0000 | [diff] [blame] | 1753 | config XEN_DOM0 |
| 1754 | def_bool y |
| 1755 | depends on XEN |
| 1756 | |
| 1757 | config XEN |
Julien Grall | c2ba1f7 | 2014-09-17 14:07:06 -0700 | [diff] [blame] | 1758 | bool "Xen guest support on ARM" |
Ian Campbell | 85323a9 | 2013-03-07 07:17:25 +0000 | [diff] [blame] | 1759 | depends on ARM && AEABI && OF |
Arnd Bergmann | f880b67 | 2012-10-09 10:33:52 +0000 | [diff] [blame] | 1760 | depends on CPU_V7 && !CPU_V6 |
Ian Campbell | 85323a9 | 2013-03-07 07:17:25 +0000 | [diff] [blame] | 1761 | depends on !GENERIC_ATOMIC64 |
Uwe Kleine-König | 7693dec | 2014-03-03 09:25:52 -0500 | [diff] [blame] | 1762 | depends on MMU |
Russell King | 51aaf81 | 2014-04-22 22:26:27 +0100 | [diff] [blame] | 1763 | select ARCH_DMA_ADDR_T_64BIT |
Stefano Stabellini | 17b7ab8 | 2013-04-24 18:47:18 +0000 | [diff] [blame] | 1764 | select ARM_PSCI |
Stefano Stabellini | 83862cc | 2013-10-10 13:40:44 +0000 | [diff] [blame] | 1765 | select SWIOTLB_XEN |
Stefano Stabellini | eff8d64 | 2012-09-17 14:58:17 +0000 | [diff] [blame] | 1766 | help |
| 1767 | Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. |
| 1768 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1769 | endmenu |
| 1770 | |
| 1771 | menu "Boot options" |
| 1772 | |
Grant Likely | 9eb8f67 | 2011-04-28 14:27:20 -0600 | [diff] [blame] | 1773 | config USE_OF |
| 1774 | bool "Flattened Device Tree support" |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 1775 | select IRQ_DOMAIN |
Grant Likely | 9eb8f67 | 2011-04-28 14:27:20 -0600 | [diff] [blame] | 1776 | select OF |
| 1777 | select OF_EARLY_FLATTREE |
Marek Szyprowski | bcedb5f | 2014-02-28 14:42:54 +0100 | [diff] [blame] | 1778 | select OF_RESERVED_MEM |
Grant Likely | 9eb8f67 | 2011-04-28 14:27:20 -0600 | [diff] [blame] | 1779 | help |
| 1780 | Include support for flattened device tree machine descriptions. |
| 1781 | |
Nicolas Pitre | bd51e2f | 2012-09-01 03:03:25 +0100 | [diff] [blame] | 1782 | config ATAGS |
| 1783 | bool "Support for the traditional ATAGS boot data passing" if USE_OF |
| 1784 | default y |
| 1785 | help |
| 1786 | This is the traditional way of passing data to the kernel at boot |
| 1787 | time. If you are solely relying on the flattened device tree (or |
| 1788 | the ARM_ATAG_DTB_COMPAT option) then you may unselect this option |
| 1789 | to remove ATAGS support from your kernel binary. If unsure, |
| 1790 | leave this to y. |
| 1791 | |
| 1792 | config DEPRECATED_PARAM_STRUCT |
| 1793 | bool "Provide old way to pass kernel parameters" |
| 1794 | depends on ATAGS |
| 1795 | help |
| 1796 | This was deprecated in 2001 and announced to live on for 5 years. |
| 1797 | Some old boot loaders still use this way. |
| 1798 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1799 | # Compressed boot loader in ROM. Yes, we really want to ask about |
| 1800 | # TEXT and BSS so we preserve their values in the config files. |
| 1801 | config ZBOOT_ROM_TEXT |
| 1802 | hex "Compressed ROM boot loader base address" |
| 1803 | default "0" |
| 1804 | help |
| 1805 | The physical address at which the ROM-able zImage is to be |
| 1806 | placed in the target. Platforms which normally make use of |
| 1807 | ROM-able zImage formats normally set this to a suitable |
| 1808 | value in their defconfig file. |
| 1809 | |
| 1810 | If ZBOOT_ROM is not enabled, this has no effect. |
| 1811 | |
| 1812 | config ZBOOT_ROM_BSS |
| 1813 | hex "Compressed ROM boot loader BSS address" |
| 1814 | default "0" |
| 1815 | help |
Dan Fandrich | f8c440b | 2006-09-20 23:28:51 +0100 | [diff] [blame] | 1816 | The base address of an area of read/write memory in the target |
| 1817 | for the ROM-able zImage which must be available while the |
| 1818 | decompressor is running. It must be large enough to hold the |
| 1819 | entire decompressed kernel plus an additional 128 KiB. |
| 1820 | Platforms which normally make use of ROM-able zImage formats |
| 1821 | normally set this to a suitable value in their defconfig file. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1822 | |
| 1823 | If ZBOOT_ROM is not enabled, this has no effect. |
| 1824 | |
| 1825 | config ZBOOT_ROM |
| 1826 | bool "Compressed boot loader in ROM/flash" |
| 1827 | depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS |
Russell King | 1096813 | 2014-01-01 11:59:44 +0000 | [diff] [blame] | 1828 | depends on !ARM_APPENDED_DTB && !XIP_KERNEL && !AUTO_ZRELADDR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1829 | help |
| 1830 | Say Y here if you intend to execute your compressed kernel image |
| 1831 | (zImage) directly from ROM or flash. If unsure, say N. |
| 1832 | |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 1833 | config ARM_APPENDED_DTB |
| 1834 | bool "Use appended device tree blob to zImage (EXPERIMENTAL)" |
Russell King | 1096813 | 2014-01-01 11:59:44 +0000 | [diff] [blame] | 1835 | depends on OF |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 1836 | help |
| 1837 | With this option, the boot code will look for a device tree binary |
| 1838 | (DTB) appended to zImage |
| 1839 | (e.g. cat zImage <filename>.dtb > zImage_w_dtb). |
| 1840 | |
| 1841 | This is meant as a backward compatibility convenience for those |
| 1842 | systems with a bootloader that can't be upgraded to accommodate |
| 1843 | the documented boot protocol using a device tree. |
| 1844 | |
| 1845 | Beware that there is very little in terms of protection against |
| 1846 | this option being confused by leftover garbage in memory that might |
| 1847 | look like a DTB header after a reboot if no actual DTB is appended |
| 1848 | to zImage. Do not leave this option active in a production kernel |
| 1849 | if you don't intend to always append a DTB. Proper passing of the |
| 1850 | location into r2 of a bootloader provided DTB is always preferable |
| 1851 | to this option. |
| 1852 | |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 1853 | config ARM_ATAG_DTB_COMPAT |
| 1854 | bool "Supplement the appended DTB with traditional ATAG information" |
| 1855 | depends on ARM_APPENDED_DTB |
| 1856 | help |
| 1857 | Some old bootloaders can't be updated to a DTB capable one, yet |
| 1858 | they provide ATAGs with memory configuration, the ramdisk address, |
| 1859 | the kernel cmdline string, etc. Such information is dynamically |
| 1860 | provided by the bootloader and can't always be stored in a static |
| 1861 | DTB. To allow a device tree enabled kernel to be used with such |
| 1862 | bootloaders, this option allows zImage to extract the information |
| 1863 | from the ATAG list and store it at run time into the appended DTB. |
| 1864 | |
Genoud Richard | d0f34a11 | 2012-06-26 16:37:59 +0100 | [diff] [blame] | 1865 | choice |
| 1866 | prompt "Kernel command line type" if ARM_ATAG_DTB_COMPAT |
| 1867 | default ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER |
| 1868 | |
| 1869 | config ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER |
| 1870 | bool "Use bootloader kernel arguments if available" |
| 1871 | help |
| 1872 | Uses the command-line options passed by the boot loader instead of |
| 1873 | the device tree bootargs property. If the boot loader doesn't provide |
| 1874 | any, the device tree bootargs property will be used. |
| 1875 | |
| 1876 | config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND |
| 1877 | bool "Extend with bootloader kernel arguments" |
| 1878 | help |
| 1879 | The command-line arguments provided by the boot loader will be |
| 1880 | appended to the the device tree bootargs property. |
| 1881 | |
| 1882 | endchoice |
| 1883 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1884 | config CMDLINE |
| 1885 | string "Default kernel command string" |
| 1886 | default "" |
| 1887 | help |
| 1888 | On some architectures (EBSA110 and CATS), there is currently no way |
| 1889 | for the boot loader to pass arguments to the kernel. For these |
| 1890 | architectures, you should supply some command-line options at build |
| 1891 | time by entering them here. As a minimum, you should specify the |
| 1892 | memory size and the root device (e.g., mem=64M root=/dev/nfs). |
| 1893 | |
Victor Boivie | 4394c12 | 2011-05-04 17:07:55 +0100 | [diff] [blame] | 1894 | choice |
| 1895 | prompt "Kernel command line type" if CMDLINE != "" |
| 1896 | default CMDLINE_FROM_BOOTLOADER |
Nicolas Pitre | bd51e2f | 2012-09-01 03:03:25 +0100 | [diff] [blame] | 1897 | depends on ATAGS |
Victor Boivie | 4394c12 | 2011-05-04 17:07:55 +0100 | [diff] [blame] | 1898 | |
| 1899 | config CMDLINE_FROM_BOOTLOADER |
| 1900 | bool "Use bootloader kernel arguments if available" |
| 1901 | help |
| 1902 | Uses the command-line options passed by the boot loader. If |
| 1903 | the boot loader doesn't provide any, the default kernel command |
| 1904 | string provided in CMDLINE will be used. |
| 1905 | |
| 1906 | config CMDLINE_EXTEND |
| 1907 | bool "Extend bootloader kernel arguments" |
| 1908 | help |
| 1909 | The command-line arguments provided by the boot loader will be |
| 1910 | appended to the default kernel command string. |
| 1911 | |
Alexander Holler | 92d2040 | 2010-02-16 19:04:53 +0100 | [diff] [blame] | 1912 | config CMDLINE_FORCE |
| 1913 | bool "Always use the default kernel command string" |
Alexander Holler | 92d2040 | 2010-02-16 19:04:53 +0100 | [diff] [blame] | 1914 | help |
| 1915 | Always use the default kernel command string, even if the boot |
| 1916 | loader passes other arguments to the kernel. |
| 1917 | This is useful if you cannot or don't want to change the |
| 1918 | command-line options your boot loader passes to the kernel. |
Victor Boivie | 4394c12 | 2011-05-04 17:07:55 +0100 | [diff] [blame] | 1919 | endchoice |
Alexander Holler | 92d2040 | 2010-02-16 19:04:53 +0100 | [diff] [blame] | 1920 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1921 | config XIP_KERNEL |
| 1922 | bool "Kernel Execute-In-Place from ROM" |
Russell King | 1096813 | 2014-01-01 11:59:44 +0000 | [diff] [blame] | 1923 | depends on !ARM_LPAE && !ARCH_MULTIPLATFORM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1924 | help |
| 1925 | Execute-In-Place allows the kernel to run from non-volatile storage |
| 1926 | directly addressable by the CPU, such as NOR flash. This saves RAM |
| 1927 | space since the text section of the kernel is not loaded from flash |
| 1928 | to RAM. Read-write sections, such as the data section and stack, |
| 1929 | are still copied to RAM. The XIP kernel is not compressed since |
| 1930 | it has to run directly from flash, so it will take more space to |
| 1931 | store it. The flash address used to link the kernel object files, |
| 1932 | and for storing it, is configuration dependent. Therefore, if you |
| 1933 | say Y here, you must know the proper physical address where to |
| 1934 | store the kernel image depending on your own flash memory usage. |
| 1935 | |
| 1936 | Also note that the make target becomes "make xipImage" rather than |
| 1937 | "make zImage" or "make Image". The final kernel binary to put in |
| 1938 | ROM memory will be arch/arm/boot/xipImage. |
| 1939 | |
| 1940 | If unsure, say N. |
| 1941 | |
| 1942 | config XIP_PHYS_ADDR |
| 1943 | hex "XIP Kernel Physical Location" |
| 1944 | depends on XIP_KERNEL |
| 1945 | default "0x00080000" |
| 1946 | help |
| 1947 | This is the physical address in your flash memory the kernel will |
| 1948 | be linked for and stored to. This address is dependent on your |
| 1949 | own flash usage. |
| 1950 | |
Richard Purdie | c587e4a | 2007-02-06 21:29:00 +0100 | [diff] [blame] | 1951 | config KEXEC |
| 1952 | bool "Kexec system call (EXPERIMENTAL)" |
Stephen Warren | 19ab428 | 2013-06-14 16:14:14 +0100 | [diff] [blame] | 1953 | depends on (!SMP || PM_SLEEP_SMP) |
Richard Purdie | c587e4a | 2007-02-06 21:29:00 +0100 | [diff] [blame] | 1954 | help |
| 1955 | kexec is a system call that implements the ability to shutdown your |
| 1956 | current kernel, and to start another kernel. It is like a reboot |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 1957 | but it is independent of the system firmware. And like a reboot |
Richard Purdie | c587e4a | 2007-02-06 21:29:00 +0100 | [diff] [blame] | 1958 | you can start any kernel with it, not just Linux. |
| 1959 | |
| 1960 | It is an ongoing process to be certain the hardware in a machine |
| 1961 | is properly shutdown, so do not be surprised if this code does not |
Geert Uytterhoeven | bf22069 | 2013-08-20 21:38:03 +0200 | [diff] [blame] | 1962 | initially work for you. |
Richard Purdie | c587e4a | 2007-02-06 21:29:00 +0100 | [diff] [blame] | 1963 | |
Richard Purdie | 4cd9d6f | 2008-01-02 00:56:46 +0100 | [diff] [blame] | 1964 | config ATAGS_PROC |
| 1965 | bool "Export atags in procfs" |
Nicolas Pitre | bd51e2f | 2012-09-01 03:03:25 +0100 | [diff] [blame] | 1966 | depends on ATAGS && KEXEC |
Uli Luckas | b98d729 | 2008-02-22 16:45:18 +0100 | [diff] [blame] | 1967 | default y |
Richard Purdie | 4cd9d6f | 2008-01-02 00:56:46 +0100 | [diff] [blame] | 1968 | help |
| 1969 | Should the atags used to boot the kernel be exported in an "atags" |
| 1970 | file in procfs. Useful with kexec. |
| 1971 | |
Mika Westerberg | cb5d39b | 2010-11-18 19:14:52 +0100 | [diff] [blame] | 1972 | config CRASH_DUMP |
| 1973 | bool "Build kdump crash kernel (EXPERIMENTAL)" |
Mika Westerberg | cb5d39b | 2010-11-18 19:14:52 +0100 | [diff] [blame] | 1974 | help |
| 1975 | Generate crash dump after being started by kexec. This should |
| 1976 | be normally only set in special crash dump kernels which are |
| 1977 | loaded in the main kernel with kexec-tools into a specially |
| 1978 | reserved region and then later executed after a crash by |
| 1979 | kdump/kexec. The crash dump kernel must be compiled to a |
| 1980 | memory address not used by the main kernel |
| 1981 | |
| 1982 | For more details see Documentation/kdump/kdump.txt |
| 1983 | |
Eric Miao | e69edc79 | 2010-07-05 15:56:50 +0200 | [diff] [blame] | 1984 | config AUTO_ZRELADDR |
| 1985 | bool "Auto calculation of the decompressed kernel image address" |
Eric Miao | e69edc79 | 2010-07-05 15:56:50 +0200 | [diff] [blame] | 1986 | help |
| 1987 | ZRELADDR is the physical address where the decompressed kernel |
| 1988 | image will be placed. If AUTO_ZRELADDR is selected, the address |
| 1989 | will be determined at run-time by masking the current IP with |
| 1990 | 0xf8000000. This assumes the zImage being placed in the first 128MB |
| 1991 | from start of memory. |
| 1992 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1993 | endmenu |
| 1994 | |
Russell King | ac9d7ef | 2008-08-18 17:26:00 +0100 | [diff] [blame] | 1995 | menu "CPU Power Management" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1996 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1997 | source "drivers/cpufreq/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1998 | |
Russell King | ac9d7ef | 2008-08-18 17:26:00 +0100 | [diff] [blame] | 1999 | source "drivers/cpuidle/Kconfig" |
| 2000 | |
| 2001 | endmenu |
| 2002 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2003 | menu "Floating point emulation" |
| 2004 | |
| 2005 | comment "At least one emulation must be selected" |
| 2006 | |
| 2007 | config FPE_NWFPE |
| 2008 | bool "NWFPE math emulation" |
Dave Martin | 593c252 | 2010-12-13 21:56:03 +0100 | [diff] [blame] | 2009 | depends on (!AEABI || OABI_COMPAT) && !THUMB2_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | ---help--- |
| 2011 | Say Y to include the NWFPE floating point emulator in the kernel. |
| 2012 | This is necessary to run most binaries. Linux does not currently |
| 2013 | support floating point hardware so you need to say Y here even if |
| 2014 | your machine has an FPA or floating point co-processor podule. |
| 2015 | |
| 2016 | You may say N here if you are going to load the Acorn FPEmulator |
| 2017 | early in the bootup. |
| 2018 | |
| 2019 | config FPE_NWFPE_XP |
| 2020 | bool "Support extended precision" |
Lennert Buytenhek | bedf142 | 2005-11-07 21:12:08 +0000 | [diff] [blame] | 2021 | depends on FPE_NWFPE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2022 | help |
| 2023 | Say Y to include 80-bit support in the kernel floating-point |
| 2024 | emulator. Otherwise, only 32 and 64-bit support is compiled in. |
| 2025 | Note that gcc does not generate 80-bit operations by default, |
| 2026 | so in most cases this option only enlarges the size of the |
| 2027 | floating point emulator without any good reason. |
| 2028 | |
| 2029 | You almost surely want to say N here. |
| 2030 | |
| 2031 | config FPE_FASTFPE |
| 2032 | bool "FastFPE math emulation (EXPERIMENTAL)" |
Kees Cook | d6f94fa | 2013-01-16 18:53:14 -0800 | [diff] [blame] | 2033 | depends on (!AEABI || OABI_COMPAT) && !CPU_32v3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | ---help--- |
| 2035 | Say Y here to include the FAST floating point emulator in the kernel. |
| 2036 | This is an experimental much faster emulator which now also has full |
| 2037 | precision for the mantissa. It does not support any exceptions. |
| 2038 | It is very simple, and approximately 3-6 times faster than NWFPE. |
| 2039 | |
| 2040 | It should be sufficient for most programs. It may be not suitable |
| 2041 | for scientific calculations, but you have to check this for yourself. |
| 2042 | If you do not feel you need a faster FP emulation you should better |
| 2043 | choose NWFPE. |
| 2044 | |
| 2045 | config VFP |
| 2046 | bool "VFP-format floating point maths" |
Russell King | e399b1a | 2011-01-17 15:08:32 +0000 | [diff] [blame] | 2047 | depends on CPU_V6 || CPU_V6K || CPU_ARM926T || CPU_V7 || CPU_FEROCEON |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2048 | help |
| 2049 | Say Y to include VFP support code in the kernel. This is needed |
| 2050 | if your hardware includes a VFP unit. |
| 2051 | |
| 2052 | Please see <file:Documentation/arm/VFP/release-notes.txt> for |
| 2053 | release notes and additional status information. |
| 2054 | |
| 2055 | Say N if your target does not have VFP hardware. |
| 2056 | |
Catalin Marinas | 25ebee0 | 2007-09-25 15:22:24 +0100 | [diff] [blame] | 2057 | config VFPv3 |
| 2058 | bool |
| 2059 | depends on VFP |
| 2060 | default y if CPU_V7 |
| 2061 | |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 2062 | config NEON |
| 2063 | bool "Advanced SIMD (NEON) Extension support" |
| 2064 | depends on VFPv3 && CPU_V7 |
| 2065 | help |
| 2066 | Say Y to include support code for NEON, the ARMv7 Advanced SIMD |
| 2067 | Extension. |
| 2068 | |
Ard Biesheuvel | 73c132c | 2013-05-16 11:41:48 +0200 | [diff] [blame] | 2069 | config KERNEL_MODE_NEON |
| 2070 | bool "Support for NEON in kernel mode" |
Russell King | c4a30c3 | 2013-09-22 11:08:50 +0100 | [diff] [blame] | 2071 | depends on NEON && AEABI |
Ard Biesheuvel | 73c132c | 2013-05-16 11:41:48 +0200 | [diff] [blame] | 2072 | help |
| 2073 | Say Y to include support for NEON in kernel mode. |
| 2074 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2075 | endmenu |
| 2076 | |
| 2077 | menu "Userspace binary formats" |
| 2078 | |
| 2079 | source "fs/Kconfig.binfmt" |
| 2080 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2081 | endmenu |
| 2082 | |
| 2083 | menu "Power management options" |
| 2084 | |
Russell King | eceab4a | 2005-11-15 11:31:41 +0000 | [diff] [blame] | 2085 | source "kernel/power/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 2087 | config ARCH_SUSPEND_POSSIBLE |
Ezequiel Garcia | 19a0519 | 2013-08-16 10:28:24 +0100 | [diff] [blame] | 2088 | depends on CPU_ARM920T || CPU_ARM926T || CPU_FEROCEON || CPU_SA1100 || \ |
Uwe Kleine-König | f0d7515 | 2012-02-01 10:00:00 +0100 | [diff] [blame] | 2089 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_V7M || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK |
Johannes Berg | f4cb570 | 2007-12-08 02:14:00 +0100 | [diff] [blame] | 2090 | def_bool y |
| 2091 | |
Arnd Bergmann | 15e0d9e | 2011-10-01 21:09:39 +0200 | [diff] [blame] | 2092 | config ARM_CPU_SUSPEND |
| 2093 | def_bool PM_SLEEP |
| 2094 | |
Sebastian Capella | 603fb42 | 2014-03-25 01:20:29 +0100 | [diff] [blame] | 2095 | config ARCH_HIBERNATION_POSSIBLE |
| 2096 | bool |
| 2097 | depends on MMU |
| 2098 | default y if ARCH_SUSPEND_POSSIBLE |
| 2099 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | endmenu |
| 2101 | |
Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 2102 | source "net/Kconfig" |
| 2103 | |
Uwe Kleine-König | ac25150 | 2009-08-13 21:09:21 +0200 | [diff] [blame] | 2104 | source "drivers/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2105 | |
Kumar Gala | 916f743 | 2015-02-26 15:49:09 -0600 | [diff] [blame] | 2106 | source "drivers/firmware/Kconfig" |
| 2107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2108 | source "fs/Kconfig" |
| 2109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | source "arch/arm/Kconfig.debug" |
| 2111 | |
| 2112 | source "security/Kconfig" |
| 2113 | |
| 2114 | source "crypto/Kconfig" |
Ard Biesheuvel | 652ccae | 2015-03-10 09:47:44 +0100 | [diff] [blame] | 2115 | if CRYPTO |
| 2116 | source "arch/arm/crypto/Kconfig" |
| 2117 | endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2118 | |
| 2119 | source "lib/Kconfig" |
Christoffer Dall | 749cf76c | 2013-01-20 18:28:06 -0500 | [diff] [blame] | 2120 | |
| 2121 | source "arch/arm/kvm/Kconfig" |