1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081 |
- config BF60x
- def_bool y
- depends on (BF609)
- select IRQ_PREFLOW_FASTEOI
- if (BF60x)
- source "arch/blackfin/mach-bf609/boards/Kconfig"
- menu "BF609 Specific Configuration"
- comment "Pin Interrupt to Port Assignment"
- menu "Assignment"
- config PINTx_REASSIGN
- bool "Reprogram PINT Assignment"
- default y
- help
- The interrupt assignment registers controls the pin-to-interrupt
- assignment in a byte-wide manner. Each option allows you to select
- a set of pins (High/Low Byte) of an specific Port being mapped
- to one of the four PIN Interrupts IRQ_PINTx.
- You shouldn't change any of these unless you know exactly what you're doing.
- Please consult the Blackfin BF60x Processor Hardware Reference Manual.
- config PINT0_ASSIGN
- hex "PINT0_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- config PINT1_ASSIGN
- hex "PINT1_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- config PINT2_ASSIGN
- hex "PINT2_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- config PINT3_ASSIGN
- hex "PINT3_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- config PINT4_ASSIGN
- hex "PINT3_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- config PINT5_ASSIGN
- hex "PINT3_ASSIGN"
- depends on PINTx_REASSIGN
- default 0x00000101
- endmenu
- config SEC_IRQ_PRIORITY_LEVELS
- int "SEC interrupt priority levels"
- default 7
- range 0 7
- help
- Divide the total number of interrupt priority levels into sub-levels.
- There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
- comment "System Cross Bar Priority Assignment"
- config SCB_PRIORITY
- bool "Init System Cross Bar Priority"
- default n
- menuconfig SCB0_MI0
- bool "SCB0 Master Interface 0 (DDR)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- Core 0 -- 0
- Core 1 -- 2
- SCB1 -- 9
- SCB2 -- 10
- SCB3 -- 11
- SCB4 -- 12
- SCB5 -- 5
- SCB6 -- 6
- SCB7 -- 8
- SCB8 -- 7
- SCB9 -- 4
- USB -- 13
- if SCB0_MI0
- config SCB0_MI0_SLOT0
- int "Slot 0 slave interface id"
- default 0
- range 0 13
- config SCB0_MI0_SLOT1
- int "Slot 1 slave interface id"
- default 2
- range 0 13
- config SCB0_MI0_SLOT2
- int "Slot 2 slave interface id"
- default 4
- range 0 13
- config SCB0_MI0_SLOT3
- int "Slot 3 slave interface id"
- default 5
- range 0 13
- config SCB0_MI0_SLOT4
- int "Slot 4 slave interface id"
- default 6
- range 0 13
- config SCB0_MI0_SLOT5
- int "Slot 5 slave interface id"
- default 7
- range 0 13
- config SCB0_MI0_SLOT6
- int "Slot 6 slave interface id"
- default 8
- range 0 13
- config SCB0_MI0_SLOT7
- int "Slot 7 slave interface id"
- default 9
- range 0 13
- config SCB0_MI0_SLOT8
- int "Slot 8 slave interface id"
- default 10
- range 0 13
- config SCB0_MI0_SLOT9
- int "Slot 9 slave interface id"
- default 11
- range 0 13
- config SCB0_MI0_SLOT10
- int "Slot 10 slave interface id"
- default 13
- range 0 13
- config SCB0_MI0_SLOT11
- int "Slot 11 slave interface id"
- default 12
- range 0 13
- config SCB0_MI0_SLOT12
- int "Slot 12 slave interface id"
- default 0
- range 0 13
- config SCB0_MI0_SLOT13
- int "Slot 13 slave interface id"
- default 2
- range 0 13
- config SCB0_MI0_SLOT14
- int "Slot 14 slave interface id"
- default 4
- range 0 13
- config SCB0_MI0_SLOT15
- int "Slot 15 slave interface id"
- default 5
- range 0 13
- config SCB0_MI0_SLOT16
- int "Slot 16 slave interface id"
- default 6
- range 0 13
- config SCB0_MI0_SLOT17
- int "Slot 17 slave interface id"
- default 7
- range 0 13
- config SCB0_MI0_SLOT18
- int "Slot 18 slave interface id"
- default 8
- range 0 13
- config SCB0_MI0_SLOT19
- int "Slot 19 slave interface id"
- default 9
- range 0 13
- config SCB0_MI0_SLOT20
- int "Slot 20 slave interface id"
- default 10
- range 0 13
- config SCB0_MI0_SLOT21
- int "Slot 21 slave interface id"
- default 11
- range 0 13
- config SCB0_MI0_SLOT22
- int "Slot 22 slave interface id"
- default 13
- range 0 13
- config SCB0_MI0_SLOT23
- int "Slot 23 slave interface id"
- default 12
- range 0 13
- config SCB0_MI0_SLOT24
- int "Slot 24 slave interface id"
- default 0
- range 0 13
- config SCB0_MI0_SLOT25
- int "Slot 25 slave interface id"
- default 2
- range 0 13
- config SCB0_MI0_SLOT26
- int "Slot 26 slave interface id"
- default 4
- range 0 13
- config SCB0_MI0_SLOT27
- int "Slot 27 slave interface id"
- default 5
- range 0 13
- config SCB0_MI0_SLOT28
- int "Slot 28 slave interface id"
- default 6
- range 0 13
- config SCB0_MI0_SLOT29
- int "Slot 29 slave interface id"
- default 7
- range 0 13
- config SCB0_MI0_SLOT30
- int "Slot 30 slave interface id"
- default 8
- range 0 13
- config SCB0_MI0_SLOT31
- int "Slot 31 slave interface id"
- default 13
- range 0 13
- endif # SCB0_MI0
- menuconfig SCB0_MI1
- bool "SCB0 Master Interface 1 (SMC)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- Core 0 -- 0
- Core 1 -- 2
- SCB1 -- 9
- SCB2 -- 10
- SCB3 -- 11
- SCB4 -- 12
- SCB5 -- 5
- SCB6 -- 6
- SCB7 -- 8
- SCB8 -- 7
- SCB9 -- 4
- USB -- 13
- if SCB0_MI1
- config SCB0_MI1_SLOT0
- int "Slot 0 slave interface id"
- default 0
- range 0 13
- config SCB0_MI1_SLOT1
- int "Slot 1 slave interface id"
- default 2
- range 0 13
- config SCB0_MI1_SLOT2
- int "Slot 2 slave interface id"
- default 4
- range 0 13
- config SCB0_MI1_SLOT3
- int "Slot 3 slave interface id"
- default 5
- range 0 13
- config SCB0_MI1_SLOT4
- int "Slot 4 slave interface id"
- default 6
- range 0 13
- config SCB0_MI1_SLOT5
- int "Slot 5 slave interface id"
- default 7
- range 0 13
- config SCB0_MI1_SLOT6
- int "Slot 6 slave interface id"
- default 8
- range 0 13
- config SCB0_MI1_SLOT7
- int "Slot 7 slave interface id"
- default 9
- range 0 13
- config SCB0_MI1_SLOT8
- int "Slot 8 slave interface id"
- default 10
- range 0 13
- config SCB0_MI1_SLOT9
- int "Slot 9 slave interface id"
- default 11
- range 0 13
- config SCB0_MI1_SLOT10
- int "Slot 10 slave interface id"
- default 13
- range 0 13
- config SCB0_MI1_SLOT11
- int "Slot 11 slave interface id"
- default 12
- range 0 13
- config SCB0_MI1_SLOT12
- int "Slot 12 slave interface id"
- default 0
- range 0 13
- config SCB0_MI1_SLOT13
- int "Slot 13 slave interface id"
- default 2
- range 0 13
- config SCB0_MI1_SLOT14
- int "Slot 14 slave interface id"
- default 4
- range 0 13
- config SCB0_MI1_SLOT15
- int "Slot 15 slave interface id"
- default 5
- range 0 13
- config SCB0_MI1_SLOT16
- int "Slot 16 slave interface id"
- default 6
- range 0 13
- config SCB0_MI1_SLOT17
- int "Slot 17 slave interface id"
- default 7
- range 0 13
- config SCB0_MI1_SLOT18
- int "Slot 18 slave interface id"
- default 8
- range 0 13
- config SCB0_MI1_SLOT19
- int "Slot 19 slave interface id"
- default 9
- range 0 13
- config SCB0_MI1_SLOT20
- int "Slot 20 slave interface id"
- default 10
- range 0 13
- config SCB0_MI1_SLOT21
- int "Slot 21 slave interface id"
- default 11
- range 0 13
- config SCB0_MI1_SLOT22
- int "Slot 22 slave interface id"
- default 13
- range 0 13
- config SCB0_MI1_SLOT23
- int "Slot 23 slave interface id"
- default 12
- range 0 13
- config SCB0_MI1_SLOT24
- int "Slot 24 slave interface id"
- default 0
- range 0 13
- config SCB0_MI1_SLOT25
- int "Slot 25 slave interface id"
- default 2
- range 0 13
- config SCB0_MI1_SLOT26
- int "Slot 26 slave interface id"
- default 4
- range 0 13
- config SCB0_MI1_SLOT27
- int "Slot 27 slave interface id"
- default 5
- range 0 13
- config SCB0_MI1_SLOT28
- int "Slot 28 slave interface id"
- default 6
- range 0 13
- config SCB0_MI1_SLOT29
- int "Slot 29 slave interface id"
- default 7
- range 0 13
- config SCB0_MI1_SLOT30
- int "Slot 30 slave interface id"
- default 8
- range 0 13
- config SCB0_MI1_SLOT31
- int "Slot 31 slave interface id"
- default 13
- range 0 13
- endif # SCB0_MI1
- menuconfig SCB0_MI2
- bool "SCB0 Master Interface 2 (Data L2)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- Core 0 -- 0
- Core 1 -- 2
- SCB1 -- 9
- SCB2 -- 10
- SCB3 -- 11
- SCB4 -- 12
- SCB5 -- 5
- SCB6 -- 6
- SCB7 -- 8
- SCB8 -- 7
- SCB9 -- 4
- USB -- 13
- if SCB0_MI2
- config SCB0_MI2_SLOT0
- int "Slot 0 slave interface id"
- default 4
- range 0 13
- config SCB0_MI2_SLOT1
- int "Slot 1 slave interface id"
- default 5
- range 0 13
- config SCB0_MI2_SLOT2
- int "Slot 2 slave interface id"
- default 6
- range 0 13
- config SCB0_MI2_SLOT3
- int "Slot 3 slave interface id"
- default 7
- range 0 13
- config SCB0_MI2_SLOT4
- int "Slot 4 slave interface id"
- default 8
- range 0 13
- config SCB0_MI2_SLOT5
- int "Slot 5 slave interface id"
- default 9
- range 0 13
- config SCB0_MI2_SLOT6
- int "Slot 6 slave interface id"
- default 10
- range 0 13
- config SCB0_MI2_SLOT7
- int "Slot 7 slave interface id"
- default 11
- range 0 13
- config SCB0_MI2_SLOT8
- int "Slot 8 slave interface id"
- default 13
- range 0 13
- config SCB0_MI2_SLOT9
- int "Slot 9 slave interface id"
- default 12
- range 0 13
- config SCB0_MI2_SLOT10
- int "Slot 10 slave interface id"
- default 4
- range 0 13
- config SCB0_MI2_SLOT11
- int "Slot 11 slave interface id"
- default 5
- range 0 13
- config SCB0_MI2_SLOT12
- int "Slot 12 slave interface id"
- default 6
- range 0 13
- config SCB0_MI2_SLOT13
- int "Slot 13 slave interface id"
- default 7
- range 0 13
- config SCB0_MI2_SLOT14
- int "Slot 14 slave interface id"
- default 8
- range 0 13
- config SCB0_MI2_SLOT15
- int "Slot 15 slave interface id"
- default 9
- range 0 13
- config SCB0_MI2_SLOT16
- int "Slot 16 slave interface id"
- default 10
- range 0 13
- config SCB0_MI2_SLOT17
- int "Slot 17 slave interface id"
- default 11
- range 0 13
- config SCB0_MI2_SLOT18
- int "Slot 18 slave interface id"
- default 13
- range 0 13
- config SCB0_MI2_SLOT19
- int "Slot 19 slave interface id"
- default 12
- range 0 13
- config SCB0_MI2_SLOT20
- int "Slot 20 slave interface id"
- default 4
- range 0 13
- config SCB0_MI2_SLOT21
- int "Slot 21 slave interface id"
- default 5
- range 0 13
- config SCB0_MI2_SLOT22
- int "Slot 22 slave interface id"
- default 6
- range 0 13
- config SCB0_MI2_SLOT23
- int "Slot 23 slave interface id"
- default 7
- range 0 13
- config SCB0_MI2_SLOT24
- int "Slot 24 slave interface id"
- default 8
- range 0 13
- config SCB0_MI2_SLOT25
- int "Slot 25 slave interface id"
- default 9
- range 0 13
- config SCB0_MI2_SLOT26
- int "Slot 26 slave interface id"
- default 10
- range 0 13
- config SCB0_MI2_SLOT27
- int "Slot 27 slave interface id"
- default 11
- range 0 13
- config SCB0_MI2_SLOT28
- int "Slot 28 slave interface id"
- default 13
- range 0 13
- config SCB0_MI2_SLOT29
- int "Slot 29 slave interface id"
- default 12
- range 0 13
- config SCB0_MI2_SLOT30
- int "Slot 30 slave interface id"
- default 4
- range 0 13
- config SCB0_MI2_SLOT31
- int "Slot 31 slave interface id"
- default 7
- range 0 13
- endif # SCB0_MI2
- menuconfig SCB0_MI3
- bool "SCB0 Master Interface 3 (L1A)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- Core 0 -- 0
- Core 1 -- 2
- SCB1 -- 9
- SCB2 -- 10
- SCB3 -- 11
- SCB4 -- 12
- SCB5 -- 5
- SCB6 -- 6
- SCB7 -- 8
- SCB8 -- 7
- SCB9 -- 4
- USB -- 13
- if SCB0_MI3
- config SCB0_MI3_SLOT0
- int "Slot 0 slave interface id"
- default 4
- range 0 13
- config SCB0_MI3_SLOT1
- int "Slot 1 slave interface id"
- default 5
- range 0 13
- config SCB0_MI3_SLOT2
- int "Slot 2 slave interface id"
- default 6
- range 0 13
- config SCB0_MI3_SLOT3
- int "Slot 3 slave interface id"
- default 7
- range 0 13
- config SCB0_MI3_SLOT4
- int "Slot 4 slave interface id"
- default 8
- range 0 13
- config SCB0_MI3_SLOT5
- int "Slot 5 slave interface id"
- default 9
- range 0 13
- config SCB0_MI3_SLOT6
- int "Slot 6 slave interface id"
- default 10
- range 0 13
- config SCB0_MI3_SLOT7
- int "Slot 7 slave interface id"
- default 11
- range 0 13
- config SCB0_MI3_SLOT8
- int "Slot 8 slave interface id"
- default 13
- range 0 13
- config SCB0_MI3_SLOT9
- int "Slot 9 slave interface id"
- default 12
- range 0 13
- config SCB0_MI3_SLOT10
- int "Slot 10 slave interface id"
- default 4
- range 0 13
- config SCB0_MI3_SLOT11
- int "Slot 11 slave interface id"
- default 5
- range 0 13
- config SCB0_MI3_SLOT12
- int "Slot 12 slave interface id"
- default 6
- range 0 13
- config SCB0_MI3_SLOT13
- int "Slot 13 slave interface id"
- default 7
- range 0 13
- config SCB0_MI3_SLOT14
- int "Slot 14 slave interface id"
- default 8
- range 0 13
- config SCB0_MI3_SLOT15
- int "Slot 15 slave interface id"
- default 9
- range 0 13
- config SCB0_MI3_SLOT16
- int "Slot 16 slave interface id"
- default 10
- range 0 13
- config SCB0_MI3_SLOT17
- int "Slot 17 slave interface id"
- default 11
- range 0 13
- config SCB0_MI3_SLOT18
- int "Slot 18 slave interface id"
- default 13
- range 0 13
- config SCB0_MI3_SLOT19
- int "Slot 19 slave interface id"
- default 12
- range 0 13
- config SCB0_MI3_SLOT20
- int "Slot 20 slave interface id"
- default 4
- range 0 13
- config SCB0_MI3_SLOT21
- int "Slot 21 slave interface id"
- default 5
- range 0 13
- config SCB0_MI3_SLOT22
- int "Slot 22 slave interface id"
- default 6
- range 0 13
- config SCB0_MI3_SLOT23
- int "Slot 23 slave interface id"
- default 7
- range 0 13
- config SCB0_MI3_SLOT24
- int "Slot 24 slave interface id"
- default 8
- range 0 13
- config SCB0_MI3_SLOT25
- int "Slot 25 slave interface id"
- default 9
- range 0 13
- config SCB0_MI3_SLOT26
- int "Slot 26 slave interface id"
- default 10
- range 0 13
- config SCB0_MI3_SLOT27
- int "Slot 27 slave interface id"
- default 11
- range 0 13
- config SCB0_MI3_SLOT28
- int "Slot 28 slave interface id"
- default 13
- range 0 13
- config SCB0_MI3_SLOT29
- int "Slot 29 slave interface id"
- default 12
- range 0 13
- config SCB0_MI3_SLOT30
- int "Slot 30 slave interface id"
- default 4
- range 0 13
- config SCB0_MI3_SLOT31
- int "Slot 31 slave interface id"
- default 7
- range 0 13
- endif # SCB0_MI3
- menuconfig SCB0_MI4
- bool "SCB0 Master Interface 4 (L1B)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- Core 0 -- 0
- Core 1 -- 2
- SCB1 -- 9
- SCB2 -- 10
- SCB3 -- 11
- SCB4 -- 12
- SCB5 -- 5
- SCB6 -- 6
- SCB7 -- 8
- SCB8 -- 7
- SCB9 -- 4
- USB -- 13
- if SCB0_MI4
- config SCB0_MI4_SLOT0
- int "Slot 0 slave interface id"
- default 4
- range 0 13
- config SCB0_MI4_SLOT1
- int "Slot 1 slave interface id"
- default 5
- range 0 13
- config SCB0_MI4_SLOT2
- int "Slot 2 slave interface id"
- default 6
- range 0 13
- config SCB0_MI4_SLOT3
- int "Slot 3 slave interface id"
- default 7
- range 0 13
- config SCB0_MI4_SLOT4
- int "Slot 4 slave interface id"
- default 8
- range 0 13
- config SCB0_MI4_SLOT5
- int "Slot 5 slave interface id"
- default 9
- range 0 13
- config SCB0_MI4_SLOT6
- int "Slot 6 slave interface id"
- default 10
- range 0 13
- config SCB0_MI4_SLOT7
- int "Slot 7 slave interface id"
- default 11
- range 0 13
- config SCB0_MI4_SLOT8
- int "Slot 8 slave interface id"
- default 13
- range 0 13
- config SCB0_MI4_SLOT9
- int "Slot 9 slave interface id"
- default 12
- range 0 13
- config SCB0_MI4_SLOT10
- int "Slot 10 slave interface id"
- default 4
- range 0 13
- config SCB0_MI4_SLOT11
- int "Slot 11 slave interface id"
- default 5
- range 0 13
- config SCB0_MI4_SLOT12
- int "Slot 12 slave interface id"
- default 6
- range 0 13
- config SCB0_MI4_SLOT13
- int "Slot 13 slave interface id"
- default 7
- range 0 13
- config SCB0_MI4_SLOT14
- int "Slot 14 slave interface id"
- default 8
- range 0 13
- config SCB0_MI4_SLOT15
- int "Slot 15 slave interface id"
- default 9
- range 0 13
- config SCB0_MI4_SLOT16
- int "Slot 16 slave interface id"
- default 10
- range 0 13
- config SCB0_MI4_SLOT17
- int "Slot 17 slave interface id"
- default 11
- range 0 13
- config SCB0_MI4_SLOT18
- int "Slot 18 slave interface id"
- default 13
- range 0 13
- config SCB0_MI4_SLOT19
- int "Slot 19 slave interface id"
- default 12
- range 0 13
- config SCB0_MI4_SLOT20
- int "Slot 20 slave interface id"
- default 4
- range 0 13
- config SCB0_MI4_SLOT21
- int "Slot 21 slave interface id"
- default 5
- range 0 13
- config SCB0_MI4_SLOT22
- int "Slot 22 slave interface id"
- default 6
- range 0 13
- config SCB0_MI4_SLOT23
- int "Slot 23 slave interface id"
- default 7
- range 0 13
- config SCB0_MI4_SLOT24
- int "Slot 24 slave interface id"
- default 8
- range 0 13
- config SCB0_MI4_SLOT25
- int "Slot 25 slave interface id"
- default 9
- range 0 13
- config SCB0_MI4_SLOT26
- int "Slot 26 slave interface id"
- default 10
- range 0 13
- config SCB0_MI4_SLOT27
- int "Slot 27 slave interface id"
- default 11
- range 0 13
- config SCB0_MI4_SLOT28
- int "Slot 28 slave interface id"
- default 13
- range 0 13
- config SCB0_MI4_SLOT29
- int "Slot 29 slave interface id"
- default 12
- range 0 13
- config SCB0_MI4_SLOT30
- int "Slot 30 slave interface id"
- default 4
- range 0 13
- config SCB0_MI4_SLOT31
- int "Slot 31 slave interface id"
- default 7
- range 0 13
- endif # SCB0_MI4
- menuconfig SCB0_MI5
- bool "SCB0 Master Interface 5 (SMMR)"
- default n
- depends on SCB_PRIORITY
- help
- The slave interface id of each slot should be set according following table.
- MMR0 -- 1
- MMR1 -- 3
- SCB2 -- 10
- SCB4 -- 12
- if SCB0_MI5
- config SCB0_MI5_SLOT0
- int "Slot 0 slave interface id"
- default 1
- range 0 13
- config SCB0_MI5_SLOT1
- int "Slot 1 slave interface id"
- default 3
- range 0 13
- config SCB0_MI5_SLOT2
- int "Slot 2 slave interface id"
- default 10
- range 0 13
- config SCB0_MI5_SLOT3
- int "Slot 3 slave interface id"
- default 12
- range 0 13
- config SCB0_MI5_SLOT4
- int "Slot 4 slave interface id"
- default 1
- range 0 13
- config SCB0_MI5_SLOT5
- int "Slot 5 slave interface id"
- default 3
- range 0 13
- config SCB0_MI5_SLOT6
- int "Slot 6 slave interface id"
- default 10
- range 0 13
- config SCB0_MI5_SLOT7
- int "Slot 7 slave interface id"
- default 12
- range 0 13
- config SCB0_MI5_SLOT8
- int "Slot 8 slave interface id"
- default 1
- range 0 13
- config SCB0_MI5_SLOT9
- int "Slot 9 slave interface id"
- default 3
- range 0 13
- config SCB0_MI5_SLOT10
- int "Slot 10 slave interface id"
- default 10
- range 0 13
- config SCB0_MI5_SLOT11
- int "Slot 11 slave interface id"
- default 12
- range 0 13
- config SCB0_MI5_SLOT12
- int "Slot 12 slave interface id"
- default 1
- range 0 13
- config SCB0_MI5_SLOT13
- int "Slot 13 slave interface id"
- default 3
- range 0 13
- config SCB0_MI5_SLOT14
- int "Slot 14 slave interface id"
- default 10
- range 0 13
- config SCB0_MI5_SLOT15
- int "Slot 15 slave interface id"
- default 12
- range 0 13
- endif # SCB0_MI5
- endmenu
- endif
|