[PATCH] ARM: multi_v7_defconfig: Enable CONFIG_RPMSG_TTY

Arnaud Pouliquen posted 1 patch 4 years, 6 months ago
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] ARM: multi_v7_defconfig: Enable CONFIG_RPMSG_TTY
Posted by Arnaud Pouliquen 4 years, 6 months ago
Enable the RPMSG_TTY driver as module in multi_v7_defconfig.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c951aeed2138..370ca4ae3981 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -372,6 +372,7 @@ CONFIG_SERIAL_ST_ASC_CONSOLE=y
 CONFIG_SERIAL_STM32=y
 CONFIG_SERIAL_STM32_CONSOLE=y
 CONFIG_SERIAL_OWL=y
+CONFIG_RPMSG_TTY=m
 CONFIG_SERIAL_DEV_BUS=y
 CONFIG_VIRTIO_CONSOLE=y
 CONFIG_ASPEED_KCS_IPMI_BMC=m
-- 
2.17.1

Re: [PATCH] ARM: multi_v7_defconfig: Enable CONFIG_RPMSG_TTY
Posted by Greg Kroah-Hartman 4 years, 6 months ago
On Mon, Dec 20, 2021 at 03:47:48PM +0100, Arnaud Pouliquen wrote:
> Enable the RPMSG_TTY driver as module in multi_v7_defconfig.

That says what you are doing, but not why this is now a requirement and
you should do it :(