9c07b369e9
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>
23 lines
400 B
Plaintext
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
|