blob: 2dab40dd8161d39ec0767efd764292b8826f1c01 [file] [log] [blame]
Vineet Guptacfdbc2e2013-01-18 15:12:20 +05301#
2# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License version 2 as
6# published by the Free Software Foundation.
7#
8
9config ARC
10 def_bool y
11 select ARCH_NO_VIRT_TO_BUS
Vineet Gupta4adeefe2013-01-18 15:12:18 +053012 select CLONE_BACKWARDS
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053013 # ARC Busybox based initramfs absolutely relies on DEVTMPFS for /dev
14 select DEVTMPFS if !INITRAMFS_SOURCE=""
15 select GENERIC_ATOMIC64
16 select GENERIC_CLOCKEVENTS
17 select GENERIC_FIND_FIRST_BIT
18 # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP
19 select GENERIC_IRQ_SHOW
Vineet Guptabf90e1e2013-01-18 15:12:18 +053020 select GENERIC_KERNEL_EXECVE
21 select GENERIC_KERNEL_THREAD
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053022 select GENERIC_PENDING_IRQ if SMP
Vineet Guptac3581032013-01-18 15:12:19 +053023 select GENERIC_SIGALTSTACK
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053024 select GENERIC_SMP_IDLE_THREAD
Mischa Jonkerf46121b2013-01-18 15:12:24 +053025 select HAVE_ARCH_KGDB
Vineet Gupta547f1122013-01-18 15:12:22 +053026 select HAVE_ARCH_TRACEHOOK
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053027 select HAVE_GENERIC_HARDIRQS
Gilad Ben-Yossef43689022013-01-22 16:48:45 +053028 select HAVE_IOREMAP_PROT
Vineet Gupta9c575642013-01-18 15:12:24 +053029 select HAVE_IRQ_WORK
Vineet Gupta4d86dfb2013-01-22 17:03:59 +053030 select HAVE_KPROBES
31 select HAVE_KRETPROBES
Vineet Guptac121c502013-01-18 15:12:20 +053032 select HAVE_MEMBLOCK
Vineet Gupta854a0d92013-01-22 17:03:19 +053033 select HAVE_MOD_ARCH_SPECIFIC if ARC_DW2_UNWIND
Vineet Gupta769bc1f2013-01-22 17:02:38 +053034 select HAVE_OPROFILE
Vineet Gupta9c575642013-01-18 15:12:24 +053035 select HAVE_PERF_EVENTS
Vineet Gupta999159a2013-01-22 17:00:52 +053036 select IRQ_DOMAIN
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053037 select MODULES_USE_ELF_RELA
Vineet Guptac121c502013-01-18 15:12:20 +053038 select NO_BOOTMEM
Vineet Gupta999159a2013-01-22 17:00:52 +053039 select OF
40 select OF_EARLY_FLATTREE
Vineet Gupta9c575642013-01-18 15:12:24 +053041 select PERF_USE_VMALLOC
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053042
43config SCHED_OMIT_FRAME_POINTER
44 def_bool y
45
46config GENERIC_CSUM
47 def_bool y
48
49config RWSEM_GENERIC_SPINLOCK
50 def_bool y
51
52config ARCH_FLATMEM_ENABLE
53 def_bool y
54
55config MMU
56 def_bool y
57
58config NO_IOPORT
59 def_bool y
60
61config GENERIC_CALIBRATE_DELAY
62 def_bool y
63
64config GENERIC_HWEIGHT
65 def_bool y
66
67config BINFMT_ELF
68 def_bool y
69
Vineet Gupta44c8bb92013-01-18 15:12:23 +053070config STACKTRACE_SUPPORT
71 def_bool y
72 select STACKTRACE
73
Vineet Guptacfdbc2e2013-01-18 15:12:20 +053074config HAVE_LATENCYTOP_SUPPORT
75 def_bool y
76
77config NO_DMA
78 def_bool n
79
80source "init/Kconfig"
81source "kernel/Kconfig.freezer"
82
83menu "ARC Architecture Configuration"
84
85choice
86 prompt "ARC Platform"
87 default ARC_PLAT_FPGA_LEGACY
88
89config ARC_PLAT_FPGA_LEGACY
90 bool "\"Legacy\" ARC FPGA dev platform"
91 help
92 Support for ARC development platforms, provided by Synopsys.
93 These are based on FPGA or ISS. e.g.
94 - ARCAngel4
95 - ML509
96 - MetaWare ISS
97
98#New platform adds here
99endchoice
100
101menu "ARC CPU Configuration"
102
103choice
104 prompt "ARC Core"
105 default ARC_CPU_770
106
107config ARC_CPU_750D
108 bool "ARC750D"
109 help
110 Support for ARC750 core
111
112config ARC_CPU_770
113 bool "ARC770"
114 select ARC_CPU_REL_4_10
115 help
116 Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
117 This core has a bunch of cool new features:
118 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
119 Shared Address Spaces (for sharing TLB entires in MMU)
120 -Caches: New Prog Model, Region Flush
121 -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
122
123endchoice
124
125config CPU_BIG_ENDIAN
126 bool "Enable Big Endian Mode"
127 default n
128 help
129 Build kernel for Big Endian Mode of ARC CPU
130
Vineet Gupta41195d22013-01-18 15:12:23 +0530131config SMP
132 bool "Symmetric Multi-Processing (Incomplete)"
133 default n
134 select USE_GENERIC_SMP_HELPERS
135 help
136 This enables support for systems with more than one CPU. If you have
137 a system with only one CPU, like most personal computers, say N. If
138 you have a system with more than one CPU, say Y.
139
140if SMP
141
142config ARC_HAS_COH_CACHES
143 def_bool n
144
145config ARC_HAS_COH_LLSC
146 def_bool n
147
148config ARC_HAS_COH_RTSC
149 def_bool n
150
151config ARC_HAS_REENTRANT_IRQ_LV2
152 def_bool n
153
154endif
155
156config NR_CPUS
157 int "Maximum number of CPUs (2-32)"
158 range 2 32
159 depends on SMP
160 default "2"
161
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530162menuconfig ARC_CACHE
163 bool "Enable Cache Support"
164 default y
Vineet Gupta41195d22013-01-18 15:12:23 +0530165 # if SMP, cache enabled ONLY if ARC implementation has cache coherency
166 depends on !SMP || ARC_HAS_COH_CACHES
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530167
168if ARC_CACHE
169
170config ARC_CACHE_LINE_SHIFT
171 int "Cache Line Length (as power of 2)"
172 range 5 7
173 default "6"
174 help
175 Starting with ARC700 4.9, Cache line length is configurable,
176 This option specifies "N", with Line-len = 2 power N
177 So line lengths of 32, 64, 128 are specified by 5,6,7, respectively
178 Linux only supports same line lengths for I and D caches.
179
180config ARC_HAS_ICACHE
181 bool "Use Instruction Cache"
182 default y
183
184config ARC_HAS_DCACHE
185 bool "Use Data Cache"
186 default y
187
188config ARC_CACHE_PAGES
189 bool "Per Page Cache Control"
190 default y
191 depends on ARC_HAS_ICACHE || ARC_HAS_DCACHE
192 help
193 This can be used to over-ride the global I/D Cache Enable on a
194 per-page basis (but only for pages accessed via MMU such as
195 Kernel Virtual address or User Virtual Address)
196 TLB entries have a per-page Cache Enable Bit.
197 Note that Global I/D ENABLE + Per Page DISABLE works but corollary
198 Global DISABLE + Per Page ENABLE won't work
199
200endif #ARC_CACHE
201
Vineet Gupta8b5850f2013-01-18 15:12:25 +0530202config ARC_HAS_ICCM
203 bool "Use ICCM"
204 help
205 Single Cycle RAMS to store Fast Path Code
206 default n
207
208config ARC_ICCM_SZ
209 int "ICCM Size in KB"
210 default "64"
211 depends on ARC_HAS_ICCM
212
213config ARC_HAS_DCCM
214 bool "Use DCCM"
215 help
216 Single Cycle RAMS to store Fast Path Data
217 default n
218
219config ARC_DCCM_SZ
220 int "DCCM Size in KB"
221 default "64"
222 depends on ARC_HAS_DCCM
223
224config ARC_DCCM_BASE
225 hex "DCCM map address"
226 default "0xA0000000"
227 depends on ARC_HAS_DCCM
228
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530229config ARC_HAS_HW_MPY
230 bool "Use Hardware Multiplier (Normal or Faster XMAC)"
231 default y
232 help
233 Influences how gcc generates code for MPY operations.
234 If enabled, MPYxx insns are generated, provided by Standard/XMAC
235 Multipler. Otherwise software multipy lib is used
236
237choice
238 prompt "ARC700 MMU Version"
239 default ARC_MMU_V3 if ARC_CPU_770
240 default ARC_MMU_V2 if ARC_CPU_750D
241
242config ARC_MMU_V1
243 bool "MMU v1"
244 help
245 Orig ARC700 MMU
246
247config ARC_MMU_V2
248 bool "MMU v2"
249 help
250 Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
251 when 2 D-TLB and 1 I-TLB entries index into same 2way set.
252
253config ARC_MMU_V3
254 bool "MMU v3"
255 depends on ARC_CPU_770
256 help
257 Introduced with ARC700 4.10: New Features
258 Variable Page size (1k-16k), var JTLB size 128 x (2 or 4)
259 Shared Address Spaces (SASID)
260
261endchoice
262
263
264choice
265 prompt "MMU Page Size"
266 default ARC_PAGE_SIZE_8K
267
268config ARC_PAGE_SIZE_8K
269 bool "8KB"
270 help
271 Choose between 8k vs 16k
272
273config ARC_PAGE_SIZE_16K
274 bool "16KB"
275 depends on ARC_MMU_V3
276
277config ARC_PAGE_SIZE_4K
278 bool "4KB"
279 depends on ARC_MMU_V3
280
281endchoice
282
Vineet Gupta4788a592013-01-18 15:12:22 +0530283config ARC_COMPACT_IRQ_LEVELS
284 bool "ARCompact IRQ Priorities: High(2)/Low(1)"
285 default n
286 # Timer HAS to be high priority, for any other high priority config
287 select ARC_IRQ3_LV2
Vineet Gupta41195d22013-01-18 15:12:23 +0530288 # if SMP, LV2 enabled ONLY if ARC implementation has LV2 re-entrancy
289 depends on !SMP || ARC_HAS_REENTRANT_IRQ_LV2
Vineet Gupta4788a592013-01-18 15:12:22 +0530290
291if ARC_COMPACT_IRQ_LEVELS
292
293config ARC_IRQ3_LV2
294 bool
295
296config ARC_IRQ5_LV2
297 bool
298
299config ARC_IRQ6_LV2
300 bool
301
302endif
303
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530304config ARC_FPU_SAVE_RESTORE
305 bool "Enable FPU state persistence across context switch"
306 default n
307 help
308 Double Precision Floating Point unit had dedictaed regs which
309 need to be saved/restored across context-switch.
310 Note that ARC FPU is overly simplistic, unlike say x86, which has
311 hardware pieces to allow software to conditionally save/restore,
312 based on actual usage of FPU by a task. Thus our implemn does
313 this for all tasks in system.
314
315menuconfig ARC_CPU_REL_4_10
316 bool "Enable support for Rel 4.10 features"
317 default n
318 help
319 -ARC770 (and dependent features) enabled
320 -ARC750 also shares some of the new features with 770
321
322config ARC_HAS_LLSC
323 bool "Insn: LLOCK/SCOND (efficient atomic ops)"
324 default y
325 depends on ARC_CPU_770
326 # if SMP, enable LLSC ONLY if ARC implementation has coherent atomics
327 depends on !SMP || ARC_HAS_COH_LLSC
328
329config ARC_HAS_SWAPE
330 bool "Insn: SWAPE (endian-swap)"
331 default y
332 depends on ARC_CPU_REL_4_10
333
334config ARC_HAS_RTSC
335 bool "Insn: RTSC (64-bit r/o cycle counter)"
336 default y
337 depends on ARC_CPU_REL_4_10
Vineet Gupta41195d22013-01-18 15:12:23 +0530338 # if SMP, enable RTSC only if counter is coherent across cores
339 depends on !SMP || ARC_HAS_COH_RTSC
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530340
341endmenu # "ARC CPU Configuration"
342
343menu "Platform Board Configuration"
344
345source "arch/arc/plat-arcfpga/Kconfig"
346
347#New platform adds here
348
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530349config LINUX_LINK_BASE
350 hex "Linux Link Address"
351 default "0x80000000"
352 help
353 ARC700 divides the 32 bit phy address space into two equal halves
354 -Lower 2G (0 - 0x7FFF_FFFF ) is user virtual, translated by MMU
355 -Upper 2G (0x8000_0000 onwards) is untranslated, for kernel
356 Typically Linux kernel is linked at the start of untransalted addr,
357 hence the default value of 0x8zs.
358 However some customers have peripherals mapped at this addr, so
359 Linux needs to be scooted a bit.
360 If you don't know what the above means, leave this setting alone.
361
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530362endmenu # "Platform Board Configuration"
363
Vineet Gupta080c3742013-02-11 19:52:57 +0530364config ARC_CURR_IN_REG
365 bool "Dedicate Register r25 for current_task pointer"
366 default y
367 help
368 This reserved Register R25 to point to Current Task in
369 kernel mode. This saves memory access for each such access
370
Vineet Gupta2e651ea2013-01-23 16:30:36 +0530371
372config ARC_MISALIGN_ACCESS
373 bool "Emulate unaligned memory access (userspace only)"
374 default N
375 select SYSCTL_ARCH_UNALIGN_NO_WARN
376 select SYSCTL_ARCH_UNALIGN_ALLOW
377 help
378 This enables misaligned 16 & 32 bit memory access from user space.
379 Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide
380 potential bugs in code
381
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530382config ARC_STACK_NONEXEC
383 bool "Make stack non-executable"
384 default n
385 help
386 To disable the execute permissions of stack/heap of processes
387 which are enabled by default.
388
389config HZ
390 int "Timer Frequency"
391 default 100
392
Vineet Guptacbe056f2013-01-18 15:12:25 +0530393config ARC_METAWARE_HLINK
394 bool "Support for Metaware debugger assisted Host access"
395 default n
396 help
397 This options allows a Linux userland apps to directly access
398 host file system (open/creat/read/write etc) with help from
399 Metaware Debugger. This can come in handy for Linux-host communication
400 when there is no real usable peripheral such as EMAC.
401
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530402menuconfig ARC_DBG
403 bool "ARC debugging"
404 default y
405
Vineet Gupta854a0d92013-01-22 17:03:19 +0530406config ARC_DW2_UNWIND
407 bool "Enable DWARF specific kernel stack unwind"
408 depends on ARC_DBG
409 default y
410 select KALLSYMS
411 help
412 Compiles the kernel with DWARF unwind information and can be used
413 to get stack backtraces.
414
415 If you say Y here the resulting kernel image will be slightly larger
416 but not slower, and it will give very useful debugging information.
417 If you don't debug the kernel, you can say N, but we may not be able
418 to solve problems without frame unwind information
419
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530420config ARC_DBG_TLB_PARANOIA
421 bool "Paranoia Checks in Low Level TLB Handlers"
Mischa Jonkerf46121b2013-01-18 15:12:24 +0530422 depends on ARC_DBG
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530423 default n
424
425config ARC_DBG_TLB_MISS_COUNT
426 bool "Profile TLB Misses"
427 default n
428 select DEBUG_FS
429 depends on ARC_DBG
430 help
431 Counts number of I and D TLB Misses and exports them via Debugfs
432 The counters can be cleared via Debugfs as well
433
434config CMDLINE
435 string "Kernel command line to built-in"
436 default "print-fatal-signals=1"
437 help
438 The default command line which will be appended to the optional
439 u-boot provided command line (see below)
440
441config CMDLINE_UBOOT
442 bool "Support U-boot kernel command line passing"
443 default n
444 help
445 If you are using U-boot (www.denx.de) and wish to pass the kernel
446 command line from the U-boot environment to the Linux kernel then
447 switch this option on.
448 ARC U-boot will setup the cmdline in RAM/flash and set r2 to point
449 to it. kernel startup code will copy the string into cmdline buffer
450 and also append CONFIG_CMDLINE.
451
Vineet Gupta999159a2013-01-22 17:00:52 +0530452config ARC_BUILTIN_DTB_NAME
453 string "Built in DTB"
454 help
455 Set the name of the DTB to embed in the vmlinux binary
456 Leaving it blank selects the minimal "skeleton" dtb
457
Vineet Guptacfdbc2e2013-01-18 15:12:20 +0530458source "kernel/Kconfig.preempt"
459
460endmenu # "ARC Architecture Configuration"
461
462source "mm/Kconfig"
463source "net/Kconfig"
464source "drivers/Kconfig"
465source "fs/Kconfig"
466source "arch/arc/Kconfig.debug"
467source "security/Kconfig"
468source "crypto/Kconfig"
469source "lib/Kconfig"