Config.in.bus 411 B

1234567891011121314151617
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_KERNEL_PCI
  4. bool
  5. select ADK_KERNEL_PCI_QUIRKS
  6. depends on ADK_TARGET_WITH_PCI \
  7. || ADK_TARGET_QEMU \
  8. || ADK_TARGET_VBOX
  9. default n if ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
  10. default y
  11. config ADK_KERNEL_PCI_QUIRKS
  12. bool
  13. config ADK_KERNEL_PCI_MSI
  14. bool