diff options
author | Thomas Huth <huth@tuxfamily.org> | 2017-01-06 08:39:56 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2017-01-14 10:06:21 +0100 |
commit | 7b6de33e3032f33a9097665adf336c5c3a9eaea7 (patch) | |
tree | 2e2230f701d0c1bab0c8eeca1fb5303e907fe4d5 /default-configs | |
parent | a45f1763cc501861ea4f5eed06e6f58aa681a082 (diff) |
m68k: Remove PCI and USB from config file
None of the ColdFire boards that we currently support has a PCI or
USB bus (and AFAIK the upcoming q800 machine does not support PCI
and USB either), so we do not need these settings the config file.
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20170106083956.53d08923@thl530>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/m68k-softmmu.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak index d9552df076..60f7cdfbf2 100644 --- a/default-configs/m68k-softmmu.mak +++ b/default-configs/m68k-softmmu.mak @@ -1,6 +1,4 @@ # Default configuration for m68k-softmmu -include pci.mak -include usb.mak CONFIG_COLDFIRE=y CONFIG_PTIMER=y |