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)
This commit is contained in:
Ben Hutchings 2018-08-13 17:14:03 +01:00
parent 11f59ab47b
commit 3a85fcdecf
2 changed files with 14 additions and 0 deletions

8
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 14 Aug 2018 00:07:30 +0800
linux (4.17.14-1) unstable; urgency=high
* New upstream stable update:

View File

@ -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
##