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.
15 lines
303 B
15 lines
303 B
4 months ago
|
menu "MBX Driver"
|
||
|
|
||
|
config CONFIG_DRIVERS_MBX_DMCU
|
||
|
bool
|
||
|
depends on LOSCFG_RESERVED23_DMCU || LOSCFG_RESERVED19_DMCU || LOSCFG_HI3751V811_DMCU
|
||
|
default y
|
||
|
|
||
|
config CONFIG_MBX_BASE_ADDR_DMCU
|
||
|
hex "Mailbox Base Addr"
|
||
|
default 0x117B000
|
||
|
help
|
||
|
This mailbox base addr of Dmcu.
|
||
|
|
||
|
endmenu
|