Config.in.bus 319 B

12345678910111213
  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