blob: a8363dfe3029742214acb132c4cd38c1468ab1b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_KERNEL_PCI
bool
select ADK_KERNEL_PCI_QUIRKS
depends on ADK_TARGET_WITH_PCI \
|| ADK_TARGET_QEMU \
|| ADK_TARGET_VBOX
default y
config ADK_KERNEL_PCI_QUIRKS
bool
|