2019-11-03 01:30:33 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config OPENAMP
|
2023-12-27 11:15:42 +08:00
|
|
|
bool
|
2019-11-03 01:30:33 +08:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable or disable Open Asymmetric Multi Processing features
|
|
|
|
|
|
|
|
if OPENAMP
|
|
|
|
|
2023-05-27 13:36:47 +08:00
|
|
|
config OPENAMP_CACHE
|
|
|
|
bool "Enable OpenAMP Cache support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable or disable OpenAMP Cache support (VIRTIO_CACHED_BUFFERS and
|
|
|
|
VIRTIO_CACHED_VRINGS)
|
|
|
|
|
2024-03-06 17:33:05 +08:00
|
|
|
config OPENAMP_DEBUG
|
|
|
|
bool "Enable OpenAMP Debug"
|
2023-06-01 18:40:24 +08:00
|
|
|
default n
|
|
|
|
|
2024-07-01 16:34:05 +08:00
|
|
|
config OPENAMP_VIRTIO_DEVICE_SUPPORT
|
|
|
|
bool "Enable VIRTIO_DEVICE_SUPPORT"
|
|
|
|
default y
|
2024-02-29 17:39:19 +08:00
|
|
|
|
2024-07-01 16:34:05 +08:00
|
|
|
config OPENAMP_VIRTIO_DRIVER_SUPPORT
|
|
|
|
bool "Enable VIRTIO_DRIVER_SUPPORT"
|
|
|
|
default y
|
2024-02-29 17:39:19 +08:00
|
|
|
|
2019-11-03 01:30:33 +08:00
|
|
|
endif # OPENAMP
|