23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
#
|
||
|
#
|
||
|
menuconfig VIRT
|
||
|
bool "Virtualization"
|
||
|
default n
|
||
|
---help---
|
||
|
Drivers for virtualized and emulated devices
|
||
|
|
||
|
if VIRT
|
||
|
|
||
|
config VIRT_QEMU_PCI_TEST
|
||
|
bool "Driver for QEMU PCI test device"
|
||
|
default n
|
||
|
select PCIE
|
||
|
---help---
|
||
|
Driver for QEMU PCI test device
|
||
|
|
||
|
endif # VIRT
|