Kconfig 253 B

1234567
  1. config PCI
  2. bool "PCI support"
  3. depends on SYS_SUPPORTS_PCI
  4. help
  5. Find out whether you have a PCI motherboard. PCI is the name of a
  6. bus system, i.e. the way the CPU talks to the other stuff inside
  7. your box. If you have PCI, say Y, otherwise N.