aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-02-24 09:09:24 -0500
committerSimon Horman <horms+renesas@verge.net.au>2015-02-25 01:55:51 -0500
commit212c23924c09aa63ea4f2358875eee7feb1ce37d (patch)
treecd4894440c908318ec03f8ee995f6c0e5986896f
parentd4a269373ddb33bf7a07d9b9b5e8294b76768cb1 (diff)
ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y
SERIAL_8250_EXTENDED only serves as a guard for other Kconfig options, none of which is enabled in shmobile_defconfig. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/configs/shmobile_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d206041e822a..11554158fa96 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -93,7 +93,6 @@ CONFIG_INPUT_ADXL34X=y
93# CONFIG_LEGACY_PTYS is not set 93# CONFIG_LEGACY_PTYS is not set
94CONFIG_SERIAL_8250=y 94CONFIG_SERIAL_8250=y
95CONFIG_SERIAL_8250_CONSOLE=y 95CONFIG_SERIAL_8250_CONSOLE=y
96CONFIG_SERIAL_8250_EXTENDED=y
97CONFIG_SERIAL_8250_EM=y 96CONFIG_SERIAL_8250_EM=y
98CONFIG_SERIAL_SH_SCI=y 97CONFIG_SERIAL_SH_SCI=y
99CONFIG_SERIAL_SH_SCI_NR_UARTS=20 98CONFIG_SERIAL_SH_SCI_NR_UARTS=20