42 lines
750 B
Plaintext
42 lines
750 B
Plaintext
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 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 0x30000
|
|
|
|
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
|
|
endmenu
|