14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
menuconfig DRIVERS_VHOST
|
||
|
bool "Virtual Host Support"
|
||
|
select OPENAMP
|
||
|
default n
|
||
|
|
||
|
if DRIVERS_VHOST
|
||
|
|
||
|
endif # DRIVERS_VHOST
|