diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:16:50 -0500 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:16:50 -0500 |
| commit | ce956d0f964c2a85207f3c81f392b88a7b03cc91 (patch) | |
| tree | a4ec79810f1f0276fdf1e0498528ce0d2c9f4823 /target/linux/config | |
| parent | fea381bb3d32ad8b6f04f2268429d00b3486869d (diff) | |
do not enable PCI in kernel by default
Diffstat (limited to 'target/linux/config')
| -rw-r--r-- | target/linux/config/Config.in.bus | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.bus b/target/linux/config/Config.in.bus new file mode 100644 index 000000000..2b7bd757d --- /dev/null +++ b/target/linux/config/Config.in.bus @@ -0,0 +1,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 |
