incubator-nuttx/boards/x86_64/intel64/qemu-intel64/Kconfig

13 lines
294 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
#
config QEMU_PCI
bool "Initialize and enumerate PCI Bus"
default n
select PCI
---help---
Enables initialization and scanning of standard x86-64 pci bus.