From: Geert Uytterhoeven Date: Mon, 10 Jul 2017 13:28:18 +0000 (+0200) Subject: ARM: shmobile: defconfig: Enable DMA for serial ports X-Git-Tag: v4.14-rc1~68^2^2~10^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=01b274b46468d56a036a024f9f04d709bcddd8f5;p=users%2Fjedix%2Flinux-maple.git ARM: shmobile: defconfig: Enable DMA for serial ports DMA for (H)SCIF(A|B) serial ports on R-Car Gen2 and RZ/G1 SoCs is considered stable, hence enable it by default. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 378f6066ea700..e9cc8a557e805 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -107,6 +107,7 @@ 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