diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-02-24 09:09:24 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-25 01:55:51 -0500 |
commit | 212c23924c09aa63ea4f2358875eee7feb1ce37d (patch) | |
tree | cd4894440c908318ec03f8ee995f6c0e5986896f | |
parent | d4a269373ddb33bf7a07d9b9b5e8294b76768cb1 (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_defconfig | 1 |
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 |
94 | CONFIG_SERIAL_8250=y | 94 | CONFIG_SERIAL_8250=y |
95 | CONFIG_SERIAL_8250_CONSOLE=y | 95 | CONFIG_SERIAL_8250_CONSOLE=y |
96 | CONFIG_SERIAL_8250_EXTENDED=y | ||
97 | CONFIG_SERIAL_8250_EM=y | 96 | CONFIG_SERIAL_8250_EM=y |
98 | CONFIG_SERIAL_SH_SCI=y | 97 | CONFIG_SERIAL_SH_SCI=y |
99 | CONFIG_SERIAL_SH_SCI_NR_UARTS=20 | 98 | CONFIG_SERIAL_SH_SCI_NR_UARTS=20 |