Kconfig 363 B

1234567891011121314151617181920
  1. menu "Sandbox architecture"
  2. depends on SANDBOX
  3. config SYS_ARCH
  4. default "sandbox"
  5. config SYS_BOARD
  6. default "sandbox"
  7. config SYS_CONFIG_NAME
  8. default "sandbox"
  9. config PCI
  10. bool "PCI support"
  11. help
  12. Enable support for PCI (Peripheral Interconnect Bus), a type of bus
  13. used on some devices to allow the CPU to communicate with its
  14. peripherals.
  15. endmenu