blob: 2b7bd757dc1578dc650f1e918b4aca884233d49d (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|