diff mbox

m68k: Remove PCI and USB from config file

Message ID 20170106083956.53d08923@thl530
State New
Headers show

Commit Message

Thomas Huth Jan. 6, 2017, 7:39 a.m. UTC
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>
---
 default-configs/m68k-softmmu.mak | 2 --
 1 file changed, 2 deletions(-)

Comments

Laurent Vivier Jan. 6, 2017, 8:55 a.m. UTC | #1
Le 06/01/2017 à 08:39, Thomas Huth a écrit :
> 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>
> ---
>  default-configs/m68k-softmmu.mak | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak
> index d9552df..60f7cdf 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
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>

I apply it to m68k-for-2.9 branch.

Thanks,
Laurent
diff mbox

Patch

diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak
index d9552df..60f7cdf 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