61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
menu "bk7258"
|
|
|
|
config ITCM_SIZE
|
|
hex "Total ITCM size"
|
|
default 0x4000
|
|
|
|
config DTCM_SIZE
|
|
hex "Total DTCM size"
|
|
default 0x4000
|
|
|
|
config CPU0_SPE_RAM_SIZE
|
|
hex "CPU0 RAM size for SPE"
|
|
default 0x50000
|
|
|
|
config CPU0_NSPE_RAM_SIZE
|
|
hex "CPU0 RAM size for NSPE"
|
|
default 0x40000
|
|
|
|
config CPU1_APP_RAM_SIZE
|
|
hex "CPU1 app RAM size"
|
|
default 0x40000
|
|
|
|
config CPU2_APP_RAM_SIZE
|
|
hex "CPU2 app RAM size"
|
|
default 0x10000
|
|
|
|
config ANA_REG_WRITE_POLL_REG_B
|
|
bool "Write analog register polls sys reg0xb"
|
|
default y
|
|
|
|
config PM_HAL_DEBUG
|
|
bool "Enable PM hal debug"
|
|
default n
|
|
|
|
config PM_HAL_CTRL
|
|
bool "Enable PM hal debug"
|
|
default n
|
|
|
|
config TZ
|
|
bool "Supported TrustZone"
|
|
default y
|
|
|
|
config SPE
|
|
int "Enable SPE"
|
|
default 0
|
|
|
|
config RX_OPTIMIZE
|
|
bool "Optimize rx current"
|
|
default n
|
|
|
|
config BT_REUSE_MEDIA_MEMORY
|
|
bool "BT reuse media memory at beging of cpu1"
|
|
default n
|
|
|
|
config BT_REUSE_MEDIA_MEM_SIZE
|
|
depends on BT_REUSE_MEDIA_MEMORY
|
|
hex "BT reuse media memory size"
|
|
default 0x28000
|
|
|
|
endmenu
|