blob: 66e4043659fed62c7cba91771613d5ec254afd3b [file] [log] [blame]
Christoph Lameter66701b12007-02-10 01:43:09 -08001config ZONE_DMA
Johannes Weiner35f9cd02009-03-04 16:21:28 +01002 def_bool y
Christoph Lameter66701b12007-02-10 01:43:09 -08003
Chris Zankel8e1a6dd2005-06-23 22:01:10 -07004config XTENSA
Johannes Weiner35f9cd02009-03-04 16:21:28 +01005 def_bool y
Max Filippov8f371c72013-04-15 09:21:35 +04006 select ARCH_WANT_FRAME_POINTERS
Max Filippove9691612013-01-06 16:17:21 +04007 select ARCH_WANT_IPC_PARSE_VERSION
Max Filippov6ed65f32012-09-17 05:44:42 +04008 select ARCH_WANT_OPTIONAL_GPIOLIB
Max Filippov25df8192014-02-18 15:29:11 +04009 select BUILDTIME_EXTABLE_SORT
Al Viro3e41f9b2012-10-26 23:41:40 -040010 select CLONE_BACKWARDS
Max Filippovbda89322014-01-29 06:20:46 +040011 select COMMON_CLK
Max Filippov920f8a32014-06-16 08:20:17 +040012 select GENERIC_ATOMIC64
13 select GENERIC_CLOCKEVENTS
14 select GENERIC_IRQ_SHOW
15 select GENERIC_PCI_IOMAP
16 select GENERIC_SCHED_CLOCK
Max Filippovc75959a2015-05-25 06:55:05 +030017 select HAVE_DMA_API_DEBUG
18 select HAVE_DMA_ATTRS
Max Filippov920f8a32014-06-16 08:20:17 +040019 select HAVE_FUNCTION_TRACER
Max Filippov920f8a32014-06-16 08:20:17 +040020 select HAVE_IRQ_TIME_ACCOUNTING
21 select HAVE_OPROFILE
22 select HAVE_PERF_EVENTS
23 select IRQ_DOMAIN
24 select MODULES_USE_ELF_RELA
Max Filippovdb8165f2015-06-04 13:41:27 +030025 select PERF_USE_VMALLOC
Max Filippov920f8a32014-06-16 08:20:17 +040026 select VIRT_TO_BUS
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070027 help
28 Xtensa processors are 32-bit RISC machines designed by Tensilica
29 primarily for embedded systems. These processors are both
30 configurable and extensible. The Linux port to the Xtensa
31 architecture supports all processor configurations and extensions,
32 with reasonable minimum requirements. The Xtensa Linux project has
Masanari Iida0ada4492013-01-04 17:29:18 +090033 a home page at <http://www.linux-xtensa.org/>.
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070034
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070035config RWSEM_XCHGADD_ALGORITHM
Johannes Weiner35f9cd02009-03-04 16:21:28 +010036 def_bool y
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070037
Akinobu Mitad4337aa2006-03-26 01:39:43 -080038config GENERIC_HWEIGHT
Johannes Weiner35f9cd02009-03-04 16:21:28 +010039 def_bool y
Akinobu Mitad4337aa2006-03-26 01:39:43 -080040
David Howellsf0d1b0b2006-12-08 02:37:49 -080041config ARCH_HAS_ILOG2_U32
Johannes Weiner35f9cd02009-03-04 16:21:28 +010042 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080043
44config ARCH_HAS_ILOG2_U64
Johannes Weiner35f9cd02009-03-04 16:21:28 +010045 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080046
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -070047config NO_IOPORT_MAP
Max Filippovd046f772012-09-17 05:44:41 +040048 def_bool n
Al Viro5ea81762007-02-11 15:41:31 +000049
H. Peter Anvinbdc80782008-02-08 04:21:26 -080050config HZ
51 int
52 default 100
53
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070054source "init/Kconfig"
Matt Helsleydc52ddc2008-10-18 20:27:21 -070055source "kernel/Kconfig.freezer"
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070056
Max Filippov8f371c72013-04-15 09:21:35 +040057config LOCKDEP_SUPPORT
58 def_bool y
59
Max Filippov3e4196a2013-04-15 09:20:48 +040060config STACKTRACE_SUPPORT
61 def_bool y
62
Max Filippovc92931b2013-03-31 06:32:42 +040063config TRACE_IRQFLAGS_SUPPORT
64 def_bool y
65
Johannes Weiner35f9cd02009-03-04 16:21:28 +010066config MMU
Max Filippovde7c1c72015-06-27 07:31:12 +030067 def_bool n
Johannes Weiner35f9cd02009-03-04 16:21:28 +010068
Johannes Weiner4c0d2142009-03-04 16:21:31 +010069config VARIANT_IRQ_SWITCH
70 def_bool n
71
Baruch Siacha1a2bde2013-12-18 09:10:29 +020072config HAVE_XTENSA_GPIO32
73 def_bool n
74
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070075menu "Processor type and features"
76
77choice
78 prompt "Xtensa Processor Configuration"
Chris Zankel173d6682006-12-10 02:18:48 -080079 default XTENSA_VARIANT_FSF
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070080
Chris Zankel173d6682006-12-10 02:18:48 -080081config XTENSA_VARIANT_FSF
Chris Zankel00254272008-10-21 09:11:43 -070082 bool "fsf - default (not generic) configuration"
Johannes Weiner35f9cd02009-03-04 16:21:28 +010083 select MMU
Chris Zankel00254272008-10-21 09:11:43 -070084
85config XTENSA_VARIANT_DC232B
86 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)"
Johannes Weiner35f9cd02009-03-04 16:21:28 +010087 select MMU
Baruch Siacha1a2bde2013-12-18 09:10:29 +020088 select HAVE_XTENSA_GPIO32
Chris Zankel00254272008-10-21 09:11:43 -070089 help
Johannes Weiner35f9cd02009-03-04 16:21:28 +010090 This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE).
Johannes Weiner000af2c2009-03-04 16:21:32 +010091
Pete Delaneyd0b73b42013-01-05 04:57:16 +040092config XTENSA_VARIANT_DC233C
93 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)"
94 select MMU
Baruch Siacha1a2bde2013-12-18 09:10:29 +020095 select HAVE_XTENSA_GPIO32
Pete Delaneyd0b73b42013-01-05 04:57:16 +040096 help
97 This variant refers to Tensilica's Diamond 233L Standard core Rev.C (LE).
98
Max Filippov420ae952014-06-16 07:25:06 +040099config XTENSA_VARIANT_CUSTOM
100 bool "Custom Xtensa processor configuration"
Max Filippov420ae952014-06-16 07:25:06 +0400101 select HAVE_XTENSA_GPIO32
102 help
103 Select this variant to use a custom Xtensa processor configuration.
104 You will be prompted for a processor variant CORENAME.
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700105endchoice
106
Max Filippov420ae952014-06-16 07:25:06 +0400107config XTENSA_VARIANT_CUSTOM_NAME
108 string "Xtensa Processor Custom Core Variant Name"
109 depends on XTENSA_VARIANT_CUSTOM
110 help
111 Provide the name of a custom Xtensa processor variant.
112 This CORENAME selects arch/xtensa/variant/CORENAME.
113 Dont forget you have to select MMU if you have one.
114
115config XTENSA_VARIANT_NAME
116 string
117 default "dc232b" if XTENSA_VARIANT_DC232B
118 default "dc233c" if XTENSA_VARIANT_DC233C
119 default "fsf" if XTENSA_VARIANT_FSF
Max Filippov420ae952014-06-16 07:25:06 +0400120 default XTENSA_VARIANT_CUSTOM_NAME if XTENSA_VARIANT_CUSTOM
121
122config XTENSA_VARIANT_MMU
123 bool "Core variant has a Full MMU (TLB, Pages, Protection, etc)"
124 depends on XTENSA_VARIANT_CUSTOM
125 default y
Max Filippovde7c1c72015-06-27 07:31:12 +0300126 select MMU
Max Filippov420ae952014-06-16 07:25:06 +0400127 help
128 Build a Conventional Kernel with full MMU support,
129 ie: it supports a TLB with auto-loading, page protection.
130
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700131config XTENSA_UNALIGNED_USER
132 bool "Unaligned memory access in use space"
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100133 help
134 The Xtensa architecture currently does not handle unaligned
135 memory accesses in hardware but through an exception handler.
136 Per default, unaligned memory accesses are disabled in user space.
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700137
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100138 Say Y here to enable unaligned memory access in user space.
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700139
Frederic Weisbeckerbd96efe2011-07-05 17:45:34 +0200140source "kernel/Kconfig.preempt"
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700141
Max Filippovf6151362013-10-17 02:42:26 +0400142config HAVE_SMP
143 bool "System Supports SMP (MX)"
Max Filippovde7c1c72015-06-27 07:31:12 +0300144 depends on XTENSA_VARIANT_CUSTOM
Max Filippovf6151362013-10-17 02:42:26 +0400145 select XTENSA_MX
146 help
147 This option is use to indicate that the system-on-a-chip (SOC)
148 supports Multiprocessing. Multiprocessor support implemented above
149 the CPU core definition and currently needs to be selected manually.
150
151 Multiprocessor support in implemented with external cache and
Masanari Iida769a12a2015-04-27 22:52:07 +0900152 interrupt controllers.
Max Filippovf6151362013-10-17 02:42:26 +0400153
154 The MX interrupt distributer adds Interprocessor Interrupts
155 and causes the IRQ numbers to be increased by 4 for devices
156 like the open cores ethernet driver and the serial interface.
157
158 You still have to select "Enable SMP" to enable SMP on this SOC.
159
160config SMP
161 bool "Enable Symmetric multi-processing support"
162 depends on HAVE_SMP
Max Filippovf6151362013-10-17 02:42:26 +0400163 select GENERIC_SMP_IDLE_THREAD
164 help
165 Enabled SMP Software; allows more than one CPU/CORE
166 to be activated during startup.
167
168config NR_CPUS
169 depends on SMP
170 int "Maximum number of CPUs (2-32)"
171 range 2 32
172 default "4"
173
Max Filippov49b424f2013-10-17 02:42:28 +0400174config HOTPLUG_CPU
175 bool "Enable CPU hotplug support"
176 depends on SMP
177 help
178 Say Y here to allow turning CPUs off and on. CPUs can be
179 controlled through /sys/devices/system/cpu.
180
181 Say N if you want to disable CPU hotplug.
182
Max Filippove85e3352012-12-03 15:01:43 +0400183config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
184 bool "Initialize Xtensa MMU inside the Linux kernel code"
185 default y
186 help
187 Earlier version initialized the MMU in the exception vector
188 before jumping to _startup in head.S and had an advantage that
189 it was possible to place a software breakpoint at 'reset' and
190 then enter your normal kernel breakpoints once the MMU was mapped
191 to the kernel mappings (0XC0000000).
192
193 This unfortunately doesn't work for U-Boot and likley also wont
194 work for using KEXEC to have a hot kernel ready for doing a
195 KDUMP.
196
197 So now the MMU is initialized in head.S but it's necessary to
198 use hardware breakpoints (gdb 'hbreak' cmd) to break at _startup.
199 xt-gdb can't place a Software Breakpoint in the 0XD region prior
200 to mapping the MMU and after mapping even if the area of low memory
201 was mapped gdb wouldn't remove the breakpoint on hitting it as the
202 PC wouldn't match. Since Hardware Breakpoints are recommended for
203 Linux configurations it seems reasonable to just assume they exist
204 and leave this older mechanism for unfortunate souls that choose
205 not to follow Tensilica's recommendation.
206
207 Selecting this will cause U-Boot to set the KERNEL Load and Entry
208 address at 0x00003000 instead of the mapped std of 0xD0003000.
209
210 If in doubt, say Y.
211
Max Filippov65559102014-02-04 02:17:09 +0400212config HIGHMEM
213 bool "High Memory Support"
Max Filippov8a9de052014-06-16 08:15:43 +0400214 depends on MMU
Max Filippov65559102014-02-04 02:17:09 +0400215 help
216 Linux can use the full amount of RAM in the system by
217 default. However, the default MMUv2 setup only maps the
218 lowermost 128 MB of memory linearly to the areas starting
219 at 0xd0000000 (cached) and 0xd8000000 (uncached).
220 When there are more than 128 MB memory in the system not
221 all of it can be "permanently mapped" by the kernel.
222 The physical memory that's not permanently mapped is called
223 "high memory".
224
225 If you are compiling a kernel which will never run on a
226 machine with more than 128 MB total physical RAM, answer
227 N here.
228
229 If unsure, say Y.
230
Max Filippov91842892014-08-07 03:32:30 +0400231config FAST_SYSCALL_XTENSA
232 bool "Enable fast atomic syscalls"
233 default n
234 help
235 fast_syscall_xtensa is a syscall that can make atomic operations
236 on UP kernel when processor has no s32c1i support.
237
238 This syscall is deprecated. It may have issues when called with
239 invalid arguments. It is provided only for backwards compatibility.
240 Only enable it if your userspace software requires it.
241
242 If unsure, say N.
243
244config FAST_SYSCALL_SPILL_REGISTERS
245 bool "Enable spill registers syscall"
246 default n
247 help
248 fast_syscall_spill_registers is a syscall that spills all active
249 register windows of a calling userspace task onto its stack.
250
251 This syscall is deprecated. It may have issues when called with
252 invalid arguments. It is provided only for backwards compatibility.
253 Only enable it if your userspace software requires it.
254
255 If unsure, say N.
256
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700257endmenu
258
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100259config XTENSA_CALIBRATE_CCOUNT
260 def_bool n
261 help
262 On some platforms (XT2000, for example), the CPU clock rate can
263 vary. The frequency can be determined, however, by measuring
264 against a well known, fixed frequency, such as an UART oscillator.
265
266config SERIAL_CONSOLE
267 def_bool n
268
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100269menu "Bus options"
270
271config PCI
272 bool "PCI support"
273 default y
274 help
275 Find out whether you have a PCI motherboard. PCI is the name of a
276 bus system, i.e. the way the CPU talks to the other stuff inside
277 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
278 VESA. If you have PCI, say Y, otherwise N.
279
280source "drivers/pci/Kconfig"
281
Chris Zankel35e71f92009-04-16 00:25:39 -0700282endmenu
283
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700284menu "Platform options"
285
286choice
287 prompt "Xtensa System Type"
288 default XTENSA_PLATFORM_ISS
289
290config XTENSA_PLATFORM_ISS
291 bool "ISS"
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100292 select XTENSA_CALIBRATE_CCOUNT
293 select SERIAL_CONSOLE
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700294 help
295 ISS is an acronym for Tensilica's Instruction Set Simulator.
296
297config XTENSA_PLATFORM_XT2000
298 bool "XT2000"
Max Filippov49645272014-06-16 08:25:43 +0400299 select HAVE_IDE
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700300 help
301 XT2000 is the name of Tensilica's feature-rich emulation platform.
302 This hardware is capable of running a full Linux distribution.
303
Max Filippov0d456ba2012-11-05 07:37:14 +0400304config XTENSA_PLATFORM_XTFPGA
305 bool "XTFPGA"
Max Filippov61e47e92014-10-04 04:44:04 +0400306 select ETHOC if ETHERNET
Max Filippov3932b9c2014-10-04 04:45:39 +0400307 select PLATFORM_WANT_DEFAULT_MEM
Max Filippov0d456ba2012-11-05 07:37:14 +0400308 select SERIAL_CONSOLE
Max Filippov0d456ba2012-11-05 07:37:14 +0400309 select XTENSA_CALIBRATE_CCOUNT
310 help
311 XTFPGA is the name of Tensilica board family (LX60, LX110, LX200, ML605).
312 This hardware is capable of running a full Linux distribution.
313
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700314endchoice
315
316
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700317config XTENSA_CPU_CLOCK
318 int "CPU clock rate [MHz]"
319 depends on !XTENSA_CALIBRATE_CCOUNT
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100320 default 16
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700321
322config GENERIC_CALIBRATE_DELAY
323 bool "Auto calibration of the BogoMIPS value"
Johannes Weiner35f9cd02009-03-04 16:21:28 +0100324 help
Chris Zankel82300bf2005-06-30 02:58:58 -0700325 The BogoMIPS value can easily be derived from the CPU frequency.
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700326
327config CMDLINE_BOOL
328 bool "Default bootloader kernel arguments"
329
330config CMDLINE
331 string "Initial kernel command string"
332 depends on CMDLINE_BOOL
333 default "console=ttyS0,38400 root=/dev/ram"
334 help
335 On some architectures (EBSA110 and CATS), there is currently no way
336 for the boot loader to pass arguments to the kernel. For these
337 architectures, you should supply some command-line options at build
338 time by entering them here. As a minimum, you should specify the
339 memory size and the root device (e.g., mem=64M root=/dev/nfs).
340
Max Filippovda844a82012-11-04 00:30:13 +0400341config USE_OF
342 bool "Flattened Device Tree support"
343 select OF
344 select OF_EARLY_FLATTREE
345 help
346 Include support for flattened device tree machine descriptions.
347
348config BUILTIN_DTB
349 string "DTB to build into the kernel image"
350 depends on OF
351
Victor Prupisb6c7e872008-05-19 14:50:38 -0700352config BLK_DEV_SIMDISK
353 tristate "Host file-based simulated block device support"
354 default n
Max Filippov7a0684c2014-08-27 14:54:48 +0400355 depends on XTENSA_PLATFORM_ISS && BLOCK
Victor Prupisb6c7e872008-05-19 14:50:38 -0700356 help
357 Create block devices that map to files in the host file system.
358 Device binding to host file may be changed at runtime via proc
359 interface provided the device is not in use.
360
361config BLK_DEV_SIMDISK_COUNT
362 int "Number of host file-based simulated block devices"
363 range 1 10
364 depends on BLK_DEV_SIMDISK
365 default 2
366 help
367 This is the default minimal number of created block devices.
368 Kernel/module parameter 'simdisk_count' may be used to change this
369 value at runtime. More file names (but no more than 10) may be
370 specified as parameters, simdisk_count grows accordingly.
371
372config SIMDISK0_FILENAME
373 string "Host filename for the first simulated device"
374 depends on BLK_DEV_SIMDISK = y
375 default ""
376 help
377 Attach a first simdisk to a host file. Conventionally, this file
378 contains a root file system.
379
380config SIMDISK1_FILENAME
381 string "Host filename for the second simulated device"
382 depends on BLK_DEV_SIMDISK = y && BLK_DEV_SIMDISK_COUNT != 1
383 default ""
384 help
385 Another simulated disk in a host file for a buildroot-independent
386 storage.
387
Chris Zankel82300bf2005-06-30 02:58:58 -0700388source "mm/Kconfig"
389
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700390source "drivers/pcmcia/Kconfig"
391
392source "drivers/pci/hotplug/Kconfig"
393
Max Filippov3932b9c2014-10-04 04:45:39 +0400394config PLATFORM_WANT_DEFAULT_MEM
395 def_bool n
396
397config DEFAULT_MEM_START
398 hex "Physical address of the default memory area start"
399 depends on PLATFORM_WANT_DEFAULT_MEM
400 default 0x00000000 if MMU
401 default 0x40000000 if !MMU
402 help
403 This is a fallback start address of the default memory area, it is
404 used when no physical memory size is passed through DTB or through
405 boot parameter from bootloader.
406
407 In noMMU configuration the following parameters are derived from it:
408 - kernel load address;
409 - kernel entry point address;
410 - relocatable vectors base address;
411 - uBoot load address;
412 - TASK_SIZE.
413
414 If unsure, leave the default value here.
415
416config DEFAULT_MEM_SIZE
417 hex "Maximal size of the default memory area"
418 depends on PLATFORM_WANT_DEFAULT_MEM
419 default 0x04000000
420 help
421 This is a fallback size of the default memory area, it is used when
422 no physical memory size is passed through DTB or through boot
423 parameter from bootloader.
424
425 It's also used for TASK_SIZE calculation in noMMU configuration.
426
427 If unsure, leave the default value here.
428
Max Filippov49490092015-02-27 06:28:00 +0300429config XTFPGA_LCD
430 bool "Enable XTFPGA LCD driver"
431 depends on XTENSA_PLATFORM_XTFPGA
432 default n
433 help
434 There's a 2x16 LCD on most of XTFPGA boards, kernel may output
435 progress messages there during bootup/shutdown. It may be useful
436 during board bringup.
437
438 If unsure, say N.
439
440config XTFPGA_LCD_BASE_ADDR
441 hex "XTFPGA LCD base address"
442 depends on XTFPGA_LCD
443 default "0x0d0c0000"
444 help
445 Base address of the LCD controller inside KIO region.
446 Different boards from XTFPGA family have LCD controller at different
447 addresses. Please consult prototyping user guide for your board for
448 the correct address. Wrong address here may lead to hardware lockup.
449
450config XTFPGA_LCD_8BIT_ACCESS
451 bool "Use 8-bit access to XTFPGA LCD"
452 depends on XTFPGA_LCD
453 default n
454 help
455 LCD may be connected with 4- or 8-bit interface, 8-bit access may
456 only be used with 8-bit interface. Please consult prototyping user
457 guide for your board for the correct interface width.
458
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700459endmenu
460
Matt LaPlantecab00892006-10-03 22:36:44 +0200461menu "Executable file formats"
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700462
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700463source "fs/Kconfig.binfmt"
464
465endmenu
466
Max Filippove00d8b22014-10-29 01:42:01 +0300467menu "Power management options"
468
469source "kernel/power/Kconfig"
470
471endmenu
472
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700473source "net/Kconfig"
474
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700475source "drivers/Kconfig"
476
477source "fs/Kconfig"
478
Chris Zankel8e1a6dd2005-06-23 22:01:10 -0700479source "arch/xtensa/Kconfig.debug"
480
481source "security/Kconfig"
482
483source "crypto/Kconfig"
484
485source "lib/Kconfig"
486
487