summaryrefslogtreecommitdiffstats
path: root/kernel-ppc64-debug.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-04-06 15:51:42 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-04-06 15:51:42 +0100
commit96b951dd144a041ec6e9ae8fa176eab7dedb3368 (patch)
tree77f18b18ca7caf48d65d53f2f57d331af65afb5e /kernel-ppc64-debug.config
parentf94fde04fcfd727fa9521e45aeed1e3861384ef5 (diff)
downloadkernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.tar.gz
kernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.tar.xz
kernel-96b951dd144a041ec6e9ae8fa176eab7dedb3368.zip
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.
Diffstat (limited to 'kernel-ppc64-debug.config')
-rw-r--r--kernel-ppc64-debug.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel-ppc64-debug.config b/kernel-ppc64-debug.config
index 329b774d0..3bcd9476a 100644
--- a/kernel-ppc64-debug.config
+++ b/kernel-ppc64-debug.config
@@ -4389,7 +4389,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