diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-09 06:25:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-09 06:25:44 +0100 |
commit | e667945f49bd8c4350cacc0764c7082340145a6c (patch) | |
tree | 35de29134fffe1aa61f061e316c94654b1629082 | |
parent | 78cc8633a7714f7e5cd09759ba8b53ee463bbcb5 (diff) |
nds32: disable PCI for generic
-rw-r--r-- | target/linux/config/Config.in.bus | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.bus b/target/linux/config/Config.in.bus index dc1ecce07..a035fbab2 100644 --- a/target/linux/config/Config.in.bus +++ b/target/linux/config/Config.in.bus @@ -10,6 +10,7 @@ config ADK_KERNEL_PCI || 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_KERNEL_PCI_QUIRKS |