blob: e504edeb3d844360f3c10fb23df05ab1429cc815 [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
Peter Zijlstrae360adb2010-10-14 14:01:34 +08006 select HAVE_IRQ_WORK
Ingo Molnarcdd6c482009-09-21 12:02:48 +02007 select HAVE_PERF_EVENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Christoph Lameter66701b12007-02-10 01:43:09 -08009config ZONE_DMA
10 bool
11 default y
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013config RWSEM_GENERIC_SPINLOCK
14 bool
15 default y
16
17config RWSEM_XCHGADD_ALGORITHM
18 bool
19
20config GENERIC_FIND_NEXT_BIT
21 bool
22 default y
23
Akinobu Mita1f6d7a92006-03-26 01:39:22 -080024config GENERIC_HWEIGHT
25 bool
26 default y
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028config GENERIC_CALIBRATE_DELAY
29 bool
30 default n
31
32config GENERIC_HARDIRQS
33 bool
David Howells1bcbba32006-09-25 23:32:04 -070034 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
Ingo Molnar06027bd2006-02-14 13:53:15 -080036config TIME_LOW_RES
37 bool
38 default y
39
Christoph Lameter8defab32007-05-09 02:32:48 -070040config QUICKLIST
41 bool
42 default y
43
David Howellsf0d1b0b2006-12-08 02:37:49 -080044config ARCH_HAS_ILOG2_U32
45 bool
46 default y
47
48config ARCH_HAS_ILOG2_U64
49 bool
50 default y
51
H. Peter Anvinbdc80782008-02-08 04:21:26 -080052config HZ
53 int
54 default 1000
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056source "init/Kconfig"
57
Matt Helsleydc52ddc2008-10-18 20:27:21 -070058source "kernel/Kconfig.freezer"
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
61menu "Fujitsu FR-V system setup"
62
63config MMU
64 bool "MMU support"
65 help
66 This options switches on and off support for the FR-V MMU
67 (effectively switching between vmlinux and uClinux). Not all FR-V
68 CPUs support this. Currently only the FR451 has a sufficiently
69 featured MMU.
70
71config FRV_OUTOFLINE_ATOMIC_OPS
72 bool "Out-of-line the FRV atomic operations"
73 default n
74 help
75 Setting this option causes the FR-V atomic operations to be mostly
76 implemented out-of-line.
77
Adrian Bunk0868ff72008-02-03 15:54:28 +020078 See Documentation/frv/atomic-ops.txt for more information.
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
80config HIGHMEM
81 bool "High memory support"
82 depends on MMU
83 default y
84 help
85 If you wish to use more than 256MB of memory with your MMU based
86 system, you will need to select this option. The kernel can only see
87 the memory between 0xC0000000 and 0xD0000000 directly... everything
88 else must be kmapped.
89
90 The arch is, however, capable of supporting up to 3GB of SDRAM.
91
92config HIGHPTE
93 bool "Allocate page tables in highmem"
94 depends on HIGHMEM
95 default y
96 help
97 The VM uses one page of memory for each page table. For systems
98 with a lot of RAM, this can be wasteful of precious low memory.
99 Setting this option will put user-space page tables in high memory.
100
Dave Hansen3f22ab22005-06-23 00:07:43 -0700101source "mm/Kconfig"
102
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103choice
104 prompt "uClinux kernel load address"
105 depends on !MMU
106 default UCPAGE_OFFSET_C0000000
107 help
108 This option sets the base address for the uClinux kernel. The kernel
109 will rearrange the SDRAM layout to start at this address, and move
110 itself to start there. It must be greater than 0, and it must be
111 sufficiently less than 0xE0000000 that the SDRAM does not intersect
112 the I/O region.
113
114 The base address must also be aligned such that the SDRAM controller
115 can decode it. For instance, a 512MB SDRAM bank must be 512MB aligned.
116
117config UCPAGE_OFFSET_20000000
118 bool "0x20000000"
119
120config UCPAGE_OFFSET_40000000
121 bool "0x40000000"
122
123config UCPAGE_OFFSET_60000000
124 bool "0x60000000"
125
126config UCPAGE_OFFSET_80000000
127 bool "0x80000000"
128
129config UCPAGE_OFFSET_A0000000
130 bool "0xA0000000"
131
132config UCPAGE_OFFSET_C0000000
133 bool "0xC0000000 (Recommended)"
134
135endchoice
136
David Howells70382202008-02-04 22:29:53 -0800137config PAGE_OFFSET
138 hex
139 default 0x20000000 if UCPAGE_OFFSET_20000000
140 default 0x40000000 if UCPAGE_OFFSET_40000000
141 default 0x60000000 if UCPAGE_OFFSET_60000000
142 default 0x80000000 if UCPAGE_OFFSET_80000000
143 default 0xA0000000 if UCPAGE_OFFSET_A0000000
144 default 0xC0000000
145
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146config PROTECT_KERNEL
147 bool "Protect core kernel against userspace"
148 depends on !MMU
149 default y
150 help
151 Selecting this option causes the uClinux kernel to change the
152 permittivity of DAMPR register covering the core kernel image to
153 prevent userspace accessing the underlying memory directly.
154
155choice
156 prompt "CPU Caching mode"
157 default FRV_DEFL_CACHE_WBACK
158 help
159 This option determines the default caching mode for the kernel.
160
161 Write-Back caching mode involves the all reads and writes causing
162 the affected cacheline to be read into the cache first before being
163 operated upon. Memory is not then updated by a write until the cache
164 is filled and a cacheline needs to be displaced from the cache to
165 make room. Only at that point is it written back.
166
167 Write-Behind caching is similar to Write-Back caching, except that a
168 write won't fetch a cacheline into the cache if there isn't already
169 one there; it will write directly to memory instead.
170
171 Write-Through caching only fetches cachelines from memory on a
172 read. Writes always get written directly to memory. If the affected
173 cacheline is also in cache, it will be updated too.
174
175 The final option is to turn of caching entirely.
176
177 Note that not all CPUs support Write-Behind caching. If the CPU on
178 which the kernel is running doesn't, it'll fall back to Write-Back
179 caching.
180
181config FRV_DEFL_CACHE_WBACK
182 bool "Write-Back"
183
184config FRV_DEFL_CACHE_WBEHIND
185 bool "Write-Behind"
186
187config FRV_DEFL_CACHE_WTHRU
188 bool "Write-Through"
189
190config FRV_DEFL_CACHE_DISABLED
191 bool "Disabled"
192
193endchoice
194
195menu "CPU core support"
196
197config CPU_FR401
198 bool "Include FR401 core support"
199 depends on !MMU
200 default y
201 help
202 This enables support for the FR401, FR401A and FR403 CPUs
203
204config CPU_FR405
205 bool "Include FR405 core support"
206 depends on !MMU
207 default y
208 help
209 This enables support for the FR405 CPU
210
211config CPU_FR451
212 bool "Include FR451 core support"
213 default y
214 help
215 This enables support for the FR451 CPU
216
217config CPU_FR451_COMPILE
218 bool "Specifically compile for FR451 core"
219 depends on CPU_FR451 && !CPU_FR401 && !CPU_FR405 && !CPU_FR551
220 default y
221 help
222 This causes appropriate flags to be passed to the compiler to
223 optimise for the FR451 CPU
224
225config CPU_FR551
226 bool "Include FR551 core support"
227 depends on !MMU
228 default y
229 help
230 This enables support for the FR555 CPU
231
232config CPU_FR551_COMPILE
233 bool "Specifically compile for FR551 core"
234 depends on CPU_FR551 && !CPU_FR401 && !CPU_FR405 && !CPU_FR451
235 default y
236 help
237 This causes appropriate flags to be passed to the compiler to
238 optimise for the FR555 CPU
239
240config FRV_L1_CACHE_SHIFT
241 int
242 default "5" if CPU_FR401 || CPU_FR405 || CPU_FR451
243 default "6" if CPU_FR551
244
245endmenu
246
247choice
248 prompt "System support"
249 default MB93091_VDK
250
251config MB93091_VDK
252 bool "MB93091 CPU board with or without motherboard"
253
254config MB93093_PDK
255 bool "MB93093 PDK unit"
256
257endchoice
258
259if MB93091_VDK
260choice
261 prompt "Motherboard support"
262 default MB93090_MB00
263
264config MB93090_MB00
265 bool "Use the MB93090-MB00 motherboard"
266 help
267 Select this option if the MB93091 CPU board is going to be used with
268 a MB93090-MB00 VDK motherboard
269
270config MB93091_NO_MB
271 bool "Use standalone"
272 help
273 Select this option if the MB93091 CPU board is going to be used
274 without a motherboard
275
276endchoice
277endif
278
David Howells1bcbba32006-09-25 23:32:04 -0700279config FUJITSU_MB93493
280 bool "MB93493 Multimedia chip"
281 help
282 Select this option if the MB93493 multimedia chip is going to be
283 used.
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285choice
286 prompt "GP-Relative data support"
287 default GPREL_DATA_8
288 help
289 This option controls what data, if any, should be placed in the GP
290 relative data sections. Using this means that the compiler can
291 generate accesses to the data using GR16-relative addressing which
292 is faster than absolute instructions and saves space (2 instructions
293 per access).
294
295 However, the GPREL region is limited in size because the immediate
296 value used in the load and store instructions is limited to a 12-bit
297 signed number.
298
299 So if the linker starts complaining that accesses to GPREL data are
300 out of range, try changing this option from the default.
301
302 Note that modules will always be compiled with this feature disabled
303 as the module data will not be in range of the GP base address.
304
305config GPREL_DATA_8
306 bool "Put data objects of up to 8 bytes into GP-REL"
307
308config GPREL_DATA_4
309 bool "Put data objects of up to 4 bytes into GP-REL"
310
311config GPREL_DATA_NONE
312 bool "Don't use GP-REL"
313
314endchoice
315
David Howellsf8aec752006-01-08 01:01:23 -0800316config FRV_ONCPU_SERIAL
317 bool "Use on-CPU serial ports"
318 select SERIAL_8250
319 default y
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321config PCI
322 bool "Use PCI"
323 depends on MB93090_MB00
324 default y
325 help
326 Some FR-V systems (such as the MB93090-MB00 VDK) have PCI
327 onboard. If you have one of these boards and you wish to use the PCI
328 facilities, say Y here.
329
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330config RESERVE_DMA_COHERENT
331 bool "Reserve DMA coherent memory"
332 depends on PCI && !MMU
333 default y
334 help
335 Many PCI drivers require access to uncached memory for DMA device
336 communications (such as is done with some Ethernet buffer rings). If
337 a fully featured MMU is available, this can be done through page
338 table settings, but if not, a region has to be set aside and marked
339 with a special DAMPR register.
340
341 Setting this option causes uClinux to set aside a portion of the
342 available memory for use in this manner. The memory will then be
343 unavailable for normal kernel use.
344
345source "drivers/pci/Kconfig"
346
David Howells7a758312006-01-08 01:01:22 -0800347source "drivers/pcmcia/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
349#config MATH_EMULATION
350# bool "Math emulation support (EXPERIMENTAL)"
351# depends on EXPERIMENTAL
352# help
353# At some point in the future, this will cause floating-point math
354# instructions to be emulated by the kernel on machines that lack a
355# floating-point math coprocessor. Thrill-seekers and chronically
356# sleep-deprived psychotic hacker types can say Y now, everyone else
357# should probably wait a while.
358
359menu "Power management options"
Johannes Bergf4cb5702007-12-08 02:14:00 +0100360
361config ARCH_SUSPEND_POSSIBLE
362 def_bool y
363 depends on !SMP
364
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365source kernel/power/Kconfig
366endmenu
367
368endmenu
369
370
371menu "Executable formats"
372
373source "fs/Kconfig.binfmt"
374
375endmenu
376
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700377source "net/Kconfig"
378
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379source "drivers/Kconfig"
380
381source "fs/Kconfig"
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383source "arch/frv/Kconfig.debug"
384
385source "security/Kconfig"
386
387source "crypto/Kconfig"
388
389source "lib/Kconfig"