1
0

Config.in.bus 588 B

123456789101112131415161718192021222324
  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 n if ADK_TARGET_CPU_XTENSA_DE212
  11. default y
  12. config ADK_KERNEL_PCI_QUIRKS
  13. bool
  14. config ADK_KERNEL_PCI_MSI
  15. bool
  16. config ADK_KERNEL_PCI_IMX6
  17. bool
  18. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  19. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  20. default n