Config.in.bus 690 B

1234567891011121314151617181920212223242526
  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_LINUX_KERNEL_PCI
  4. bool
  5. select ADK_LINUX_KERNEL_PCI_QUIRKS
  6. depends on ADK_TARGET_WITH_PCI \
  7. || ADK_TARGET_QEMU \
  8. || ADK_TARGET_VBOX \
  9. || ADK_TARGET_GENERIC
  10. default n if ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
  11. default n if ADK_TARGET_CPU_XTENSA_DE212
  12. default n if ADK_TARGET_SYSTEM_GENERIC_NDS32
  13. default y
  14. config ADK_LINUX_KERNEL_PCI_QUIRKS
  15. bool
  16. config ADK_LINUX_KERNEL_PCI_MSI
  17. bool
  18. config ADK_LINUX_KERNEL_PCI_IMX6
  19. bool
  20. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  21. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  22. default n