nuttx/drivers/virt/Kconfig
yangshuyong 9c07b369e9 drivers/pci/pci_qemu_test: update qemu pci test code
Change the qmeu pci test code for new pci driver framework

Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
2024-09-06 10:01:11 +08:00

23 lines
400 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_EDU
bool "Driver for QEMU EDU test device"
default n
select PCI
---help---
Driver for QEMU EDU test device
endif # VIRT