Config.in.bus 636 B

12345678910111213141516171819202122232425
  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_WALDUX_KERNEL_PCI
  4. bool
  5. select ADK_WALDUX_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_CPU_XTENSA_DE212
  11. default n if ADK_TARGET_SYSTEM_GENERIC_NDS32
  12. default y
  13. config ADK_WALDUX_KERNEL_PCI_QUIRKS
  14. bool
  15. config ADK_WALDUX_KERNEL_PCI_MSI
  16. bool
  17. config ADK_WALDUX_KERNEL_PCI_IMX6
  18. bool
  19. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  20. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  21. default n