Config.in.bus 352 B

12345678910111213141516
  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 y
  10. config ADK_KERNEL_PCI_QUIRKS
  11. bool
  12. config ADK_KERNEL_PCI_MSI
  13. bool