diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-02 13:27:45 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-05 07:45:20 +0100 |
commit | c7b6b600a23473748d5e82e814c6ebbbcf37b006 (patch) | |
tree | bbf3e64eda92fc1cb17ae3f601a977751df771cf /arch | |
parent | f90d738ef6718b35ac7267b05a2e027c90e19f4d (diff) |
ARM: shmobile: defconfig: Refresh
- CONFIG_AEABI is enabled since commit 494609701e06a004 ("ARM: always
enable AEABI for ARMv6+"),
- CONFIG_SERIAL_SH_SCI_CONSOLE is enabled since commit
c5bb576d5e21e91a ("tty: serial: sh-sci: Hide serial console config
question"),
- CONFIG_SERIAL_SH_SCI_DMA is enabled since commit be7e251d20e6c800
("tty: serial: sh-sci: Hide DMA config question").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 79b2b7c12264..e3658ec04e83 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -34,7 +34,6 @@ CONFIG_SMP=y CONFIG_SCHED_MC=y CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_NR_CPUS=8 -CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_CMA=y CONFIG_ZBOOT_ROM_TEXT=0x0 @@ -105,8 +104,6 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_EM=y CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=20 -CONFIG_SERIAL_SH_SCI_CONSOLE=y -CONFIG_SERIAL_SH_SCI_DMA=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_MUX=y CONFIG_I2C_DEMUX_PINCTRL=y |