diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-26 11:41:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-26 11:41:04 +0100 |
commit | 0cb8ada4f1a8a4a0f69fbcab2497cebb8121683a (patch) | |
tree | 95006f6b0f00570f9ff8099bbb89220109659d76 /target/linux | |
parent | 7ccb39d5b384f0f3af0c17f5eec67148f0e65973 (diff) |
more generic config fixes reported via irc
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.bus | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.bus b/target/linux/config/Config.in.bus index 4ac0a2b0e..dc1ecce07 100644 --- a/target/linux/config/Config.in.bus +++ b/target/linux/config/Config.in.bus @@ -6,7 +6,8 @@ config ADK_KERNEL_PCI select ADK_KERNEL_PCI_QUIRKS depends on ADK_TARGET_WITH_PCI \ || ADK_TARGET_QEMU \ - || ADK_TARGET_VBOX + || 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 y |