diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-02-24 15:09:24 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-25 07:55:51 +0100 |
commit | 212c23924c09aa63ea4f2358875eee7feb1ce37d (patch) | |
tree | cd4894440c908318ec03f8ee995f6c0e5986896f /arch/arm/configs/shmobile_defconfig | |
parent | ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig (diff) | |
download | linux-212c23924c09aa63ea4f2358875eee7feb1ce37d.tar.xz linux-212c23924c09aa63ea4f2358875eee7feb1ce37d.zip |
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>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-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 # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y -CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_EM=y CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=20 |