Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[linux-2.6.git] / arch / blackfin / mach-bf609 / Kconfig
blob95a4f1b676cead2006dfa3b44280020b4cb248ab
1 config BF60x
2         def_bool y
3         depends on (BF609)
4         select IRQ_PREFLOW_FASTEOI
6 if (BF60x)
8 source "arch/blackfin/mach-bf609/boards/Kconfig"
10 menu "BF609 Specific Configuration"
12 comment "Pin Interrupt to Port Assignment"
13 menu "Assignment"
15 config PINTx_REASSIGN
16         bool "Reprogram PINT Assignment"
17         default y
18         help
19           The interrupt assignment registers controls the pin-to-interrupt
20           assignment in a byte-wide manner. Each option allows you to select
21           a set of pins (High/Low Byte) of an specific Port being mapped
22           to one of the four PIN Interrupts IRQ_PINTx.
24           You shouldn't change any of these unless you know exactly what you're doing.
25           Please consult the Blackfin BF60x Processor Hardware Reference Manual.
27 config PINT0_ASSIGN
28         hex "PINT0_ASSIGN"
29         depends on PINTx_REASSIGN
30         default 0x00000101
31 config PINT1_ASSIGN
32         hex "PINT1_ASSIGN"
33         depends on PINTx_REASSIGN
34         default 0x00000101
35 config PINT2_ASSIGN
36         hex "PINT2_ASSIGN"
37         depends on PINTx_REASSIGN
38         default 0x00000101
39 config PINT3_ASSIGN
40         hex "PINT3_ASSIGN"
41         depends on PINTx_REASSIGN
42         default 0x00000101
43 config PINT4_ASSIGN
44         hex "PINT3_ASSIGN"
45         depends on PINTx_REASSIGN
46         default 0x00000101
47 config PINT5_ASSIGN
48         hex "PINT3_ASSIGN"
49         depends on PINTx_REASSIGN
50         default 0x00000101
52 endmenu
54 config SEC_IRQ_PRIORITY_LEVELS
55         int "SEC interrupt priority levels"
56         default 7
57         range 0 7
58         help
59           Divide the total number of interrupt priority levels into sub-levels.
60           There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
62 endmenu
64 endif