Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | if (BF533 || BF532 || BF531) |
| 2 | |
Mike Frysinger | 4f25eb8 | 2007-11-15 20:49:44 +0800 | [diff] [blame] | 3 | source "arch/blackfin/mach-bf533/boards/Kconfig" |
| 4 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 5 | menu "BF533/2/1 Specific Configuration" |
| 6 | |
| 7 | comment "Interrupt Priority Assignment" |
| 8 | menu "Priority" |
| 9 | |
| 10 | config UART_ERROR |
| 11 | int "UART ERROR" |
| 12 | default 7 |
| 13 | config SPORT0_ERROR |
| 14 | int "SPORT0 ERROR" |
| 15 | default 7 |
| 16 | config SPI_ERROR |
| 17 | int "SPI ERROR" |
| 18 | default 7 |
| 19 | config SPORT1_ERROR |
| 20 | int "SPORT1 ERROR" |
| 21 | default 7 |
| 22 | config PPI_ERROR |
| 23 | int "PPI ERROR" |
| 24 | default 7 |
| 25 | config DMA_ERROR |
| 26 | int "DMA ERROR" |
| 27 | default 7 |
| 28 | config PLLWAKE_ERROR |
| 29 | int "PLL WAKEUP ERROR" |
| 30 | default 7 |
| 31 | |
| 32 | config RTC_ERROR |
| 33 | int "RTC ERROR" |
| 34 | default 8 |
| 35 | config DMA0_PPI |
| 36 | int "DMA0 PPI" |
| 37 | default 8 |
| 38 | |
| 39 | config DMA1_SPORT0RX |
| 40 | int "DMA1 (SPORT0 RX)" |
| 41 | default 9 |
| 42 | config DMA2_SPORT0TX |
| 43 | int "DMA2 (SPORT0 TX)" |
| 44 | default 9 |
| 45 | config DMA3_SPORT1RX |
| 46 | int "DMA3 (SPORT1 RX)" |
| 47 | default 9 |
| 48 | config DMA4_SPORT1TX |
| 49 | int "DMA4 (SPORT1 TX)" |
| 50 | default 9 |
| 51 | config DMA5_SPI |
| 52 | int "DMA5 (SPI)" |
| 53 | default 10 |
| 54 | config DMA6_UARTRX |
| 55 | int "DMA6 (UART0 RX)" |
| 56 | default 10 |
| 57 | config DMA7_UARTTX |
| 58 | int "DMA7 (UART0 TX)" |
| 59 | default 10 |
| 60 | config TIMER0 |
| 61 | int "TIMER0" |
Yi Li | 6a01f23 | 2009-01-07 23:14:39 +0800 | [diff] [blame] | 62 | default 8 |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 63 | config TIMER1 |
| 64 | int "TIMER1" |
| 65 | default 11 |
| 66 | config TIMER2 |
| 67 | int "TIMER2" |
| 68 | default 11 |
| 69 | config PFA |
| 70 | int "PF Interrupt A" |
| 71 | default 12 |
| 72 | config PFB |
| 73 | int "PF Interrupt B" |
| 74 | default 12 |
| 75 | config MEMDMA0 |
| 76 | int "MEMORY DMA0" |
| 77 | default 13 |
| 78 | config MEMDMA1 |
| 79 | int "MEMORY DMA1" |
| 80 | default 13 |
| 81 | config WDTIMER |
| 82 | int "WATCH DOG TIMER" |
| 83 | default 13 |
| 84 | |
| 85 | help |
| 86 | Enter the priority numbers between 7-13 ONLY. Others are Reserved. |
| 87 | This applies to all the above. It is not recommended to assign the |
| 88 | highest priority number 7 to UART or any other device. |
| 89 | |
| 90 | endmenu |
| 91 | |
| 92 | endmenu |
| 93 | |
| 94 | endif |