From 3bdfe29c3eebbf08ec1c3e51bdef2f930c4c6821 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 6 Feb 2019 23:18:32 +0000 Subject: [PATCH] [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. --- debian/changelog | 1 + debian/config/arm64/config | 1 - debian/config/armhf/config | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ce0788dc..87838ee3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 20f3a3181..909391014 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -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 diff --git a/debian/config/armhf/config b/debian/config/armhf/config index 984801f78..0d9c0499a 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -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