summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBALATON Zoltan via <qemu-ppc@nongnu.org>2021-01-03 02:09:33 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2021-01-06 11:09:59 +1100
commite6d5106786c4eb94b0dedb6e11c7676941c266f1 (patch)
tree1b8d1f873ee6713779d7128da45ce9070cb59fd6
parent995d955647f197e6ad658050cb7b4c2ef94347a6 (diff)
downloadfocaccia-qemu-e6d5106786c4eb94b0dedb6e11c7676941c266f1.tar.gz
focaccia-qemu-e6d5106786c4eb94b0dedb6e11c7676941c266f1.zip
ppc4xx: Move common dependency on serial to common option
All machines that select SERIAL also select PPC4XX so we can just add
this common dependency there once.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <94f1eb7cfb7f315bd883d825f3ce7e0cfc2f2b69.1609636173.git.balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--hw/ppc/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index d11dc30509..d2329edbab 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -36,7 +36,6 @@ config PPC405
     select M48T59
     select PFLASH_CFI02
     select PPC4XX
-    select SERIAL
 
 config PPC440
     bool
@@ -45,7 +44,6 @@ config PPC440
     imply E1000_PCI
     select PCI_EXPRESS
     select PPC4XX
-    select SERIAL
     select FDT_PPC
 
 config PPC4XX
@@ -53,6 +51,7 @@ config PPC4XX
     select BITBANG_I2C
     select PCI
     select PPC_UIC
+    select SERIAL
 
 config SAM460EX
     bool
@@ -61,7 +60,6 @@ config SAM460EX
     select IDE_SII3112
     select M41T80
     select PPC440
-    select SERIAL
     select SM501
     select SMBUS_EEPROM
     select USB_EHCI_SYSBUS
@@ -123,7 +121,6 @@ config VIRTEX
     bool
     select PPC4XX
     select PFLASH_CFI01
-    select SERIAL
     select XILINX
     select XILINX_ETHLITE
     select FDT_PPC