[armhf,arm64] serial: 8250: Disable SERIAL_8250_DEPRECATED_OPTIONS

8250 was only called 8250_core in Linux 3.7 and 3.8, so there's
been plenty of time for people to switch back to setting module
parameters on 8250.
This commit is contained in:
Ben Hutchings 2019-02-06 23:18:32 +00:00
parent 694653e53b
commit 3bdfe29c3e
3 changed files with 1 additions and 2 deletions

1
debian/changelog vendored
View File

@ -97,6 +97,7 @@ linux (4.19.17-1) UNRELEASED; urgency=medium
build-deps
* [i386] debian/control: Fix cross-compiler build-dependency
* debian/README.source: Document how to run kconfigeditor2
* [armhf,arm64] serial: 8250: Disable SERIAL_8250_DEPRECATED_OPTIONS
[ Marcin Juszkiewicz ]
* [arm64] enable ARM_CCI_PMU so ARM_CCI400_PMU and ARM_CCI5xx_PMU options

View File

@ -1043,7 +1043,6 @@ CONFIG_SERIAL_MVEBU_CONSOLE=y
## file: drivers/tty/serial/8250/Kconfig
##
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_NR_UARTS=4

View File

@ -1167,7 +1167,6 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
## file: drivers/tty/serial/8250/Kconfig
##
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_NR_UARTS=4