mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
Change-Id: Id87868a3879165da1e729aca02173ecbcb896454 Signed-off-by: ligd <liguiding1@xiaomi.com>
15 lines
339 B
Text
15 lines
339 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 "Open Asymmetric Multi Processing support"
|
|
default n
|
|
select DEV_SIMPLE_ADDRENV
|
|
---help---
|
|
Enable or disable Open Asymmetric Multi Processing features
|
|
|
|
if OPENAMP
|
|
|
|
endif # OPENAMP
|