summaryrefslogtreecommitdiff
path: root/target/waldux/config/Config.in.bus
blob: 4ce83eaa0f050255aa011e4b13d2dad5c61553b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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