6b0c22c775
to simplify the configuration Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
25 lines
506 B
Text
25 lines
506 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config OPENAMP
|
|
bool
|
|
default n
|
|
---help---
|
|
Enable or disable Open Asymmetric Multi Processing features
|
|
|
|
if OPENAMP
|
|
|
|
config OPENAMP_CACHE
|
|
bool "Enable OpenAMP Cache support"
|
|
default n
|
|
---help---
|
|
Enable or disable OpenAMP Cache support (VIRTIO_CACHED_BUFFERS and
|
|
VIRTIO_CACHED_VRINGS)
|
|
|
|
config OPENAMP_DEBUG
|
|
bool "Enable OpenAMP Debug"
|
|
default n
|
|
|
|
endif # OPENAMP
|