Kconfig 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. if (BF561)
  2. source "arch/blackfin/mach-bf561/boards/Kconfig"
  3. menu "BF561 Specific Configuration"
  4. if (!SMP)
  5. comment "Core B Support"
  6. config BF561_COREB
  7. bool "Enable Core B loader"
  8. default y
  9. endif
  10. comment "Interrupt Priority Assignment"
  11. menu "Priority"
  12. config IRQ_PLL_WAKEUP
  13. int "PLL Wakeup Interrupt"
  14. default 7
  15. config IRQ_DMA1_ERROR
  16. int "DMA1 Error (generic)"
  17. default 7
  18. config IRQ_DMA2_ERROR
  19. int "DMA2 Error (generic)"
  20. default 7
  21. config IRQ_IMDMA_ERROR
  22. int "IMDMA Error (generic)"
  23. default 7
  24. config IRQ_PPI0_ERROR
  25. int "PPI0 Error Interrupt"
  26. default 7
  27. config IRQ_PPI1_ERROR
  28. int "PPI1 Error Interrupt"
  29. default 7
  30. config IRQ_SPORT0_ERROR
  31. int "SPORT0 Error Interrupt"
  32. default 7
  33. config IRQ_SPORT1_ERROR
  34. int "SPORT1 Error Interrupt"
  35. default 7
  36. config IRQ_SPI_ERROR
  37. int "SPI Error Interrupt"
  38. default 7
  39. config IRQ_UART_ERROR
  40. int "UART Error Interrupt"
  41. default 7
  42. config IRQ_RESERVED_ERROR
  43. int "Reserved Interrupt"
  44. default 7
  45. config IRQ_DMA1_0
  46. int "DMA1 0 Interrupt(PPI1)"
  47. default 8
  48. config IRQ_DMA1_1
  49. int "DMA1 1 Interrupt(PPI2)"
  50. default 8
  51. config IRQ_DMA1_2
  52. int "DMA1 2 Interrupt"
  53. default 8
  54. config IRQ_DMA1_3
  55. int "DMA1 3 Interrupt"
  56. default 8
  57. config IRQ_DMA1_4
  58. int "DMA1 4 Interrupt"
  59. default 8
  60. config IRQ_DMA1_5
  61. int "DMA1 5 Interrupt"
  62. default 8
  63. config IRQ_DMA1_6
  64. int "DMA1 6 Interrupt"
  65. default 8
  66. config IRQ_DMA1_7
  67. int "DMA1 7 Interrupt"
  68. default 8
  69. config IRQ_DMA1_8
  70. int "DMA1 8 Interrupt"
  71. default 8
  72. config IRQ_DMA1_9
  73. int "DMA1 9 Interrupt"
  74. default 8
  75. config IRQ_DMA1_10
  76. int "DMA1 10 Interrupt"
  77. default 8
  78. config IRQ_DMA1_11
  79. int "DMA1 11 Interrupt"
  80. default 8
  81. config IRQ_DMA2_0
  82. int "DMA2 0 (SPORT0 RX)"
  83. default 9
  84. config IRQ_DMA2_1
  85. int "DMA2 1 (SPORT0 TX)"
  86. default 9
  87. config IRQ_DMA2_2
  88. int "DMA2 2 (SPORT1 RX)"
  89. default 9
  90. config IRQ_DMA2_3
  91. int "DMA2 3 (SPORT2 TX)"
  92. default 9
  93. config IRQ_DMA2_4
  94. int "DMA2 4 (SPI)"
  95. default 9
  96. config IRQ_DMA2_5
  97. int "DMA2 5 (UART RX)"
  98. default 9
  99. config IRQ_DMA2_6
  100. int "DMA2 6 (UART TX)"
  101. default 9
  102. config IRQ_DMA2_7
  103. int "DMA2 7 Interrupt"
  104. default 9
  105. config IRQ_DMA2_8
  106. int "DMA2 8 Interrupt"
  107. default 9
  108. config IRQ_DMA2_9
  109. int "DMA2 9 Interrupt"
  110. default 9
  111. config IRQ_DMA2_10
  112. int "DMA2 10 Interrupt"
  113. default 9
  114. config IRQ_DMA2_11
  115. int "DMA2 11 Interrupt"
  116. default 9
  117. config IRQ_TIMER0
  118. int "TIMER 0 Interrupt"
  119. default 7 if TICKSOURCE_GPTMR0
  120. default 8
  121. config IRQ_TIMER1
  122. int "TIMER 1 Interrupt"
  123. default 10
  124. config IRQ_TIMER2
  125. int "TIMER 2 Interrupt"
  126. default 10
  127. config IRQ_TIMER3
  128. int "TIMER 3 Interrupt"
  129. default 10
  130. config IRQ_TIMER4
  131. int "TIMER 4 Interrupt"
  132. default 10
  133. config IRQ_TIMER5
  134. int "TIMER 5 Interrupt"
  135. default 10
  136. config IRQ_TIMER6
  137. int "TIMER 6 Interrupt"
  138. default 10
  139. config IRQ_TIMER7
  140. int "TIMER 7 Interrupt"
  141. default 10
  142. config IRQ_TIMER8
  143. int "TIMER 8 Interrupt"
  144. default 10
  145. config IRQ_TIMER9
  146. int "TIMER 9 Interrupt"
  147. default 10
  148. config IRQ_TIMER10
  149. int "TIMER 10 Interrupt"
  150. default 10
  151. config IRQ_TIMER11
  152. int "TIMER 11 Interrupt"
  153. default 10
  154. config IRQ_PROG0_INTA
  155. int "Programmable Flags0 A (8)"
  156. default 11
  157. config IRQ_PROG0_INTB
  158. int "Programmable Flags0 B (8)"
  159. default 11
  160. config IRQ_PROG1_INTA
  161. int "Programmable Flags1 A (8)"
  162. default 11
  163. config IRQ_PROG1_INTB
  164. int "Programmable Flags1 B (8)"
  165. default 11
  166. config IRQ_PROG2_INTA
  167. int "Programmable Flags2 A (8)"
  168. default 11
  169. config IRQ_PROG2_INTB
  170. int "Programmable Flags2 B (8)"
  171. default 11
  172. config IRQ_DMA1_WRRD0
  173. int "MDMA1 0 write/read INT"
  174. default 8
  175. config IRQ_DMA1_WRRD1
  176. int "MDMA1 1 write/read INT"
  177. default 8
  178. config IRQ_DMA2_WRRD0
  179. int "MDMA2 0 write/read INT"
  180. default 9
  181. config IRQ_DMA2_WRRD1
  182. int "MDMA2 1 write/read INT"
  183. default 9
  184. config IRQ_IMDMA_WRRD0
  185. int "IMDMA 0 write/read INT"
  186. default 12
  187. config IRQ_IMDMA_WRRD1
  188. int "IMDMA 1 write/read INT"
  189. default 12
  190. config IRQ_WDTIMER
  191. int "Watch Dog Timer"
  192. default 13
  193. help
  194. Enter the priority numbers between 7-13 ONLY. Others are Reserved.
  195. This applies to all the above. It is not recommended to assign the
  196. highest priority number 7 to UART or any other device.
  197. endmenu
  198. endmenu
  199. endif