blob: e3837814f59316304b619dea624adb5e88558d9d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config FRV
2 bool
3 default y
Sam Ravnborgec7748b2008-02-09 10:46:40 +01004 select HAVE_IDE
David Howells4a3b9892009-06-11 13:05:24 +01005 select HAVE_ARCH_TRACEHOOK
Ingo Molnarcdd6c482009-09-21 12:02:48 +02006 select HAVE_PERF_EVENTS
Catalin Marinasaf1839e2012-10-08 16:28:08 -07007 select HAVE_UID16
Stephen Rothwell4febd952013-03-07 15:48:16 +11008 select VIRT_TO_BUS
Thomas Gleixner3062aa52011-03-29 14:05:13 +01009 select GENERIC_IRQ_SHOW
Catalin Marinas9b2a60c2012-10-08 16:28:13 -070010 select HAVE_DEBUG_BUGVERBOSE
Huang Yingdf013ff2011-07-13 13:14:22 +080011 select ARCH_HAVE_NMI_SAFE_CMPXCHG
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000012 select GENERIC_CPU_DEVICES
Dan Williams21266be2015-11-19 18:19:29 -080013 select ARCH_HAS_DEVMEM_IS_ALLOWED
Will Deaconc1d7e012012-07-30 14:42:46 -070014 select ARCH_WANT_IPC_PARSE_VERSION
Al Viro39e08a92012-12-25 16:27:55 -050015 select OLD_SIGSUSPEND3
Al Viro177b6702012-12-25 19:30:17 -050016 select OLD_SIGACTION
Dave Hansend1a1dc02013-07-01 13:04:42 -070017 select HAVE_DEBUG_STACKOVERFLOW
Christoph Hellwigeae07512016-01-20 15:01:44 -080018 select ARCH_NO_COHERENT_DMA_MMAP
19 select HAVE_DMA_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
Christoph Lameter66701b12007-02-10 01:43:09 -080021config ZONE_DMA
22 bool
23 default y
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025config RWSEM_GENERIC_SPINLOCK
26 bool
27 default y
28
29config RWSEM_XCHGADD_ALGORITHM
30 bool
31
Akinobu Mita1f6d7a92006-03-26 01:39:22 -080032config GENERIC_HWEIGHT
33 bool
34 default y
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036config GENERIC_CALIBRATE_DELAY
37 bool
38 default n
39
Ingo Molnar06027bd2006-02-14 13:53:15 -080040config TIME_LOW_RES
41 bool
42 default y
43
Christoph Lameter8defab32007-05-09 02:32:48 -070044config QUICKLIST
45 bool
46 default y
47
David Howellsf0d1b0b2006-12-08 02:37:49 -080048config ARCH_HAS_ILOG2_U32
49 bool
50 default y
51
52config ARCH_HAS_ILOG2_U64
53 bool
54 default y
55
H. Peter Anvinbdc80782008-02-08 04:21:26 -080056config HZ
57 int
58 default 1000
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060source "init/Kconfig"
61
Matt Helsleydc52ddc2008-10-18 20:27:21 -070062source "kernel/Kconfig.freezer"
63
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
65menu "Fujitsu FR-V system setup"
66
67config MMU
68 bool "MMU support"
69 help
70 This options switches on and off support for the FR-V MMU
71 (effectively switching between vmlinux and uClinux). Not all FR-V
72 CPUs support this. Currently only the FR451 has a sufficiently
73 featured MMU.
74
75config FRV_OUTOFLINE_ATOMIC_OPS
76 bool "Out-of-line the FRV atomic operations"
77 default n
78 help
79 Setting this option causes the FR-V atomic operations to be mostly
80 implemented out-of-line.
81
Adrian Bunk0868ff72008-02-03 15:54:28 +020082 See Documentation/frv/atomic-ops.txt for more information.
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
84config HIGHMEM
85 bool "High memory support"
86 depends on MMU
87 default y
88 help
89 If you wish to use more than 256MB of memory with your MMU based
90 system, you will need to select this option. The kernel can only see
91 the memory between 0xC0000000 and 0xD0000000 directly... everything
92 else must be kmapped.
93
94 The arch is, however, capable of supporting up to 3GB of SDRAM.
95
96config HIGHPTE
97 bool "Allocate page tables in highmem"
98 depends on HIGHMEM
99 default y
100 help
101 The VM uses one page of memory for each page table. For systems
102 with a lot of RAM, this can be wasteful of precious low memory.
103 Setting this option will put user-space page tables in high memory.
104
Dave Hansen3f22ab22005-06-23 00:07:43 -0700105source "mm/Kconfig"
106
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107choice
108 prompt "uClinux kernel load address"
109 depends on !MMU
110 default UCPAGE_OFFSET_C0000000
111 help
112 This option sets the base address for the uClinux kernel. The kernel
113 will rearrange the SDRAM layout to start at this address, and move
114 itself to start there. It must be greater than 0, and it must be
115 sufficiently less than 0xE0000000 that the SDRAM does not intersect
116 the I/O region.
117
118 The base address must also be aligned such that the SDRAM controller
119 can decode it. For instance, a 512MB SDRAM bank must be 512MB aligned.
120
121config UCPAGE_OFFSET_20000000
122 bool "0x20000000"
123
124config UCPAGE_OFFSET_40000000
125 bool "0x40000000"
126
127config UCPAGE_OFFSET_60000000
128 bool "0x60000000"
129
130config UCPAGE_OFFSET_80000000
131 bool "0x80000000"
132
133config UCPAGE_OFFSET_A0000000
134 bool "0xA0000000"
135
136config UCPAGE_OFFSET_C0000000
137 bool "0xC0000000 (Recommended)"
138
139endchoice
140
David Howells70382202008-02-04 22:29:53 -0800141config PAGE_OFFSET
142 hex
143 default 0x20000000 if UCPAGE_OFFSET_20000000
144 default 0x40000000 if UCPAGE_OFFSET_40000000
145 default 0x60000000 if UCPAGE_OFFSET_60000000
146 default 0x80000000 if UCPAGE_OFFSET_80000000
147 default 0xA0000000 if UCPAGE_OFFSET_A0000000
148 default 0xC0000000
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150config PROTECT_KERNEL
151 bool "Protect core kernel against userspace"
152 depends on !MMU
153 default y
154 help
155 Selecting this option causes the uClinux kernel to change the
156 permittivity of DAMPR register covering the core kernel image to
157 prevent userspace accessing the underlying memory directly.
158
159choice
160 prompt "CPU Caching mode"
161 default FRV_DEFL_CACHE_WBACK
162 help
163 This option determines the default caching mode for the kernel.
164
165 Write-Back caching mode involves the all reads and writes causing
166 the affected cacheline to be read into the cache first before being
167 operated upon. Memory is not then updated by a write until the cache
168 is filled and a cacheline needs to be displaced from the cache to
169 make room. Only at that point is it written back.
170
171 Write-Behind caching is similar to Write-Back caching, except that a
172 write won't fetch a cacheline into the cache if there isn't already
173 one there; it will write directly to memory instead.
174
175 Write-Through caching only fetches cachelines from memory on a
176 read. Writes always get written directly to memory. If the affected
177 cacheline is also in cache, it will be updated too.
178
179 The final option is to turn of caching entirely.
180
181 Note that not all CPUs support Write-Behind caching. If the CPU on
182 which the kernel is running doesn't, it'll fall back to Write-Back
183 caching.
184
185config FRV_DEFL_CACHE_WBACK
186 bool "Write-Back"
187
188config FRV_DEFL_CACHE_WBEHIND
189 bool "Write-Behind"
190
191config FRV_DEFL_CACHE_WTHRU
192 bool "Write-Through"
193
194config FRV_DEFL_CACHE_DISABLED
195 bool "Disabled"
196
197endchoice
198
199menu "CPU core support"
200
201config CPU_FR401
202 bool "Include FR401 core support"
203 depends on !MMU
204 default y
205 help
206 This enables support for the FR401, FR401A and FR403 CPUs
207
208config CPU_FR405
209 bool "Include FR405 core support"
210 depends on !MMU
211 default y
212 help
213 This enables support for the FR405 CPU
214
215config CPU_FR451
216 bool "Include FR451 core support"
217 default y
218 help
219 This enables support for the FR451 CPU
220
221config CPU_FR451_COMPILE
222 bool "Specifically compile for FR451 core"
223 depends on CPU_FR451 && !CPU_FR401 && !CPU_FR405 && !CPU_FR551
224 default y
225 help
226 This causes appropriate flags to be passed to the compiler to
227 optimise for the FR451 CPU
228
229config CPU_FR551
230 bool "Include FR551 core support"
231 depends on !MMU
232 default y
233 help
234 This enables support for the FR555 CPU
235
236config CPU_FR551_COMPILE
237 bool "Specifically compile for FR551 core"
238 depends on CPU_FR551 && !CPU_FR401 && !CPU_FR405 && !CPU_FR451
239 default y
240 help
241 This causes appropriate flags to be passed to the compiler to
242 optimise for the FR555 CPU
243
244config FRV_L1_CACHE_SHIFT
245 int
246 default "5" if CPU_FR401 || CPU_FR405 || CPU_FR451
247 default "6" if CPU_FR551
248
249endmenu
250
251choice
252 prompt "System support"
253 default MB93091_VDK
254
255config MB93091_VDK
256 bool "MB93091 CPU board with or without motherboard"
257
258config MB93093_PDK
259 bool "MB93093 PDK unit"
260
261endchoice
262
263if MB93091_VDK
264choice
265 prompt "Motherboard support"
266 default MB93090_MB00
267
268config MB93090_MB00
269 bool "Use the MB93090-MB00 motherboard"
270 help
271 Select this option if the MB93091 CPU board is going to be used with
272 a MB93090-MB00 VDK motherboard
273
274config MB93091_NO_MB
275 bool "Use standalone"
276 help
277 Select this option if the MB93091 CPU board is going to be used
278 without a motherboard
279
280endchoice
281endif
282
David Howells1bcbba32006-09-25 23:32:04 -0700283config FUJITSU_MB93493
284 bool "MB93493 Multimedia chip"
285 help
286 Select this option if the MB93493 multimedia chip is going to be
287 used.
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289choice
290 prompt "GP-Relative data support"
291 default GPREL_DATA_8
292 help
293 This option controls what data, if any, should be placed in the GP
294 relative data sections. Using this means that the compiler can
295 generate accesses to the data using GR16-relative addressing which
296 is faster than absolute instructions and saves space (2 instructions
297 per access).
298
299 However, the GPREL region is limited in size because the immediate
300 value used in the load and store instructions is limited to a 12-bit
301 signed number.
302
303 So if the linker starts complaining that accesses to GPREL data are
304 out of range, try changing this option from the default.
305
306 Note that modules will always be compiled with this feature disabled
307 as the module data will not be in range of the GP base address.
308
309config GPREL_DATA_8
310 bool "Put data objects of up to 8 bytes into GP-REL"
311
312config GPREL_DATA_4
313 bool "Put data objects of up to 4 bytes into GP-REL"
314
315config GPREL_DATA_NONE
316 bool "Don't use GP-REL"
317
318endchoice
319
David Howellsf8aec752006-01-08 01:01:23 -0800320config FRV_ONCPU_SERIAL
321 bool "Use on-CPU serial ports"
322 select SERIAL_8250
323 default y
324
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325config PCI
326 bool "Use PCI"
327 depends on MB93090_MB00
328 default y
Michael S. Tsirkin53224182011-11-29 21:20:06 +0200329 select GENERIC_PCI_IOMAP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 help
331 Some FR-V systems (such as the MB93090-MB00 VDK) have PCI
332 onboard. If you have one of these boards and you wish to use the PCI
333 facilities, say Y here.
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335config RESERVE_DMA_COHERENT
336 bool "Reserve DMA coherent memory"
337 depends on PCI && !MMU
338 default y
339 help
340 Many PCI drivers require access to uncached memory for DMA device
341 communications (such as is done with some Ethernet buffer rings). If
342 a fully featured MMU is available, this can be done through page
343 table settings, but if not, a region has to be set aside and marked
344 with a special DAMPR register.
345
346 Setting this option causes uClinux to set aside a portion of the
347 available memory for use in this manner. The memory will then be
348 unavailable for normal kernel use.
349
350source "drivers/pci/Kconfig"
351
David Howells7a758312006-01-08 01:01:22 -0800352source "drivers/pcmcia/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354menu "Power management options"
Johannes Bergf4cb5702007-12-08 02:14:00 +0100355
356config ARCH_SUSPEND_POSSIBLE
357 def_bool y
Johannes Bergf4cb5702007-12-08 02:14:00 +0100358
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359source kernel/power/Kconfig
360endmenu
361
362endmenu
363
364
365menu "Executable formats"
366
367source "fs/Kconfig.binfmt"
368
369endmenu
370
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700371source "net/Kconfig"
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373source "drivers/Kconfig"
374
375source "fs/Kconfig"
376
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377source "arch/frv/Kconfig.debug"
378
379source "security/Kconfig"
380
381source "crypto/Kconfig"
382
383source "lib/Kconfig"