From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/waldux/config/Config.in.bus | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 target/waldux/config/Config.in.bus (limited to 'target/waldux/config/Config.in.bus') diff --git a/target/waldux/config/Config.in.bus b/target/waldux/config/Config.in.bus new file mode 100644 index 000000000..4ce83eaa0 --- /dev/null +++ b/target/waldux/config/Config.in.bus @@ -0,0 +1,26 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_WALDUX_KERNEL_PCI + bool + select ADK_WALDUX_KERNEL_PCI_QUIRKS + depends on ADK_TARGET_WITH_PCI \ + || ADK_TARGET_QEMU \ + || ADK_TARGET_VBOX \ + || ADK_TARGET_GENERIC + default n if ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU + default n if ADK_TARGET_CPU_XTENSA_DE212 + default n if ADK_TARGET_SYSTEM_GENERIC_NDS32 + default y + +config ADK_WALDUX_KERNEL_PCI_QUIRKS + bool + +config ADK_WALDUX_KERNEL_PCI_MSI + bool + +config ADK_WALDUX_KERNEL_PCI_IMX6 + bool + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default n -- cgit v1.2.3