From 96b951dd144a041ec6e9ae8fa176eab7dedb3368 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 6 Apr 2017 15:51:42 +0100 Subject: Rebase to new HummingBoard 2 DT patch, Minor ARM cleanups. Enable Serial device TTY port controller As the TTY core is built-in only, this has the side effect of making serdev built-in as well. This is needed for devices such as Bluetooth, WiFi, GPS and NFC connected to UARTs on host processors. --- kernel-ppc64.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel-ppc64.config') diff --git a/kernel-ppc64.config b/kernel-ppc64.config index 5c8eb4bd3..c2a86d370 100644 --- a/kernel-ppc64.config +++ b/kernel-ppc64.config @@ -4366,7 +4366,8 @@ CONFIG_SERIAL_ARC_NR_PORTS=1 CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_CORE=m # CONFIG_SERIAL_CPM is not set -CONFIG_SERIAL_DEV_BUS=m +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y # CONFIG_SERIAL_FSL_LPUART is not set CONFIG_SERIAL_ICOM=m # CONFIG_SERIAL_IFX6X60 is not set -- cgit