You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
2.7 KiB

menu "Initialiation"
config CONFIG_DMCU_INIT
bool "Initialiation"
default y
help
Answer Y to initialize entries for Dmcu.
config CONFIG_DMCU_VAM
bool "Enable Dmcu Vam Driver"
default y
help
Answer y to support vam for Dmcu.
config CONFIG_DMCU_VERSION
string "DMCU Version"
default SPC010
depends on CONFIG_DMCU_INIT
help
This represents version of Dmcu.
config CONFIG_DMCU_BASE_REG
hex "Dmcu Base Reg Addr"
default 0x01160000
help
This represents ITCM base of Dmcu.
config CONFIG_DMCU_UART_REG
hex "Dmcu Uart Reg Addr"
default 0x00A32000
help
This represents Dmcu Reg Addr.
config CONFIG_DMCU_UART_CLK_INPUT
hex "Dmcu Uart Clk Input"
default 0x016E3600
help
This represents Dmcu Uart Clk input.
config CONFIG_DMCU_SYS_CLOCK
hex "Dmcu Sys Clock Input"
default 0xBDD8000
help
This represents Dmcu Sys Clock input.
config CONFIG_DMCU_CPU_CLOCK
hex "Dmcu CPU Clock Input"
default 0xBDD8000
help
This represents Dmcu CPU Clock input.
config CONFIG_DMCU_RESERVED_DDR_BASE
hex "Reserved DDR Base"
default 0x40000000
help
This represents reserved DDR base of Dmcu.
config CONFIG_DMCU_RESERVED_DDR_SIZE
hex "Reserved DDR Size"
default 0x00C00000
help
This represents reserved DDR size of Dmcu.
config CONFIG_DMCU_ITCM_BASE
hex "Itcm Base"
default 0x00510000
help
This represents ITCM base of Dmcu.
config CONFIG_DMCU_ITCM_SIZE
hex "Itcm Size"
default 0x8000
help
This represents ITCM size of Dmcu.
config CONFIG_SOCT_CHIP_TYPE
string "chip type"
default reserved19
depends on CONFIG_DMCU_INIT
help
This represents chip type.
config CONFIG_SOCT_CHIP_REVERSION
string "chip version"
default reserved19_c
depends on CONFIG_DMCU_INIT
help
This represents chip version.
config CONFIG_SOCT_VO_SDK_PQ_SUPPORT
bool "is pq support"
default n
help
Answer n for Dmcu.
config CONFIG_SOCT_MEMC_SUPPORT
bool "is memc cs support"
default n
help
Answer n for Dmcu.
config CONFIG_SOCT_TEE_SUPPORT
bool "is chip tee support"
default y
help
Answer y for Dmcu.
config CONFIG_SOCT_FPGA_SUPPORT
bool "is fpga support"
default y
help
Answer y for Dmcu.
config CONFIG_RESERVED19
bool "is reserved19 support"
default y
help
Answer y for Dmcu.
config CONFIG_HI3751V811
bool "is hi3751v811 support"
default y
help
Answer y for Dmcu.
config CONFIG_SOCT_CHIP_C_SUPPORT
bool "is chip c support"
default y
help
Answer y for Dmcu.
endmenu