Config.in.bus 546 B

1234567891011121314151617181920212223
  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
  15. config ADK_KERNEL_PCI_IMX6
  16. bool
  17. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  18. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  19. default n