12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig PCI
|
|
bool "Support for PCI Bus"
|
|
default n
|
|
---help---
|
|
Enables support for the PCI bus.
|
|
Backend bust be provided by per-arch or per-board implementation.
|