Blackfin: SMP: enable HAVE_LEGACY_PER_CPU_AREA
[linux-2.6/x86.git] / arch / blackfin / Kconfig
blob1f075be7717f96322a1f1353c85919c4237425bb
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
6 mainmenu "Blackfin Kernel Configuration"
8 config SYMBOL_PREFIX
9         string
10         default "_"
12 config MMU
13         def_bool n
15 config FPU
16         def_bool n
18 config RWSEM_GENERIC_SPINLOCK
19         def_bool y
21 config RWSEM_XCHGADD_ALGORITHM
22         def_bool n
24 config BLACKFIN
25         def_bool y
26         select HAVE_FUNCTION_GRAPH_TRACER
27         select HAVE_FUNCTION_TRACER
28         select HAVE_IDE
29         select HAVE_KERNEL_GZIP
30         select HAVE_KERNEL_BZIP2
31         select HAVE_KERNEL_LZMA
32         select HAVE_OPROFILE
33         select ARCH_WANT_OPTIONAL_GPIOLIB
35 config GENERIC_CSUM
36         def_bool y
38 config GENERIC_BUG
39         def_bool y
40         depends on BUG
42 config ZONE_DMA
43         def_bool y
45 config GENERIC_FIND_NEXT_BIT
46         def_bool y
48 config GENERIC_HWEIGHT
49         def_bool y
51 config GENERIC_HARDIRQS
52         def_bool y
54 config GENERIC_IRQ_PROBE
55         def_bool y
57 config GENERIC_HARDIRQS_NO__DO_IRQ
58         def_bool y
60 config GENERIC_GPIO
61         def_bool y
63 config FORCE_MAX_ZONEORDER
64         int
65         default "14"
67 config GENERIC_CALIBRATE_DELAY
68         def_bool y
70 config LOCKDEP_SUPPORT
71         def_bool y
73 config STACKTRACE_SUPPORT
74         def_bool y
76 config TRACE_IRQFLAGS_SUPPORT
77         def_bool y
79 source "init/Kconfig"
81 source "kernel/Kconfig.preempt"
83 source "kernel/Kconfig.freezer"
85 menu "Blackfin Processor Options"
87 comment "Processor and Board Settings"
89 choice
90         prompt "CPU"
91         default BF533
93 config BF512
94         bool "BF512"
95         help
96           BF512 Processor Support.
98 config BF514
99         bool "BF514"
100         help
101           BF514 Processor Support.
103 config BF516
104         bool "BF516"
105         help
106           BF516 Processor Support.
108 config BF518
109         bool "BF518"
110         help
111           BF518 Processor Support.
113 config BF522
114         bool "BF522"
115         help
116           BF522 Processor Support.
118 config BF523
119         bool "BF523"
120         help
121           BF523 Processor Support.
123 config BF524
124         bool "BF524"
125         help
126           BF524 Processor Support.
128 config BF525
129         bool "BF525"
130         help
131           BF525 Processor Support.
133 config BF526
134         bool "BF526"
135         help
136           BF526 Processor Support.
138 config BF527
139         bool "BF527"
140         help
141           BF527 Processor Support.
143 config BF531
144         bool "BF531"
145         help
146           BF531 Processor Support.
148 config BF532
149         bool "BF532"
150         help
151           BF532 Processor Support.
153 config BF533
154         bool "BF533"
155         help
156           BF533 Processor Support.
158 config BF534
159         bool "BF534"
160         help
161           BF534 Processor Support.
163 config BF536
164         bool "BF536"
165         help
166           BF536 Processor Support.
168 config BF537
169         bool "BF537"
170         help
171           BF537 Processor Support.
173 config BF538
174         bool "BF538"
175         help
176           BF538 Processor Support.
178 config BF539
179         bool "BF539"
180         help
181           BF539 Processor Support.
183 config BF542_std
184         bool "BF542"
185         help
186           BF542 Processor Support.
188 config BF542M
189         bool "BF542m"
190         help
191           BF542 Processor Support.
193 config BF544_std
194         bool "BF544"
195         help
196           BF544 Processor Support.
198 config BF544M
199         bool "BF544m"
200         help
201           BF544 Processor Support.
203 config BF547_std
204         bool "BF547"
205         help
206           BF547 Processor Support.
208 config BF547M
209         bool "BF547m"
210         help
211           BF547 Processor Support.
213 config BF548_std
214         bool "BF548"
215         help
216           BF548 Processor Support.
218 config BF548M
219         bool "BF548m"
220         help
221           BF548 Processor Support.
223 config BF549_std
224         bool "BF549"
225         help
226           BF549 Processor Support.
228 config BF549M
229         bool "BF549m"
230         help
231           BF549 Processor Support.
233 config BF561
234         bool "BF561"
235         help
236           BF561 Processor Support.
238 endchoice
240 config SMP
241         depends on BF561
242         select GENERIC_CLOCKEVENTS
243         bool "Symmetric multi-processing support"
244         ---help---
245           This enables support for systems with more than one CPU,
246           like the dual core BF561. If you have a system with only one
247           CPU, say N. If you have a system with more than one CPU, say Y.
249           If you don't know what to do here, say N.
251 config NR_CPUS
252         int
253         depends on SMP
254         default 2 if BF561
256 config IRQ_PER_CPU
257         bool
258         depends on SMP
259         default y
261 config HAVE_LEGACY_PER_CPU_AREA
262         def_bool y
263         depends on SMP
265 config BF_REV_MIN
266         int
267         default 0 if (BF51x || BF52x || (BF54x && !BF54xM))
268         default 2 if (BF537 || BF536 || BF534)
269         default 3 if (BF561 || BF533 || BF532 || BF531 || BF54xM)
270         default 4 if (BF538 || BF539)
272 config BF_REV_MAX
273         int
274         default 2 if (BF51x || BF52x || (BF54x && !BF54xM))
275         default 3 if (BF537 || BF536 || BF534 || BF54xM)
276         default 5 if (BF561 || BF538 || BF539)
277         default 6 if (BF533 || BF532 || BF531)
279 choice
280         prompt "Silicon Rev"
281         default BF_REV_0_0 if (BF51x || BF52x)
282         default BF_REV_0_2 if (BF534 || BF536 || BF537 || (BF54x && !BF54xM))
283         default BF_REV_0_3 if (BF531 || BF532 || BF533 || BF54xM || BF561)
285 config BF_REV_0_0
286         bool "0.0"
287         depends on (BF51x || BF52x || (BF54x && !BF54xM))
289 config BF_REV_0_1
290         bool "0.1"
291         depends on (BF51x || BF52x || (BF54x && !BF54xM))
293 config BF_REV_0_2
294         bool "0.2"
295         depends on (BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM))
297 config BF_REV_0_3
298         bool "0.3"
299         depends on (BF54xM || BF561 || BF537 || BF536 || BF534 || BF533 || BF532 || BF531)
301 config BF_REV_0_4
302         bool "0.4"
303         depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539)
305 config BF_REV_0_5
306         bool "0.5"
307         depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539)
309 config BF_REV_0_6
310         bool "0.6"
311         depends on (BF533 || BF532 || BF531)
313 config BF_REV_ANY
314         bool "any"
316 config BF_REV_NONE
317         bool "none"
319 endchoice
321 config BF53x
322         bool
323         depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537)
324         default y
326 config MEM_GENERIC_BOARD
327         bool
328         depends on GENERIC_BOARD
329         default y
331 config MEM_MT48LC64M4A2FB_7E
332         bool
333         depends on (BFIN533_STAMP)
334         default y
336 config MEM_MT48LC16M16A2TG_75
337         bool
338         depends on (BFIN533_EZKIT || BFIN561_EZKIT \
339                 || BFIN533_BLUETECHNIX_CM || BFIN537_BLUETECHNIX_CM_E \
340                 || BFIN537_BLUETECHNIX_CM_U || H8606_HVSISTEMAS \
341                 || BFIN527_BLUETECHNIX_CM)
342         default y
344 config MEM_MT48LC32M8A2_75
345         bool
346         depends on (BFIN537_STAMP || PNAV10 || BFIN538_EZKIT)
347         default y
349 config MEM_MT48LC8M32B2B5_7
350         bool
351         depends on (BFIN561_BLUETECHNIX_CM)
352         default y
354 config MEM_MT48LC32M16A2TG_75
355         bool
356         depends on (BFIN527_EZKIT || BFIN527_EZKIT_V2 || BFIN532_IP0X || BLACKSTAMP)
357         default y
359 config MEM_MT48LC32M8A2_75
360         bool
361         depends on (BFIN518F_EZBRD)
362         default y
364 config MEM_MT48H32M16LFCJ_75
365         bool
366         depends on (BFIN526_EZBRD)
367         default y
369 source "arch/blackfin/mach-bf518/Kconfig"
370 source "arch/blackfin/mach-bf527/Kconfig"
371 source "arch/blackfin/mach-bf533/Kconfig"
372 source "arch/blackfin/mach-bf561/Kconfig"
373 source "arch/blackfin/mach-bf537/Kconfig"
374 source "arch/blackfin/mach-bf538/Kconfig"
375 source "arch/blackfin/mach-bf548/Kconfig"
377 menu "Board customizations"
379 config CMDLINE_BOOL
380         bool "Default bootloader kernel arguments"
382 config CMDLINE
383         string "Initial kernel command string"
384         depends on CMDLINE_BOOL
385         default "console=ttyBF0,57600"
386         help
387           If you don't have a boot loader capable of passing a command line string
388           to the kernel, you may specify one here. As a minimum, you should specify
389           the memory size and the root device (e.g., mem=8M, root=/dev/nfs).
391 config BOOT_LOAD
392         hex "Kernel load address for booting"
393         default "0x1000"
394         range 0x1000 0x20000000
395         help
396           This option allows you to set the load address of the kernel.
397           This can be useful if you are on a board which has a small amount
398           of memory or you wish to reserve some memory at the beginning of
399           the address space.
401           Note that you need to keep this value above 4k (0x1000) as this
402           memory region is used to capture NULL pointer references as well
403           as some core kernel functions.
405 config ROM_BASE
406         hex "Kernel ROM Base"
407         depends on ROMKERNEL
408         default "0x20040000"
409         range 0x20000000 0x20400000 if !(BF54x || BF561)
410         range 0x20000000 0x30000000 if (BF54x || BF561)
411         help
413 comment "Clock/PLL Setup"
415 config CLKIN_HZ
416         int "Frequency of the crystal on the board in Hz"
417         default "10000000" if BFIN532_IP0X
418         default "11059200" if BFIN533_STAMP
419         default "24576000" if PNAV10
420         default "25000000" # most people use this
421         default "27000000" if BFIN533_EZKIT
422         default "30000000" if BFIN561_EZKIT
423         help
424           The frequency of CLKIN crystal oscillator on the board in Hz.
425           Warning: This value should match the crystal on the board. Otherwise,
426           peripherals won't work properly.
428 config BFIN_KERNEL_CLOCK
429         bool "Re-program Clocks while Kernel boots?"
430         default n
431         help
432           This option decides if kernel clocks are re-programed from the
433           bootloader settings. If the clocks are not set, the SDRAM settings
434           are also not changed, and the Bootloader does 100% of the hardware
435           configuration.
437 config PLL_BYPASS
438         bool "Bypass PLL"
439         depends on BFIN_KERNEL_CLOCK
440         default n
442 config CLKIN_HALF
443         bool "Half Clock In"
444         depends on BFIN_KERNEL_CLOCK && (! PLL_BYPASS)
445         default n
446         help
447           If this is set the clock will be divided by 2, before it goes to the PLL.
449 config VCO_MULT
450         int "VCO Multiplier"
451         depends on BFIN_KERNEL_CLOCK && (! PLL_BYPASS)
452         range 1 64
453         default "22" if BFIN533_EZKIT
454         default "45" if BFIN533_STAMP
455         default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN527_EZKIT_V2 || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT)
456         default "22" if BFIN533_BLUETECHNIX_CM
457         default "20" if (BFIN537_BLUETECHNIX_CM_E || BFIN537_BLUETECHNIX_CM_U || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM)
458         default "20" if BFIN561_EZKIT
459         default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN518F_EZBRD)
460         help
461           This controls the frequency of the on-chip PLL. This can be between 1 and 64.
462           PLL Frequency = (Crystal Frequency) * (this setting)
464 choice
465         prompt "Core Clock Divider"
466         depends on BFIN_KERNEL_CLOCK
467         default CCLK_DIV_1
468         help
469           This sets the frequency of the core. It can be 1, 2, 4 or 8
470           Core Frequency = (PLL frequency) / (this setting)
472 config CCLK_DIV_1
473         bool "1"
475 config CCLK_DIV_2
476         bool "2"
478 config CCLK_DIV_4
479         bool "4"
481 config CCLK_DIV_8
482         bool "8"
483 endchoice
485 config SCLK_DIV
486         int "System Clock Divider"
487         depends on BFIN_KERNEL_CLOCK
488         range 1 15
489         default 5
490         help
491           This sets the frequency of the system clock (including SDRAM or DDR).
492           This can be between 1 and 15
493           System Clock = (PLL frequency) / (this setting)
495 choice
496         prompt "DDR SDRAM Chip Type"
497         depends on BFIN_KERNEL_CLOCK
498         depends on BF54x
499         default MEM_MT46V32M16_5B
501 config MEM_MT46V32M16_6T
502         bool "MT46V32M16_6T"
504 config MEM_MT46V32M16_5B
505         bool "MT46V32M16_5B"
506 endchoice
508 choice
509         prompt "DDR/SDRAM Timing"
510         depends on BFIN_KERNEL_CLOCK
511         default BFIN_KERNEL_CLOCK_MEMINIT_CALC
512         help
513           This option allows you to specify Blackfin SDRAM/DDR Timing parameters
514           The calculated SDRAM timing parameters may not be 100%
515           accurate - This option is therefore marked experimental.
517 config BFIN_KERNEL_CLOCK_MEMINIT_CALC
518         bool "Calculate Timings (EXPERIMENTAL)"
519         depends on EXPERIMENTAL
521 config BFIN_KERNEL_CLOCK_MEMINIT_SPEC
522         bool "Provide accurate Timings based on target SCLK"
523         help
524           Please consult the Blackfin Hardware Reference Manuals as well
525           as the memory device datasheet.
526           http://docs.blackfin.uclinux.org/doku.php?id=bfin:sdram
527 endchoice
529 menu "Memory Init Control"
530         depends on BFIN_KERNEL_CLOCK_MEMINIT_SPEC
532 config MEM_DDRCTL0
533         depends on BF54x
534         hex "DDRCTL0"
535         default 0x0
537 config MEM_DDRCTL1
538         depends on BF54x
539         hex "DDRCTL1"
540         default 0x0
542 config MEM_DDRCTL2
543         depends on BF54x
544         hex "DDRCTL2"
545         default 0x0
547 config MEM_EBIU_DDRQUE
548         depends on BF54x
549         hex "DDRQUE"
550         default 0x0
552 config MEM_SDRRC
553         depends on !BF54x
554         hex "SDRRC"
555         default 0x0
557 config MEM_SDGCTL
558         depends on !BF54x
559         hex "SDGCTL"
560         default 0x0
561 endmenu
564 # Max & Min Speeds for various Chips
566 config MAX_VCO_HZ
567         int
568         default 400000000 if BF512
569         default 400000000 if BF514
570         default 400000000 if BF516
571         default 400000000 if BF518
572         default 400000000 if BF522
573         default 600000000 if BF523
574         default 400000000 if BF524
575         default 600000000 if BF525
576         default 400000000 if BF526
577         default 600000000 if BF527
578         default 400000000 if BF531
579         default 400000000 if BF532
580         default 750000000 if BF533
581         default 500000000 if BF534
582         default 400000000 if BF536
583         default 600000000 if BF537
584         default 533333333 if BF538
585         default 533333333 if BF539
586         default 600000000 if BF542
587         default 533333333 if BF544
588         default 600000000 if BF547
589         default 600000000 if BF548
590         default 533333333 if BF549
591         default 600000000 if BF561
593 config MIN_VCO_HZ
594         int
595         default 50000000
597 config MAX_SCLK_HZ
598         int
599         default 133333333
601 config MIN_SCLK_HZ
602         int
603         default 27000000
605 comment "Kernel Timer/Scheduler"
607 source kernel/Kconfig.hz
609 config GENERIC_TIME
610         def_bool y
612 config GENERIC_CLOCKEVENTS
613         bool "Generic clock events"
614         default y
616 choice
617         prompt "Kernel Tick Source"
618         depends on GENERIC_CLOCKEVENTS
619         default TICKSOURCE_CORETMR
621 config TICKSOURCE_GPTMR0
622         bool "Gptimer0 (SCLK domain)"
623         select BFIN_GPTIMERS
625 config TICKSOURCE_CORETMR
626         bool "Core timer (CCLK domain)"
628 endchoice
630 config CYCLES_CLOCKSOURCE
631         bool "Use 'CYCLES' as a clocksource"
632         depends on GENERIC_CLOCKEVENTS
633         depends on !BFIN_SCRATCH_REG_CYCLES
634         depends on !SMP
635         help
636           If you say Y here, you will enable support for using the 'cycles'
637           registers as a clock source.  Doing so means you will be unable to
638           safely write to the 'cycles' register during runtime.  You will
639           still be able to read it (such as for performance monitoring), but
640           writing the registers will most likely crash the kernel.
642 config GPTMR0_CLOCKSOURCE
643         bool "Use GPTimer0 as a clocksource"
644         select BFIN_GPTIMERS
645         depends on GENERIC_CLOCKEVENTS
646         depends on !TICKSOURCE_GPTMR0
648 config ARCH_USES_GETTIMEOFFSET
649         depends on !GENERIC_CLOCKEVENTS
650         def_bool y
652 source kernel/time/Kconfig
654 comment "Misc"
656 choice
657         prompt "Blackfin Exception Scratch Register"
658         default BFIN_SCRATCH_REG_RETN
659         help
660           Select the resource to reserve for the Exception handler:
661             - RETN: Non-Maskable Interrupt (NMI)
662             - RETE: Exception Return (JTAG/ICE)
663             - CYCLES: Performance counter
665           If you are unsure, please select "RETN".
667 config BFIN_SCRATCH_REG_RETN
668         bool "RETN"
669         help
670           Use the RETN register in the Blackfin exception handler
671           as a stack scratch register.  This means you cannot
672           safely use NMI on the Blackfin while running Linux, but
673           you can debug the system with a JTAG ICE and use the
674           CYCLES performance registers.
676           If you are unsure, please select "RETN".
678 config BFIN_SCRATCH_REG_RETE
679         bool "RETE"
680         help
681           Use the RETE register in the Blackfin exception handler
682           as a stack scratch register.  This means you cannot
683           safely use a JTAG ICE while debugging a Blackfin board,
684           but you can safely use the CYCLES performance registers
685           and the NMI.
687           If you are unsure, please select "RETN".
689 config BFIN_SCRATCH_REG_CYCLES
690         bool "CYCLES"
691         help
692           Use the CYCLES register in the Blackfin exception handler
693           as a stack scratch register.  This means you cannot
694           safely use the CYCLES performance registers on a Blackfin
695           board at anytime, but you can debug the system with a JTAG
696           ICE and use the NMI.
698           If you are unsure, please select "RETN".
700 endchoice
702 endmenu
705 menu "Blackfin Kernel Optimizations"
706         depends on !SMP
708 comment "Memory Optimizations"
710 config I_ENTRY_L1
711         bool "Locate interrupt entry code in L1 Memory"
712         default y
713         help
714           If enabled, interrupt entry code (STORE/RESTORE CONTEXT) is linked
715           into L1 instruction memory. (less latency)
717 config EXCPT_IRQ_SYSC_L1
718         bool "Locate entire ASM lowlevel exception / interrupt - Syscall and CPLB handler code in L1 Memory"
719         default y
720         help
721           If enabled, the entire ASM lowlevel exception and interrupt entry code
722           (STORE/RESTORE CONTEXT) is linked into L1 instruction memory.
723           (less latency)
725 config DO_IRQ_L1
726         bool "Locate frequently called do_irq dispatcher function in L1 Memory"
727         default y
728         help
729           If enabled, the frequently called do_irq dispatcher function is linked
730           into L1 instruction memory. (less latency)
732 config CORE_TIMER_IRQ_L1
733         bool "Locate frequently called timer_interrupt() function in L1 Memory"
734         default y
735         help
736           If enabled, the frequently called timer_interrupt() function is linked
737           into L1 instruction memory. (less latency)
739 config IDLE_L1
740         bool "Locate frequently idle function in L1 Memory"
741         default y
742         help
743           If enabled, the frequently called idle function is linked
744           into L1 instruction memory. (less latency)
746 config SCHEDULE_L1
747         bool "Locate kernel schedule function in L1 Memory"
748         default y
749         help
750           If enabled, the frequently called kernel schedule is linked
751           into L1 instruction memory. (less latency)
753 config ARITHMETIC_OPS_L1
754         bool "Locate kernel owned arithmetic functions in L1 Memory"
755         default y
756         help
757           If enabled, arithmetic functions are linked
758           into L1 instruction memory. (less latency)
760 config ACCESS_OK_L1
761         bool "Locate access_ok function in L1 Memory"
762         default y
763         help
764           If enabled, the access_ok function is linked
765           into L1 instruction memory. (less latency)
767 config MEMSET_L1
768         bool "Locate memset function in L1 Memory"
769         default y
770         help
771           If enabled, the memset function is linked
772           into L1 instruction memory. (less latency)
774 config MEMCPY_L1
775         bool "Locate memcpy function in L1 Memory"
776         default y
777         help
778           If enabled, the memcpy function is linked
779           into L1 instruction memory. (less latency)
781 config SYS_BFIN_SPINLOCK_L1
782         bool "Locate sys_bfin_spinlock function in L1 Memory"
783         default y
784         help
785           If enabled, sys_bfin_spinlock function is linked
786           into L1 instruction memory. (less latency)
788 config IP_CHECKSUM_L1
789         bool "Locate IP Checksum function in L1 Memory"
790         default n
791         help
792           If enabled, the IP Checksum function is linked
793           into L1 instruction memory. (less latency)
795 config CACHELINE_ALIGNED_L1
796         bool "Locate cacheline_aligned data to L1 Data Memory"
797         default y if !BF54x
798         default n if BF54x
799         depends on !BF531
800         help
801           If enabled, cacheline_aligned data is linked
802           into L1 data memory. (less latency)
804 config SYSCALL_TAB_L1
805         bool "Locate Syscall Table L1 Data Memory"
806         default n
807         depends on !BF531
808         help
809           If enabled, the Syscall LUT is linked
810           into L1 data memory. (less latency)
812 config CPLB_SWITCH_TAB_L1
813         bool "Locate CPLB Switch Tables L1 Data Memory"
814         default n
815         depends on !BF531
816         help
817           If enabled, the CPLB Switch Tables are linked
818           into L1 data memory. (less latency)
820 config APP_STACK_L1
821         bool "Support locating application stack in L1 Scratch Memory"
822         default y
823         help
824           If enabled the application stack can be located in L1
825           scratch memory (less latency).
827           Currently only works with FLAT binaries.
829 config EXCEPTION_L1_SCRATCH
830         bool "Locate exception stack in L1 Scratch Memory"
831         default n
832         depends on !APP_STACK_L1
833         help
834           Whenever an exception occurs, use the L1 Scratch memory for
835           stack storage.  You cannot place the stacks of FLAT binaries
836           in L1 when using this option.
838           If you don't use L1 Scratch, then you should say Y here.
840 comment "Speed Optimizations"
841 config BFIN_INS_LOWOVERHEAD
842         bool "ins[bwl] low overhead, higher interrupt latency"
843         default y
844         help
845           Reads on the Blackfin are speculative. In Blackfin terms, this means
846           they can be interrupted at any time (even after they have been issued
847           on to the external bus), and re-issued after the interrupt occurs.
848           For memory - this is not a big deal, since memory does not change if
849           it sees a read.
851           If a FIFO is sitting on the end of the read, it will see two reads,
852           when the core only sees one since the FIFO receives both the read
853           which is cancelled (and not delivered to the core) and the one which
854           is re-issued (which is delivered to the core).
856           To solve this, interrupts are turned off before reads occur to
857           I/O space. This option controls which the overhead/latency of
858           controlling interrupts during this time
859            "n" turns interrupts off every read
860                 (higher overhead, but lower interrupt latency)
861            "y" turns interrupts off every loop
862                 (low overhead, but longer interrupt latency)
864           default behavior is to leave this set to on (type "Y"). If you are experiencing
865           interrupt latency issues, it is safe and OK to turn this off.
867 endmenu
869 choice
870         prompt "Kernel executes from"
871         help
872           Choose the memory type that the kernel will be running in.
874 config RAMKERNEL
875         bool "RAM"
876         help
877           The kernel will be resident in RAM when running.
879 config ROMKERNEL
880         bool "ROM"
881         help
882           The kernel will be resident in FLASH/ROM when running.
884 endchoice
886 source "mm/Kconfig"
888 config BFIN_GPTIMERS
889         tristate "Enable Blackfin General Purpose Timers API"
890         default n
891         help
892           Enable support for the General Purpose Timers API.  If you
893           are unsure, say N.
895           To compile this driver as a module, choose M here: the module
896           will be called gptimers.
898 choice
899         prompt "Uncached DMA region"
900         default DMA_UNCACHED_1M
901 config DMA_UNCACHED_4M
902         bool "Enable 4M DMA region"
903 config DMA_UNCACHED_2M
904         bool "Enable 2M DMA region"
905 config DMA_UNCACHED_1M
906         bool "Enable 1M DMA region"
907 config DMA_UNCACHED_512K
908         bool "Enable 512K DMA region"
909 config DMA_UNCACHED_256K
910         bool "Enable 256K DMA region"
911 config DMA_UNCACHED_128K
912         bool "Enable 128K DMA region"
913 config DMA_UNCACHED_NONE
914         bool "Disable DMA region"
915 endchoice
918 comment "Cache Support"
920 config BFIN_ICACHE
921         bool "Enable ICACHE"
922         default y
923 config BFIN_EXTMEM_ICACHEABLE
924         bool "Enable ICACHE for external memory"
925         depends on BFIN_ICACHE
926         default y
927 config BFIN_L2_ICACHEABLE
928         bool "Enable ICACHE for L2 SRAM"
929         depends on BFIN_ICACHE
930         depends on BF54x || BF561
931         default n
933 config BFIN_DCACHE
934         bool "Enable DCACHE"
935         default y
936 config BFIN_DCACHE_BANKA
937         bool "Enable only 16k BankA DCACHE - BankB is SRAM"
938         depends on BFIN_DCACHE && !BF531
939         default n
940 config BFIN_EXTMEM_DCACHEABLE
941         bool "Enable DCACHE for external memory"
942         depends on BFIN_DCACHE
943         default y
944 choice
945         prompt "External memory DCACHE policy"
946         depends on BFIN_EXTMEM_DCACHEABLE
947         default BFIN_EXTMEM_WRITEBACK if !SMP
948         default BFIN_EXTMEM_WRITETHROUGH if SMP
949 config BFIN_EXTMEM_WRITEBACK
950         bool "Write back"
951         depends on !SMP
952         help
953           Write Back Policy:
954             Cached data will be written back to SDRAM only when needed.
955             This can give a nice increase in performance, but beware of
956             broken drivers that do not properly invalidate/flush their
957             cache.
959           Write Through Policy:
960             Cached data will always be written back to SDRAM when the
961             cache is updated.  This is a completely safe setting, but
962             performance is worse than Write Back.
964           If you are unsure of the options and you want to be safe,
965           then go with Write Through.
967 config BFIN_EXTMEM_WRITETHROUGH
968         bool "Write through"
969         help
970           Write Back Policy:
971             Cached data will be written back to SDRAM only when needed.
972             This can give a nice increase in performance, but beware of
973             broken drivers that do not properly invalidate/flush their
974             cache.
976           Write Through Policy:
977             Cached data will always be written back to SDRAM when the
978             cache is updated.  This is a completely safe setting, but
979             performance is worse than Write Back.
981           If you are unsure of the options and you want to be safe,
982           then go with Write Through.
984 endchoice
986 config BFIN_L2_DCACHEABLE
987         bool "Enable DCACHE for L2 SRAM"
988         depends on BFIN_DCACHE
989         depends on (BF54x || BF561) && !SMP
990         default n
991 choice
992         prompt "L2 SRAM DCACHE policy"
993         depends on BFIN_L2_DCACHEABLE
994         default BFIN_L2_WRITEBACK
995 config BFIN_L2_WRITEBACK
996         bool "Write back"
998 config BFIN_L2_WRITETHROUGH
999         bool "Write through"
1000 endchoice
1003 comment "Memory Protection Unit"
1004 config MPU
1005         bool "Enable the memory protection unit (EXPERIMENTAL)"
1006         default n
1007         help
1008           Use the processor's MPU to protect applications from accessing
1009           memory they do not own.  This comes at a performance penalty
1010           and is recommended only for debugging.
1012 comment "Asynchronous Memory Configuration"
1014 menu "EBIU_AMGCTL Global Control"
1015 config C_AMCKEN
1016         bool "Enable CLKOUT"
1017         default y
1019 config C_CDPRIO
1020         bool "DMA has priority over core for ext. accesses"
1021         default n
1023 config C_B0PEN
1024         depends on BF561
1025         bool "Bank 0 16 bit packing enable"
1026         default y
1028 config C_B1PEN
1029         depends on BF561
1030         bool "Bank 1 16 bit packing enable"
1031         default y
1033 config C_B2PEN
1034         depends on BF561
1035         bool "Bank 2 16 bit packing enable"
1036         default y
1038 config C_B3PEN
1039         depends on BF561
1040         bool "Bank 3 16 bit packing enable"
1041         default n
1043 choice
1044         prompt "Enable Asynchronous Memory Banks"
1045         default C_AMBEN_ALL
1047 config C_AMBEN
1048         bool "Disable All Banks"
1050 config C_AMBEN_B0
1051         bool "Enable Bank 0"
1053 config C_AMBEN_B0_B1
1054         bool "Enable Bank 0 & 1"
1056 config C_AMBEN_B0_B1_B2
1057         bool "Enable Bank 0 & 1 & 2"
1059 config C_AMBEN_ALL
1060         bool "Enable All Banks"
1061 endchoice
1062 endmenu
1064 menu "EBIU_AMBCTL Control"
1065 config BANK_0
1066         hex "Bank 0 (AMBCTL0.L)"
1067         default 0x7BB0
1068         help
1069           These are the low 16 bits of the EBIU_AMBCTL0 MMR which are
1070           used to control the Asynchronous Memory Bank 0 settings.
1072 config BANK_1
1073         hex "Bank 1 (AMBCTL0.H)"
1074         default 0x7BB0
1075         default 0x5558 if BF54x
1076         help
1077           These are the high 16 bits of the EBIU_AMBCTL0 MMR which are
1078           used to control the Asynchronous Memory Bank 1 settings.
1080 config BANK_2
1081         hex "Bank 2 (AMBCTL1.L)"
1082         default 0x7BB0
1083         help
1084           These are the low 16 bits of the EBIU_AMBCTL1 MMR which are
1085           used to control the Asynchronous Memory Bank 2 settings.
1087 config BANK_3
1088         hex "Bank 3 (AMBCTL1.H)"
1089         default 0x99B3
1090         help
1091           These are the high 16 bits of the EBIU_AMBCTL1 MMR which are
1092           used to control the Asynchronous Memory Bank 3 settings.
1094 endmenu
1096 config EBIU_MBSCTLVAL
1097         hex "EBIU Bank Select Control Register"
1098         depends on BF54x
1099         default 0
1101 config EBIU_MODEVAL
1102         hex "Flash Memory Mode Control Register"
1103         depends on BF54x
1104         default 1
1106 config EBIU_FCTLVAL
1107         hex "Flash Memory Bank Control Register"
1108         depends on BF54x
1109         default 6
1110 endmenu
1112 #############################################################################
1113 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
1115 config PCI
1116         bool "PCI support"
1117         depends on BROKEN
1118         help
1119           Support for PCI bus.
1121 source "drivers/pci/Kconfig"
1123 config HOTPLUG
1124         bool "Support for hot-pluggable device"
1125           help
1126           Say Y here if you want to plug devices into your computer while
1127           the system is running, and be able to use them quickly.  In many
1128           cases, the devices can likewise be unplugged at any time too.
1130           One well known example of this is PCMCIA- or PC-cards, credit-card
1131           size devices such as network cards, modems or hard drives which are
1132           plugged into slots found on all modern laptop computers.  Another
1133           example, used on modern desktops as well as laptops, is USB.
1135           Enable HOTPLUG and build a modular kernel.  Get agent software
1136           (from <http://linux-hotplug.sourceforge.net/>) and install it.
1137           Then your kernel will automatically call out to a user mode "policy
1138           agent" (/sbin/hotplug) to load modules and set up software needed
1139           to use devices as you hotplug them.
1141 source "drivers/pcmcia/Kconfig"
1143 source "drivers/pci/hotplug/Kconfig"
1145 endmenu
1147 menu "Executable file formats"
1149 source "fs/Kconfig.binfmt"
1151 endmenu
1153 menu "Power management options"
1154         depends on !SMP
1156 source "kernel/power/Kconfig"
1158 config ARCH_SUSPEND_POSSIBLE
1159         def_bool y
1161 choice
1162         prompt "Standby Power Saving Mode"
1163         depends on PM
1164         default PM_BFIN_SLEEP_DEEPER
1165 config  PM_BFIN_SLEEP_DEEPER
1166         bool "Sleep Deeper"
1167         help
1168           Sleep "Deeper" Mode (High Power Savings) - This mode reduces dynamic
1169           power dissipation by disabling the clock to the processor core (CCLK).
1170           Furthermore, Standby sets the internal power supply voltage (VDDINT)
1171           to 0.85 V to provide the greatest power savings, while preserving the
1172           processor state.
1173           The PLL and system clock (SCLK) continue to operate at a very low
1174           frequency of about 3.3 MHz. To preserve data integrity in the SDRAM,
1175           the SDRAM is put into Self Refresh Mode. Typically an external event
1176           such as GPIO interrupt or RTC activity wakes up the processor.
1177           Various Peripherals such as UART, SPORT, PPI may not function as
1178           normal during Sleep Deeper, due to the reduced SCLK frequency.
1179           When in the sleep mode, system DMA access to L1 memory is not supported.
1181           If unsure, select "Sleep Deeper".
1183 config  PM_BFIN_SLEEP
1184         bool "Sleep"
1185         help
1186           Sleep Mode (High Power Savings) - The sleep mode reduces power
1187           dissipation by disabling the clock to the processor core (CCLK).
1188           The PLL and system clock (SCLK), however, continue to operate in
1189           this mode. Typically an external event or RTC activity will wake
1190           up the processor. When in the sleep mode, system DMA access to L1
1191           memory is not supported.
1193           If unsure, select "Sleep Deeper".
1194 endchoice
1196 config PM_WAKEUP_BY_GPIO
1197         bool "Allow Wakeup from Standby by GPIO"
1198         depends on PM && !BF54x
1200 config PM_WAKEUP_GPIO_NUMBER
1201         int "GPIO number"
1202         range 0 47
1203         depends on PM_WAKEUP_BY_GPIO
1204         default 2
1206 choice
1207         prompt "GPIO Polarity"
1208         depends on PM_WAKEUP_BY_GPIO
1209         default PM_WAKEUP_GPIO_POLAR_H
1210 config  PM_WAKEUP_GPIO_POLAR_H
1211         bool "Active High"
1212 config  PM_WAKEUP_GPIO_POLAR_L
1213         bool "Active Low"
1214 config  PM_WAKEUP_GPIO_POLAR_EDGE_F
1215         bool "Falling EDGE"
1216 config  PM_WAKEUP_GPIO_POLAR_EDGE_R
1217         bool "Rising EDGE"
1218 config  PM_WAKEUP_GPIO_POLAR_EDGE_B
1219         bool "Both EDGE"
1220 endchoice
1222 comment "Possible Suspend Mem / Hibernate Wake-Up Sources"
1223         depends on PM
1225 config PM_BFIN_WAKE_PH6
1226         bool "Allow Wake-Up from on-chip PHY or PH6 GP"
1227         depends on PM && (BF51x || BF52x || BF534 || BF536 || BF537)
1228         default n
1229         help
1230           Enable PHY and PH6 GP Wake-Up (Voltage Regulator Power-Up)
1232 config PM_BFIN_WAKE_GP
1233         bool "Allow Wake-Up from GPIOs"
1234         depends on PM && BF54x
1235         default n
1236         help
1237           Enable General-Purpose Wake-Up (Voltage Regulator Power-Up)
1238           (all processors, except ADSP-BF549). This option sets
1239           the general-purpose wake-up enable (GPWE) control bit to enable
1240           wake-up upon detection of an active low signal on the /GPW (PH7) pin.
1241           On ADSP-BF549 this option enables the the same functionality on the
1242           /MRXON pin also PH7.
1244 endmenu
1246 menu "CPU Frequency scaling"
1247         depends on !SMP
1249 source "drivers/cpufreq/Kconfig"
1251 config BFIN_CPU_FREQ
1252         bool
1253         depends on CPU_FREQ
1254         select CPU_FREQ_TABLE
1255         default y
1257 config CPU_VOLTAGE
1258         bool "CPU Voltage scaling"
1259         depends on EXPERIMENTAL
1260         depends on CPU_FREQ
1261         default n
1262         help
1263           Say Y here if you want CPU voltage scaling according to the CPU frequency.
1264           This option violates the PLL BYPASS recommendation in the Blackfin Processor
1265           manuals. There is a theoretical risk that during VDDINT transitions
1266           the PLL may unlock.
1268 endmenu
1270 source "net/Kconfig"
1272 source "drivers/Kconfig"
1274 source "drivers/firmware/Kconfig"
1276 source "fs/Kconfig"
1278 source "arch/blackfin/Kconfig.debug"
1280 source "security/Kconfig"
1282 source "crypto/Kconfig"
1284 source "lib/Kconfig"