13 lines
294 B
Plaintext
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.
|