19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
|
menu "MAILBOX"
|
||
|
config MAILBOX
|
||
|
bool "Enable mail_box"
|
||
|
default n
|
||
|
|
||
|
config MAILBOX_V2_0
|
||
|
bool "Use mailbox v2.0 driver"
|
||
|
default n
|
||
|
|
||
|
config MAILBOX_IPC
|
||
|
bool "Enable mailbox socket ipc driver"
|
||
|
default y
|
||
|
|
||
|
config SLAVE_HEART_BEAT
|
||
|
depends on MAILBOX
|
||
|
bool "Enable heartbeat mechanism when dual core communication"
|
||
|
default n
|
||
|
endmenu
|