From 3a85fcdecf80b86f64e67b9079a6dbf07c66bfe2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 13 Aug 2018 17:14:03 +0100 Subject: [PATCH] serdev: Enable SERIAL_DEV_BUS, SERIAL_DEV_CTRL_TTYPORT as built-in ...(except on armel) This results in: - bluetooth: Re-enable BT_HCIUART_{BCM,LL} (Closes: #906048) --- debian/changelog | 8 ++++++++ debian/config/config | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ac36c30d..784b258c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +linux (4.17.14-2) UNRELEASED; urgency=medium + + * serdev: Enable SERIAL_DEV_BUS, SERIAL_DEV_CTRL_TTYPORT as built-in + (except on armel) + - bluetooth: Re-enable BT_HCIUART_{BCM,LL} (Closes: #906048) + + -- Ben Hutchings Tue, 14 Aug 2018 00:07:30 +0800 + linux (4.17.14-1) unstable; urgency=high * New upstream stable update: diff --git a/debian/config/config b/debian/config/config index 4fc48262a..925cd629c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -4780,6 +4780,12 @@ CONFIG_N_GSM=m CONFIG_HVC_XEN=y CONFIG_HVC_XEN_FRONTEND=y +## +## file: drivers/tty/serdev/Kconfig +## +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y + ## ## file: drivers/tty/serial/Kconfig ##