Kconfig 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719
  1. config BF60x
  2. def_bool y
  3. depends on (BF609)
  4. select IRQ_PREFLOW_FASTEOI
  5. if (BF60x)
  6. source "arch/blackfin/mach-bf609/boards/Kconfig"
  7. menu "BF609 Specific Configuration"
  8. comment "Pin Interrupt to Port Assignment"
  9. menu "Assignment"
  10. config PINTx_REASSIGN
  11. bool "Reprogram PINT Assignment"
  12. default y
  13. help
  14. The interrupt assignment registers controls the pin-to-interrupt
  15. assignment in a byte-wide manner. Each option allows you to select
  16. a set of pins (High/Low Byte) of an specific Port being mapped
  17. to one of the four PIN Interrupts IRQ_PINTx.
  18. You shouldn't change any of these unless you know exactly what you're doing.
  19. Please consult the Blackfin BF60x Processor Hardware Reference Manual.
  20. config PINT0_ASSIGN
  21. hex "PINT0_ASSIGN"
  22. depends on PINTx_REASSIGN
  23. default 0x00000101
  24. config PINT1_ASSIGN
  25. hex "PINT1_ASSIGN"
  26. depends on PINTx_REASSIGN
  27. default 0x00000101
  28. config PINT2_ASSIGN
  29. hex "PINT2_ASSIGN"
  30. depends on PINTx_REASSIGN
  31. default 0x00000101
  32. config PINT3_ASSIGN
  33. hex "PINT3_ASSIGN"
  34. depends on PINTx_REASSIGN
  35. default 0x00000101
  36. config PINT4_ASSIGN
  37. hex "PINT3_ASSIGN"
  38. depends on PINTx_REASSIGN
  39. default 0x00000101
  40. config PINT5_ASSIGN
  41. hex "PINT3_ASSIGN"
  42. depends on PINTx_REASSIGN
  43. default 0x00000101
  44. endmenu
  45. config SEC_IRQ_PRIORITY_LEVELS
  46. int "SEC interrupt priority levels"
  47. default 7
  48. range 0 7
  49. help
  50. Divide the total number of interrupt priority levels into sub-levels.
  51. There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
  52. comment "System Cross Bar Priority Assignment"
  53. config SCB_PRIORITY
  54. bool "Init System Cross Bar Priority"
  55. default n
  56. menuconfig SCB0_MI0
  57. bool "SCB0 Master Interface 0 (DDR)"
  58. default n
  59. depends on SCB_PRIORITY
  60. help
  61. The slave interface id of each slot should be set according following table.
  62. Core 0 -- 0
  63. Core 1 -- 2
  64. SCB1 -- 9
  65. SCB2 -- 10
  66. SCB3 -- 11
  67. SCB4 -- 12
  68. SCB5 -- 5
  69. SCB6 -- 6
  70. SCB7 -- 8
  71. SCB8 -- 7
  72. SCB9 -- 4
  73. USB -- 13
  74. if SCB0_MI0
  75. config SCB0_MI0_SLOT0
  76. int "Slot 0 slave interface id"
  77. default 0
  78. range 0 13
  79. config SCB0_MI0_SLOT1
  80. int "Slot 1 slave interface id"
  81. default 2
  82. range 0 13
  83. config SCB0_MI0_SLOT2
  84. int "Slot 2 slave interface id"
  85. default 4
  86. range 0 13
  87. config SCB0_MI0_SLOT3
  88. int "Slot 3 slave interface id"
  89. default 5
  90. range 0 13
  91. config SCB0_MI0_SLOT4
  92. int "Slot 4 slave interface id"
  93. default 6
  94. range 0 13
  95. config SCB0_MI0_SLOT5
  96. int "Slot 5 slave interface id"
  97. default 7
  98. range 0 13
  99. config SCB0_MI0_SLOT6
  100. int "Slot 6 slave interface id"
  101. default 8
  102. range 0 13
  103. config SCB0_MI0_SLOT7
  104. int "Slot 7 slave interface id"
  105. default 9
  106. range 0 13
  107. config SCB0_MI0_SLOT8
  108. int "Slot 8 slave interface id"
  109. default 10
  110. range 0 13
  111. config SCB0_MI0_SLOT9
  112. int "Slot 9 slave interface id"
  113. default 11
  114. range 0 13
  115. config SCB0_MI0_SLOT10
  116. int "Slot 10 slave interface id"
  117. default 13
  118. range 0 13
  119. config SCB0_MI0_SLOT11
  120. int "Slot 11 slave interface id"
  121. default 12
  122. range 0 13
  123. config SCB0_MI0_SLOT12
  124. int "Slot 12 slave interface id"
  125. default 0
  126. range 0 13
  127. config SCB0_MI0_SLOT13
  128. int "Slot 13 slave interface id"
  129. default 2
  130. range 0 13
  131. config SCB0_MI0_SLOT14
  132. int "Slot 14 slave interface id"
  133. default 4
  134. range 0 13
  135. config SCB0_MI0_SLOT15
  136. int "Slot 15 slave interface id"
  137. default 5
  138. range 0 13
  139. config SCB0_MI0_SLOT16
  140. int "Slot 16 slave interface id"
  141. default 6
  142. range 0 13
  143. config SCB0_MI0_SLOT17
  144. int "Slot 17 slave interface id"
  145. default 7
  146. range 0 13
  147. config SCB0_MI0_SLOT18
  148. int "Slot 18 slave interface id"
  149. default 8
  150. range 0 13
  151. config SCB0_MI0_SLOT19
  152. int "Slot 19 slave interface id"
  153. default 9
  154. range 0 13
  155. config SCB0_MI0_SLOT20
  156. int "Slot 20 slave interface id"
  157. default 10
  158. range 0 13
  159. config SCB0_MI0_SLOT21
  160. int "Slot 21 slave interface id"
  161. default 11
  162. range 0 13
  163. config SCB0_MI0_SLOT22
  164. int "Slot 22 slave interface id"
  165. default 13
  166. range 0 13
  167. config SCB0_MI0_SLOT23
  168. int "Slot 23 slave interface id"
  169. default 12
  170. range 0 13
  171. config SCB0_MI0_SLOT24
  172. int "Slot 24 slave interface id"
  173. default 0
  174. range 0 13
  175. config SCB0_MI0_SLOT25
  176. int "Slot 25 slave interface id"
  177. default 2
  178. range 0 13
  179. config SCB0_MI0_SLOT26
  180. int "Slot 26 slave interface id"
  181. default 4
  182. range 0 13
  183. config SCB0_MI0_SLOT27
  184. int "Slot 27 slave interface id"
  185. default 5
  186. range 0 13
  187. config SCB0_MI0_SLOT28
  188. int "Slot 28 slave interface id"
  189. default 6
  190. range 0 13
  191. config SCB0_MI0_SLOT29
  192. int "Slot 29 slave interface id"
  193. default 7
  194. range 0 13
  195. config SCB0_MI0_SLOT30
  196. int "Slot 30 slave interface id"
  197. default 8
  198. range 0 13
  199. config SCB0_MI0_SLOT31
  200. int "Slot 31 slave interface id"
  201. default 13
  202. range 0 13
  203. endif # SCB0_MI0
  204. menuconfig SCB0_MI1
  205. bool "SCB0 Master Interface 1 (SMC)"
  206. default n
  207. depends on SCB_PRIORITY
  208. help
  209. The slave interface id of each slot should be set according following table.
  210. Core 0 -- 0
  211. Core 1 -- 2
  212. SCB1 -- 9
  213. SCB2 -- 10
  214. SCB3 -- 11
  215. SCB4 -- 12
  216. SCB5 -- 5
  217. SCB6 -- 6
  218. SCB7 -- 8
  219. SCB8 -- 7
  220. SCB9 -- 4
  221. USB -- 13
  222. if SCB0_MI1
  223. config SCB0_MI1_SLOT0
  224. int "Slot 0 slave interface id"
  225. default 0
  226. range 0 13
  227. config SCB0_MI1_SLOT1
  228. int "Slot 1 slave interface id"
  229. default 2
  230. range 0 13
  231. config SCB0_MI1_SLOT2
  232. int "Slot 2 slave interface id"
  233. default 4
  234. range 0 13
  235. config SCB0_MI1_SLOT3
  236. int "Slot 3 slave interface id"
  237. default 5
  238. range 0 13
  239. config SCB0_MI1_SLOT4
  240. int "Slot 4 slave interface id"
  241. default 6
  242. range 0 13
  243. config SCB0_MI1_SLOT5
  244. int "Slot 5 slave interface id"
  245. default 7
  246. range 0 13
  247. config SCB0_MI1_SLOT6
  248. int "Slot 6 slave interface id"
  249. default 8
  250. range 0 13
  251. config SCB0_MI1_SLOT7
  252. int "Slot 7 slave interface id"
  253. default 9
  254. range 0 13
  255. config SCB0_MI1_SLOT8
  256. int "Slot 8 slave interface id"
  257. default 10
  258. range 0 13
  259. config SCB0_MI1_SLOT9
  260. int "Slot 9 slave interface id"
  261. default 11
  262. range 0 13
  263. config SCB0_MI1_SLOT10
  264. int "Slot 10 slave interface id"
  265. default 13
  266. range 0 13
  267. config SCB0_MI1_SLOT11
  268. int "Slot 11 slave interface id"
  269. default 12
  270. range 0 13
  271. config SCB0_MI1_SLOT12
  272. int "Slot 12 slave interface id"
  273. default 0
  274. range 0 13
  275. config SCB0_MI1_SLOT13
  276. int "Slot 13 slave interface id"
  277. default 2
  278. range 0 13
  279. config SCB0_MI1_SLOT14
  280. int "Slot 14 slave interface id"
  281. default 4
  282. range 0 13
  283. config SCB0_MI1_SLOT15
  284. int "Slot 15 slave interface id"
  285. default 5
  286. range 0 13
  287. config SCB0_MI1_SLOT16
  288. int "Slot 16 slave interface id"
  289. default 6
  290. range 0 13
  291. config SCB0_MI1_SLOT17
  292. int "Slot 17 slave interface id"
  293. default 7
  294. range 0 13
  295. config SCB0_MI1_SLOT18
  296. int "Slot 18 slave interface id"
  297. default 8
  298. range 0 13
  299. config SCB0_MI1_SLOT19
  300. int "Slot 19 slave interface id"
  301. default 9
  302. range 0 13
  303. config SCB0_MI1_SLOT20
  304. int "Slot 20 slave interface id"
  305. default 10
  306. range 0 13
  307. config SCB0_MI1_SLOT21
  308. int "Slot 21 slave interface id"
  309. default 11
  310. range 0 13
  311. config SCB0_MI1_SLOT22
  312. int "Slot 22 slave interface id"
  313. default 13
  314. range 0 13
  315. config SCB0_MI1_SLOT23
  316. int "Slot 23 slave interface id"
  317. default 12
  318. range 0 13
  319. config SCB0_MI1_SLOT24
  320. int "Slot 24 slave interface id"
  321. default 0
  322. range 0 13
  323. config SCB0_MI1_SLOT25
  324. int "Slot 25 slave interface id"
  325. default 2
  326. range 0 13
  327. config SCB0_MI1_SLOT26
  328. int "Slot 26 slave interface id"
  329. default 4
  330. range 0 13
  331. config SCB0_MI1_SLOT27
  332. int "Slot 27 slave interface id"
  333. default 5
  334. range 0 13
  335. config SCB0_MI1_SLOT28
  336. int "Slot 28 slave interface id"
  337. default 6
  338. range 0 13
  339. config SCB0_MI1_SLOT29
  340. int "Slot 29 slave interface id"
  341. default 7
  342. range 0 13
  343. config SCB0_MI1_SLOT30
  344. int "Slot 30 slave interface id"
  345. default 8
  346. range 0 13
  347. config SCB0_MI1_SLOT31
  348. int "Slot 31 slave interface id"
  349. default 13
  350. range 0 13
  351. endif # SCB0_MI1
  352. menuconfig SCB0_MI2
  353. bool "SCB0 Master Interface 2 (Data L2)"
  354. default n
  355. depends on SCB_PRIORITY
  356. help
  357. The slave interface id of each slot should be set according following table.
  358. Core 0 -- 0
  359. Core 1 -- 2
  360. SCB1 -- 9
  361. SCB2 -- 10
  362. SCB3 -- 11
  363. SCB4 -- 12
  364. SCB5 -- 5
  365. SCB6 -- 6
  366. SCB7 -- 8
  367. SCB8 -- 7
  368. SCB9 -- 4
  369. USB -- 13
  370. if SCB0_MI2
  371. config SCB0_MI2_SLOT0
  372. int "Slot 0 slave interface id"
  373. default 4
  374. range 0 13
  375. config SCB0_MI2_SLOT1
  376. int "Slot 1 slave interface id"
  377. default 5
  378. range 0 13
  379. config SCB0_MI2_SLOT2
  380. int "Slot 2 slave interface id"
  381. default 6
  382. range 0 13
  383. config SCB0_MI2_SLOT3
  384. int "Slot 3 slave interface id"
  385. default 7
  386. range 0 13
  387. config SCB0_MI2_SLOT4
  388. int "Slot 4 slave interface id"
  389. default 8
  390. range 0 13
  391. config SCB0_MI2_SLOT5
  392. int "Slot 5 slave interface id"
  393. default 9
  394. range 0 13
  395. config SCB0_MI2_SLOT6
  396. int "Slot 6 slave interface id"
  397. default 10
  398. range 0 13
  399. config SCB0_MI2_SLOT7
  400. int "Slot 7 slave interface id"
  401. default 11
  402. range 0 13
  403. config SCB0_MI2_SLOT8
  404. int "Slot 8 slave interface id"
  405. default 13
  406. range 0 13
  407. config SCB0_MI2_SLOT9
  408. int "Slot 9 slave interface id"
  409. default 12
  410. range 0 13
  411. config SCB0_MI2_SLOT10
  412. int "Slot 10 slave interface id"
  413. default 4
  414. range 0 13
  415. config SCB0_MI2_SLOT11
  416. int "Slot 11 slave interface id"
  417. default 5
  418. range 0 13
  419. config SCB0_MI2_SLOT12
  420. int "Slot 12 slave interface id"
  421. default 6
  422. range 0 13
  423. config SCB0_MI2_SLOT13
  424. int "Slot 13 slave interface id"
  425. default 7
  426. range 0 13
  427. config SCB0_MI2_SLOT14
  428. int "Slot 14 slave interface id"
  429. default 8
  430. range 0 13
  431. config SCB0_MI2_SLOT15
  432. int "Slot 15 slave interface id"
  433. default 9
  434. range 0 13
  435. config SCB0_MI2_SLOT16
  436. int "Slot 16 slave interface id"
  437. default 10
  438. range 0 13
  439. config SCB0_MI2_SLOT17
  440. int "Slot 17 slave interface id"
  441. default 11
  442. range 0 13
  443. config SCB0_MI2_SLOT18
  444. int "Slot 18 slave interface id"
  445. default 13
  446. range 0 13
  447. config SCB0_MI2_SLOT19
  448. int "Slot 19 slave interface id"
  449. default 12
  450. range 0 13
  451. config SCB0_MI2_SLOT20
  452. int "Slot 20 slave interface id"
  453. default 4
  454. range 0 13
  455. config SCB0_MI2_SLOT21
  456. int "Slot 21 slave interface id"
  457. default 5
  458. range 0 13
  459. config SCB0_MI2_SLOT22
  460. int "Slot 22 slave interface id"
  461. default 6
  462. range 0 13
  463. config SCB0_MI2_SLOT23
  464. int "Slot 23 slave interface id"
  465. default 7
  466. range 0 13
  467. config SCB0_MI2_SLOT24
  468. int "Slot 24 slave interface id"
  469. default 8
  470. range 0 13
  471. config SCB0_MI2_SLOT25
  472. int "Slot 25 slave interface id"
  473. default 9
  474. range 0 13
  475. config SCB0_MI2_SLOT26
  476. int "Slot 26 slave interface id"
  477. default 10
  478. range 0 13
  479. config SCB0_MI2_SLOT27
  480. int "Slot 27 slave interface id"
  481. default 11
  482. range 0 13
  483. config SCB0_MI2_SLOT28
  484. int "Slot 28 slave interface id"
  485. default 13
  486. range 0 13
  487. config SCB0_MI2_SLOT29
  488. int "Slot 29 slave interface id"
  489. default 12
  490. range 0 13
  491. config SCB0_MI2_SLOT30
  492. int "Slot 30 slave interface id"
  493. default 4
  494. range 0 13
  495. config SCB0_MI2_SLOT31
  496. int "Slot 31 slave interface id"
  497. default 7
  498. range 0 13
  499. endif # SCB0_MI2
  500. menuconfig SCB0_MI3
  501. bool "SCB0 Master Interface 3 (L1A)"
  502. default n
  503. depends on SCB_PRIORITY
  504. help
  505. The slave interface id of each slot should be set according following table.
  506. Core 0 -- 0
  507. Core 1 -- 2
  508. SCB1 -- 9
  509. SCB2 -- 10
  510. SCB3 -- 11
  511. SCB4 -- 12
  512. SCB5 -- 5
  513. SCB6 -- 6
  514. SCB7 -- 8
  515. SCB8 -- 7
  516. SCB9 -- 4
  517. USB -- 13
  518. if SCB0_MI3
  519. config SCB0_MI3_SLOT0
  520. int "Slot 0 slave interface id"
  521. default 4
  522. range 0 13
  523. config SCB0_MI3_SLOT1
  524. int "Slot 1 slave interface id"
  525. default 5
  526. range 0 13
  527. config SCB0_MI3_SLOT2
  528. int "Slot 2 slave interface id"
  529. default 6
  530. range 0 13
  531. config SCB0_MI3_SLOT3
  532. int "Slot 3 slave interface id"
  533. default 7
  534. range 0 13
  535. config SCB0_MI3_SLOT4
  536. int "Slot 4 slave interface id"
  537. default 8
  538. range 0 13
  539. config SCB0_MI3_SLOT5
  540. int "Slot 5 slave interface id"
  541. default 9
  542. range 0 13
  543. config SCB0_MI3_SLOT6
  544. int "Slot 6 slave interface id"
  545. default 10
  546. range 0 13
  547. config SCB0_MI3_SLOT7
  548. int "Slot 7 slave interface id"
  549. default 11
  550. range 0 13
  551. config SCB0_MI3_SLOT8
  552. int "Slot 8 slave interface id"
  553. default 13
  554. range 0 13
  555. config SCB0_MI3_SLOT9
  556. int "Slot 9 slave interface id"
  557. default 12
  558. range 0 13
  559. config SCB0_MI3_SLOT10
  560. int "Slot 10 slave interface id"
  561. default 4
  562. range 0 13
  563. config SCB0_MI3_SLOT11
  564. int "Slot 11 slave interface id"
  565. default 5
  566. range 0 13
  567. config SCB0_MI3_SLOT12
  568. int "Slot 12 slave interface id"
  569. default 6
  570. range 0 13
  571. config SCB0_MI3_SLOT13
  572. int "Slot 13 slave interface id"
  573. default 7
  574. range 0 13
  575. config SCB0_MI3_SLOT14
  576. int "Slot 14 slave interface id"
  577. default 8
  578. range 0 13
  579. config SCB0_MI3_SLOT15
  580. int "Slot 15 slave interface id"
  581. default 9
  582. range 0 13
  583. config SCB0_MI3_SLOT16
  584. int "Slot 16 slave interface id"
  585. default 10
  586. range 0 13
  587. config SCB0_MI3_SLOT17
  588. int "Slot 17 slave interface id"
  589. default 11
  590. range 0 13
  591. config SCB0_MI3_SLOT18
  592. int "Slot 18 slave interface id"
  593. default 13
  594. range 0 13
  595. config SCB0_MI3_SLOT19
  596. int "Slot 19 slave interface id"
  597. default 12
  598. range 0 13
  599. config SCB0_MI3_SLOT20
  600. int "Slot 20 slave interface id"
  601. default 4
  602. range 0 13
  603. config SCB0_MI3_SLOT21
  604. int "Slot 21 slave interface id"
  605. default 5
  606. range 0 13
  607. config SCB0_MI3_SLOT22
  608. int "Slot 22 slave interface id"
  609. default 6
  610. range 0 13
  611. config SCB0_MI3_SLOT23
  612. int "Slot 23 slave interface id"
  613. default 7
  614. range 0 13
  615. config SCB0_MI3_SLOT24
  616. int "Slot 24 slave interface id"
  617. default 8
  618. range 0 13
  619. config SCB0_MI3_SLOT25
  620. int "Slot 25 slave interface id"
  621. default 9
  622. range 0 13
  623. config SCB0_MI3_SLOT26
  624. int "Slot 26 slave interface id"
  625. default 10
  626. range 0 13
  627. config SCB0_MI3_SLOT27
  628. int "Slot 27 slave interface id"
  629. default 11
  630. range 0 13
  631. config SCB0_MI3_SLOT28
  632. int "Slot 28 slave interface id"
  633. default 13
  634. range 0 13
  635. config SCB0_MI3_SLOT29
  636. int "Slot 29 slave interface id"
  637. default 12
  638. range 0 13
  639. config SCB0_MI3_SLOT30
  640. int "Slot 30 slave interface id"
  641. default 4
  642. range 0 13
  643. config SCB0_MI3_SLOT31
  644. int "Slot 31 slave interface id"
  645. default 7
  646. range 0 13
  647. endif # SCB0_MI3
  648. menuconfig SCB0_MI4
  649. bool "SCB0 Master Interface 4 (L1B)"
  650. default n
  651. depends on SCB_PRIORITY
  652. help
  653. The slave interface id of each slot should be set according following table.
  654. Core 0 -- 0
  655. Core 1 -- 2
  656. SCB1 -- 9
  657. SCB2 -- 10
  658. SCB3 -- 11
  659. SCB4 -- 12
  660. SCB5 -- 5
  661. SCB6 -- 6
  662. SCB7 -- 8
  663. SCB8 -- 7
  664. SCB9 -- 4
  665. USB -- 13
  666. if SCB0_MI4
  667. config SCB0_MI4_SLOT0
  668. int "Slot 0 slave interface id"
  669. default 4
  670. range 0 13
  671. config SCB0_MI4_SLOT1
  672. int "Slot 1 slave interface id"
  673. default 5
  674. range 0 13
  675. config SCB0_MI4_SLOT2
  676. int "Slot 2 slave interface id"
  677. default 6
  678. range 0 13
  679. config SCB0_MI4_SLOT3
  680. int "Slot 3 slave interface id"
  681. default 7
  682. range 0 13
  683. config SCB0_MI4_SLOT4
  684. int "Slot 4 slave interface id"
  685. default 8
  686. range 0 13
  687. config SCB0_MI4_SLOT5
  688. int "Slot 5 slave interface id"
  689. default 9
  690. range 0 13
  691. config SCB0_MI4_SLOT6
  692. int "Slot 6 slave interface id"
  693. default 10
  694. range 0 13
  695. config SCB0_MI4_SLOT7
  696. int "Slot 7 slave interface id"
  697. default 11
  698. range 0 13
  699. config SCB0_MI4_SLOT8
  700. int "Slot 8 slave interface id"
  701. default 13
  702. range 0 13
  703. config SCB0_MI4_SLOT9
  704. int "Slot 9 slave interface id"
  705. default 12
  706. range 0 13
  707. config SCB0_MI4_SLOT10
  708. int "Slot 10 slave interface id"
  709. default 4
  710. range 0 13
  711. config SCB0_MI4_SLOT11
  712. int "Slot 11 slave interface id"
  713. default 5
  714. range 0 13
  715. config SCB0_MI4_SLOT12
  716. int "Slot 12 slave interface id"
  717. default 6
  718. range 0 13
  719. config SCB0_MI4_SLOT13
  720. int "Slot 13 slave interface id"
  721. default 7
  722. range 0 13
  723. config SCB0_MI4_SLOT14
  724. int "Slot 14 slave interface id"
  725. default 8
  726. range 0 13
  727. config SCB0_MI4_SLOT15
  728. int "Slot 15 slave interface id"
  729. default 9
  730. range 0 13
  731. config SCB0_MI4_SLOT16
  732. int "Slot 16 slave interface id"
  733. default 10
  734. range 0 13
  735. config SCB0_MI4_SLOT17
  736. int "Slot 17 slave interface id"
  737. default 11
  738. range 0 13
  739. config SCB0_MI4_SLOT18
  740. int "Slot 18 slave interface id"
  741. default 13
  742. range 0 13
  743. config SCB0_MI4_SLOT19
  744. int "Slot 19 slave interface id"
  745. default 12
  746. range 0 13
  747. config SCB0_MI4_SLOT20
  748. int "Slot 20 slave interface id"
  749. default 4
  750. range 0 13
  751. config SCB0_MI4_SLOT21
  752. int "Slot 21 slave interface id"
  753. default 5
  754. range 0 13
  755. config SCB0_MI4_SLOT22
  756. int "Slot 22 slave interface id"
  757. default 6
  758. range 0 13
  759. config SCB0_MI4_SLOT23
  760. int "Slot 23 slave interface id"
  761. default 7
  762. range 0 13
  763. config SCB0_MI4_SLOT24
  764. int "Slot 24 slave interface id"
  765. default 8
  766. range 0 13
  767. config SCB0_MI4_SLOT25
  768. int "Slot 25 slave interface id"
  769. default 9
  770. range 0 13
  771. config SCB0_MI4_SLOT26
  772. int "Slot 26 slave interface id"
  773. default 10
  774. range 0 13
  775. config SCB0_MI4_SLOT27
  776. int "Slot 27 slave interface id"
  777. default 11
  778. range 0 13
  779. config SCB0_MI4_SLOT28
  780. int "Slot 28 slave interface id"
  781. default 13
  782. range 0 13
  783. config SCB0_MI4_SLOT29
  784. int "Slot 29 slave interface id"
  785. default 12
  786. range 0 13
  787. config SCB0_MI4_SLOT30
  788. int "Slot 30 slave interface id"
  789. default 4
  790. range 0 13
  791. config SCB0_MI4_SLOT31
  792. int "Slot 31 slave interface id"
  793. default 7
  794. range 0 13
  795. endif # SCB0_MI4
  796. menuconfig SCB0_MI5
  797. bool "SCB0 Master Interface 5 (SMMR)"
  798. default n
  799. depends on SCB_PRIORITY
  800. help
  801. The slave interface id of each slot should be set according following table.
  802. MMR0 -- 1
  803. MMR1 -- 3
  804. SCB2 -- 10
  805. SCB4 -- 12
  806. if SCB0_MI5
  807. config SCB0_MI5_SLOT0
  808. int "Slot 0 slave interface id"
  809. default 1
  810. range 0 13
  811. config SCB0_MI5_SLOT1
  812. int "Slot 1 slave interface id"
  813. default 3
  814. range 0 13
  815. config SCB0_MI5_SLOT2
  816. int "Slot 2 slave interface id"
  817. default 10
  818. range 0 13
  819. config SCB0_MI5_SLOT3
  820. int "Slot 3 slave interface id"
  821. default 12
  822. range 0 13
  823. config SCB0_MI5_SLOT4
  824. int "Slot 4 slave interface id"
  825. default 1
  826. range 0 13
  827. config SCB0_MI5_SLOT5
  828. int "Slot 5 slave interface id"
  829. default 3
  830. range 0 13
  831. config SCB0_MI5_SLOT6
  832. int "Slot 6 slave interface id"
  833. default 10
  834. range 0 13
  835. config SCB0_MI5_SLOT7
  836. int "Slot 7 slave interface id"
  837. default 12
  838. range 0 13
  839. config SCB0_MI5_SLOT8
  840. int "Slot 8 slave interface id"
  841. default 1
  842. range 0 13
  843. config SCB0_MI5_SLOT9
  844. int "Slot 9 slave interface id"
  845. default 3
  846. range 0 13
  847. config SCB0_MI5_SLOT10
  848. int "Slot 10 slave interface id"
  849. default 10
  850. range 0 13
  851. config SCB0_MI5_SLOT11
  852. int "Slot 11 slave interface id"
  853. default 12
  854. range 0 13
  855. config SCB0_MI5_SLOT12
  856. int "Slot 12 slave interface id"
  857. default 1
  858. range 0 13
  859. config SCB0_MI5_SLOT13
  860. int "Slot 13 slave interface id"
  861. default 3
  862. range 0 13
  863. config SCB0_MI5_SLOT14
  864. int "Slot 14 slave interface id"
  865. default 10
  866. range 0 13
  867. config SCB0_MI5_SLOT15
  868. int "Slot 15 slave interface id"
  869. default 12
  870. range 0 13
  871. endif # SCB0_MI5
  872. menuconfig SCB1_MI0
  873. bool "SCB1 Master Interface 0"
  874. default n
  875. depends on SCB_PRIORITY
  876. help
  877. The slave interface id of each slot should be set according following table.
  878. SPORT0A -- 0
  879. SPORT0B -- 1
  880. SPORT1A -- 2
  881. SPORT1B -- 3
  882. SPORT2A -- 4
  883. SPORT2B -- 5
  884. SPI0TX -- 6
  885. SPI0RX -- 7
  886. SPI1TX -- 8
  887. SPI1RX -- 9
  888. if SCB1_MI0
  889. config SCB1_MI0_SLOT0
  890. int "Slot 0 slave interface id"
  891. default 0
  892. range 0 9
  893. config SCB1_MI0_SLOT1
  894. int "Slot 1 slave interface id"
  895. default 1
  896. range 0 9
  897. config SCB1_MI0_SLOT2
  898. int "Slot 2 slave interface id"
  899. default 2
  900. range 0 9
  901. config SCB1_MI0_SLOT3
  902. int "Slot 3 slave interface id"
  903. default 3
  904. range 0 9
  905. config SCB1_MI0_SLOT4
  906. int "Slot 4 slave interface id"
  907. default 4
  908. range 0 9
  909. config SCB1_MI0_SLOT5
  910. int "Slot 5 slave interface id"
  911. default 5
  912. range 0 9
  913. config SCB1_MI0_SLOT6
  914. int "Slot 6 slave interface id"
  915. default 6
  916. range 0 9
  917. config SCB1_MI0_SLOT7
  918. int "Slot 7 slave interface id"
  919. default 7
  920. range 0 9
  921. config SCB1_MI0_SLOT8
  922. int "Slot 8 slave interface id"
  923. default 8
  924. range 0 9
  925. config SCB1_MI0_SLOT9
  926. int "Slot 9 slave interface id"
  927. default 9
  928. range 0 9
  929. config SCB1_MI0_SLOT10
  930. int "Slot 10 slave interface id"
  931. default 0
  932. range 0 9
  933. config SCB1_MI0_SLOT11
  934. int "Slot 11 slave interface id"
  935. default 1
  936. range 0 9
  937. config SCB1_MI0_SLOT12
  938. int "Slot 12 slave interface id"
  939. default 2
  940. range 0 9
  941. config SCB1_MI0_SLOT13
  942. int "Slot 13 slave interface id"
  943. default 3
  944. range 0 9
  945. config SCB1_MI0_SLOT14
  946. int "Slot 14 slave interface id"
  947. default 4
  948. range 0 9
  949. config SCB1_MI0_SLOT15
  950. int "Slot 15 slave interface id"
  951. default 5
  952. range 0 9
  953. config SCB1_MI0_SLOT16
  954. int "Slot 16 slave interface id"
  955. default 6
  956. range 0 13
  957. config SCB1_MI0_SLOT17
  958. int "Slot 17 slave interface id"
  959. default 7
  960. range 0 13
  961. config SCB1_MI0_SLOT18
  962. int "Slot 18 slave interface id"
  963. default 8
  964. range 0 13
  965. config SCB1_MI0_SLOT19
  966. int "Slot 19 slave interface id"
  967. default 9
  968. range 0 13
  969. endif # SCB1_MI0
  970. menuconfig SCB2_MI0
  971. bool "SCB2 Master Interface 0"
  972. default n
  973. depends on SCB_PRIORITY
  974. help
  975. The slave interface id of each slot should be set according following table.
  976. RSI -- 0
  977. SDU DMA -- 1
  978. SDU -- 2
  979. EMAC0 -- 3
  980. EMAC1 -- 4
  981. if SCB2_MI0
  982. config SCB2_MI0_SLOT0
  983. int "Slot 0 slave interface id"
  984. default 0
  985. range 0 4
  986. config SCB2_MI0_SLOT1
  987. int "Slot 1 slave interface id"
  988. default 1
  989. range 0 4
  990. config SCB2_MI0_SLOT2
  991. int "Slot 2 slave interface id"
  992. default 2
  993. range 0 4
  994. config SCB2_MI0_SLOT3
  995. int "Slot 3 slave interface id"
  996. default 3
  997. range 0 4
  998. config SCB2_MI0_SLOT4
  999. int "Slot 4 slave interface id"
  1000. default 4
  1001. range 0 4
  1002. config SCB2_MI0_SLOT5
  1003. int "Slot 5 slave interface id"
  1004. default 0
  1005. range 0 4
  1006. config SCB2_MI0_SLOT6
  1007. int "Slot 6 slave interface id"
  1008. default 1
  1009. range 0 4
  1010. config SCB2_MI0_SLOT7
  1011. int "Slot 7 slave interface id"
  1012. default 2
  1013. range 0 4
  1014. config SCB2_MI0_SLOT8
  1015. int "Slot 8 slave interface id"
  1016. default 3
  1017. range 0 4
  1018. config SCB2_MI0_SLOT9
  1019. int "Slot 9 slave interface id"
  1020. default 4
  1021. range 0 4
  1022. endif # SCB2_MI0
  1023. menuconfig SCB3_MI0
  1024. bool "SCB3 Master Interface 0"
  1025. default n
  1026. depends on SCB_PRIORITY
  1027. help
  1028. The slave interface id of each slot should be set according following table.
  1029. LP0 -- 0
  1030. LP1 -- 1
  1031. LP2 -- 2
  1032. LP3 -- 3
  1033. UART0TX -- 4
  1034. UART0RX -- 5
  1035. UART1TX -- 4
  1036. UART1RX -- 5
  1037. if SCB3_MI0
  1038. config SCB3_MI0_SLOT0
  1039. int "Slot 0 slave interface id"
  1040. default 0
  1041. range 0 7
  1042. config SCB3_MI0_SLOT1
  1043. int "Slot 1 slave interface id"
  1044. default 1
  1045. range 0 7
  1046. config SCB3_MI0_SLOT2
  1047. int "Slot 2 slave interface id"
  1048. default 2
  1049. range 0 7
  1050. config SCB3_MI0_SLOT3
  1051. int "Slot 3 slave interface id"
  1052. default 3
  1053. range 0 7
  1054. config SCB3_MI0_SLOT4
  1055. int "Slot 4 slave interface id"
  1056. default 4
  1057. range 0 7
  1058. config SCB3_MI0_SLOT5
  1059. int "Slot 5 slave interface id"
  1060. default 5
  1061. range 0 7
  1062. config SCB3_MI0_SLOT6
  1063. int "Slot 6 slave interface id"
  1064. default 6
  1065. range 0 7
  1066. config SCB3_MI0_SLOT7
  1067. int "Slot 7 slave interface id"
  1068. default 7
  1069. range 0 7
  1070. config SCB3_MI0_SLOT8
  1071. int "Slot 8 slave interface id"
  1072. default 0
  1073. range 0 7
  1074. config SCB3_MI0_SLOT9
  1075. int "Slot 9 slave interface id"
  1076. default 1
  1077. range 0 7
  1078. config SCB3_MI0_SLOT10
  1079. int "Slot 10 slave interface id"
  1080. default 2
  1081. range 0 7
  1082. config SCB3_MI0_SLOT11
  1083. int "Slot 11 slave interface id"
  1084. default 3
  1085. range 0 7
  1086. config SCB3_MI0_SLOT12
  1087. int "Slot 12 slave interface id"
  1088. default 4
  1089. range 0 7
  1090. config SCB3_MI0_SLOT13
  1091. int "Slot 13 slave interface id"
  1092. default 5
  1093. range 0 7
  1094. config SCB3_MI0_SLOT14
  1095. int "Slot 14 slave interface id"
  1096. default 6
  1097. range 0 7
  1098. config SCB3_MI0_SLOT15
  1099. int "Slot 15 slave interface id"
  1100. default 7
  1101. range 0 7
  1102. endif # SCB3_MI0
  1103. menuconfig SCB4_MI0
  1104. bool "SCB4 Master Interface 0"
  1105. default n
  1106. depends on SCB_PRIORITY
  1107. help
  1108. The slave interface id of each slot should be set according following table.
  1109. MDA21 -- 0
  1110. MDA22 -- 1
  1111. MDA23 -- 2
  1112. MDA24 -- 3
  1113. MDA25 -- 4
  1114. MDA26 -- 5
  1115. MDA27 -- 6
  1116. MDA28 -- 7
  1117. if SCB4_MI0
  1118. config SCB4_MI0_SLOT0
  1119. int "Slot 0 slave interface id"
  1120. default 0
  1121. range 0 7
  1122. config SCB4_MI0_SLOT1
  1123. int "Slot 1 slave interface id"
  1124. default 1
  1125. range 0 7
  1126. config SCB4_MI0_SLOT2
  1127. int "Slot 2 slave interface id"
  1128. default 2
  1129. range 0 7
  1130. config SCB4_MI0_SLOT3
  1131. int "Slot 3 slave interface id"
  1132. default 3
  1133. range 0 7
  1134. config SCB4_MI0_SLOT4
  1135. int "Slot 4 slave interface id"
  1136. default 4
  1137. range 0 7
  1138. config SCB4_MI0_SLOT5
  1139. int "Slot 5 slave interface id"
  1140. default 5
  1141. range 0 7
  1142. config SCB4_MI0_SLOT6
  1143. int "Slot 6 slave interface id"
  1144. default 6
  1145. range 0 7
  1146. config SCB4_MI0_SLOT7
  1147. int "Slot 7 slave interface id"
  1148. default 7
  1149. range 0 7
  1150. config SCB4_MI0_SLOT8
  1151. int "Slot 8 slave interface id"
  1152. default 0
  1153. range 0 7
  1154. config SCB4_MI0_SLOT9
  1155. int "Slot 9 slave interface id"
  1156. default 1
  1157. range 0 7
  1158. config SCB4_MI0_SLOT10
  1159. int "Slot 10 slave interface id"
  1160. default 2
  1161. range 0 7
  1162. config SCB4_MI0_SLOT11
  1163. int "Slot 11 slave interface id"
  1164. default 3
  1165. range 0 7
  1166. config SCB4_MI0_SLOT12
  1167. int "Slot 12 slave interface id"
  1168. default 4
  1169. range 0 7
  1170. config SCB4_MI0_SLOT13
  1171. int "Slot 13 slave interface id"
  1172. default 5
  1173. range 0 7
  1174. config SCB4_MI0_SLOT14
  1175. int "Slot 14 slave interface id"
  1176. default 6
  1177. range 0 7
  1178. config SCB4_MI0_SLOT15
  1179. int "Slot 15 slave interface id"
  1180. default 7
  1181. range 0 7
  1182. endif # SCB4_MI0
  1183. menuconfig SCB5_MI0
  1184. bool "SCB5 Master Interface 0"
  1185. default n
  1186. depends on SCB_PRIORITY
  1187. help
  1188. The slave interface id of each slot should be set according following table.
  1189. PPI0 MDA29 -- 0
  1190. PPI0 MDA30 -- 1
  1191. PPI2 MDA31 -- 2
  1192. PPI2 MDA32 -- 3
  1193. if SCB5_MI0
  1194. config SCB5_MI0_SLOT0
  1195. int "Slot 0 slave interface id"
  1196. default 0
  1197. range 0 3
  1198. config SCB5_MI0_SLOT1
  1199. int "Slot 1 slave interface id"
  1200. default 1
  1201. range 0 3
  1202. config SCB5_MI0_SLOT2
  1203. int "Slot 2 slave interface id"
  1204. default 2
  1205. range 0 3
  1206. config SCB5_MI0_SLOT3
  1207. int "Slot 3 slave interface id"
  1208. default 3
  1209. range 0 3
  1210. config SCB5_MI0_SLOT4
  1211. int "Slot 4 slave interface id"
  1212. default 0
  1213. range 0 3
  1214. config SCB5_MI0_SLOT5
  1215. int "Slot 5 slave interface id"
  1216. default 1
  1217. range 0 3
  1218. config SCB5_MI0_SLOT6
  1219. int "Slot 6 slave interface id"
  1220. default 2
  1221. range 0 3
  1222. config SCB5_MI0_SLOT7
  1223. int "Slot 7 slave interface id"
  1224. default 3
  1225. range 0 3
  1226. endif # SCB5_MI0
  1227. menuconfig SCB6_MI0
  1228. bool "SCB6 Master Interface 0"
  1229. default n
  1230. depends on SCB_PRIORITY
  1231. help
  1232. The slave interface id of each slot should be set according following table.
  1233. PPI1 MDA33 -- 0
  1234. PPI1 MDA34 -- 1
  1235. if SCB6_MI0
  1236. config SCB6_MI0_SLOT0
  1237. int "Slot 0 slave interface id"
  1238. default 0
  1239. range 0 1
  1240. config SCB6_MI0_SLOT1
  1241. int "Slot 1 slave interface id"
  1242. default 1
  1243. range 0 1
  1244. config SCB6_MI0_SLOT2
  1245. int "Slot 2 slave interface id"
  1246. default 0
  1247. range 0 1
  1248. config SCB6_MI0_SLOT3
  1249. int "Slot 3 slave interface id"
  1250. default 1
  1251. range 0 1
  1252. endif # SCB6_MI0
  1253. menuconfig SCB7_MI0
  1254. bool "SCB7 Master Interface 0"
  1255. default n
  1256. depends on SCB_PRIORITY
  1257. help
  1258. The slave interface id of each slot should be set according following table.
  1259. PIXC0 -- 0
  1260. PIXC1 -- 1
  1261. PIXC2 -- 2
  1262. if SCB7_MI0
  1263. config SCB7_MI0_SLOT0
  1264. int "Slot 0 slave interface id"
  1265. default 0
  1266. range 0 2
  1267. config SCB7_MI0_SLOT1
  1268. int "Slot 1 slave interface id"
  1269. default 1
  1270. range 0 2
  1271. config SCB7_MI0_SLOT2
  1272. int "Slot 2 slave interface id"
  1273. default 2
  1274. range 0 2
  1275. config SCB7_MI0_SLOT3
  1276. int "Slot 3 slave interface id"
  1277. default 0
  1278. range 0 2
  1279. config SCB7_MI0_SLOT4
  1280. int "Slot 4 slave interface id"
  1281. default 1
  1282. range 0 2
  1283. config SCB7_MI0_SLOT5
  1284. int "Slot 5 slave interface id"
  1285. default 2
  1286. range 0 2
  1287. endif # SCB7_MI0
  1288. menuconfig SCB8_MI0
  1289. bool "SCB8 Master Interface 0"
  1290. default n
  1291. depends on SCB_PRIORITY
  1292. help
  1293. The slave interface id of each slot should be set according following table.
  1294. PVP CPDOB -- 0
  1295. PVP CPDOC -- 1
  1296. PVP CPCO -- 2
  1297. PVP CPCI -- 3
  1298. if SCB8_MI0
  1299. config SCB8_MI0_SLOT0
  1300. int "Slot 0 slave interface id"
  1301. default 0
  1302. range 0 3
  1303. config SCB8_MI0_SLOT1
  1304. int "Slot 1 slave interface id"
  1305. default 1
  1306. range 0 3
  1307. config SCB8_MI0_SLOT2
  1308. int "Slot 2 slave interface id"
  1309. default 2
  1310. range 0 3
  1311. config SCB8_MI0_SLOT3
  1312. int "Slot 3 slave interface id"
  1313. default 3
  1314. range 0 3
  1315. config SCB8_MI0_SLOT4
  1316. int "Slot 4 slave interface id"
  1317. default 0
  1318. range 0 3
  1319. config SCB8_MI0_SLOT5
  1320. int "Slot 5 slave interface id"
  1321. default 1
  1322. range 0 3
  1323. config SCB8_MI0_SLOT6
  1324. int "Slot 6 slave interface id"
  1325. default 2
  1326. range 0 3
  1327. config SCB8_MI0_SLOT7
  1328. int "Slot 7 slave interface id"
  1329. default 3
  1330. range 0 3
  1331. endif # SCB8_MI0
  1332. menuconfig SCB9_MI0
  1333. bool "SCB9 Master Interface 0"
  1334. default n
  1335. depends on SCB_PRIORITY
  1336. help
  1337. The slave interface id of each slot should be set according following table.
  1338. PVP MPDO -- 0
  1339. PVP MPDI -- 1
  1340. PVP MPCO -- 2
  1341. PVP MPCI -- 3
  1342. PVP CPDOA -- 4
  1343. if SCB9_MI0
  1344. config SCB9_MI0_SLOT0
  1345. int "Slot 0 slave interface id"
  1346. default 0
  1347. range 0 4
  1348. config SCB9_MI0_SLOT1
  1349. int "Slot 1 slave interface id"
  1350. default 1
  1351. range 0 4
  1352. config SCB9_MI0_SLOT2
  1353. int "Slot 2 slave interface id"
  1354. default 2
  1355. range 0 4
  1356. config SCB9_MI0_SLOT3
  1357. int "Slot 3 slave interface id"
  1358. default 3
  1359. range 0 4
  1360. config SCB9_MI0_SLOT4
  1361. int "Slot 4 slave interface id"
  1362. default 4
  1363. range 0 4
  1364. config SCB9_MI0_SLOT5
  1365. int "Slot 5 slave interface id"
  1366. default 0
  1367. range 0 4
  1368. config SCB9_MI0_SLOT6
  1369. int "Slot 6 slave interface id"
  1370. default 1
  1371. range 0 4
  1372. config SCB9_MI0_SLOT7
  1373. int "Slot 7 slave interface id"
  1374. default 2
  1375. range 0 4
  1376. config SCB9_MI0_SLOT8
  1377. int "Slot 8 slave interface id"
  1378. default 3
  1379. range 0 4
  1380. config SCB9_MI0_SLOT9
  1381. int "Slot 9 slave interface id"
  1382. default 4
  1383. range 0 4
  1384. endif # SCB9_MI0
  1385. endmenu
  1386. endif