51 lines
803 B
Plaintext
Raw Normal View History

2025-02-27 17:59:18 +08:00
menu "bk7236"
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 0x80000
config CPU0_NSPE_RAM_SIZE
hex "CPU0 RAM size for NSPE"
default 0x40000
config CPU1_APP_RAM_SIZE
hex "CPU1 app RAM size"
default 0x00000
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 SOC_BK7236_V5
bool "For bk7236_V5"
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
endmenu