[kernel] 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:41:37 UTC 2014


commit cd44fa829c5e8255bf623a4b072cf85bb61b3092
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 5c4c909..c0fa94d 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -51,6 +51,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 5a90b29..cd5f89b 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -151,7 +151,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