[kernel/f21] move the SERIAL_8250_DW to arm generic as it's used on aarch64 devices too

Peter Robinson pbrobinson at fedoraproject.org
Tue Nov 25 19:45:02 UTC 2014


commit e3ea91edfdde4229ba2b5792d3b320e861a0b20c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Nov 25 19:41:28 2014 +0000

    move the SERIAL_8250_DW to arm generic as it's used on aarch64 devices too

 config-arm-generic   |    1 +
 config-armv7-generic |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 1f07efa..d253e6f 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -53,6 +53,7 @@ CONFIG_ARM_SMMU=y
 CONFIG_MMC_ARMMMCI=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIO_AMBAKMI=y
 CONFIG_OC_ETM=y
 CONFIG_FB_ARMCLCD=y
diff --git a/config-armv7-generic b/config-armv7-generic
index 4a96a54..c917652 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -144,7 +144,6 @@ CONFIG_ARM_TIMER_SP804=y
 CONFIG_SERIO_AMBAKMI=m
 CONFIG_SERIAL_AMBA_PL010=y
 CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
-CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_MRST_MAX3110=m
 
 CONFIG_RTC_DRV_PL030=y


More information about the scm-commits mailing list