From a11c59b90a7e520d32c95d433576a2c1302c133f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 11 Jan 2026 15:42:57 +0100 Subject: [PATCH] Backport "drivers/misc: Enable NTSYNC as module for all architectures" This backports merge request kernel-team/linux!1773 --- debian/changelog | 4 ++++ debian/config/amd64/config | 1 - debian/config/config | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 747974f3ef..e126de7fd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -275,6 +275,10 @@ linux (6.18.4-1) UNRELEASED; urgency=medium * [armhf] enable SERIAL_8250_OMAP and SERIAL_8250_OMAP_TTYO_FIXUP to fix the boot console on (e.g.) BeagleBone Black. + [ Salvatore Bonaccorso ] + * drivers/misc: Enable NTSYNC as module for all architectures + (Closes: #1124798) + -- Salvatore Bonaccorso Wed, 07 Jan 2026 22:30:26 +0100 linux (6.18.3-1) unstable; urgency=medium diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 4a3cf394a0..62405b3f3d 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -202,7 +202,6 @@ CONFIG_MAC_EMUMOUSEBTN=y ## ## file: drivers/misc/Kconfig ## -CONFIG_NTSYNC=m CONFIG_NSM=m ## diff --git a/debian/config/config b/debian/config/config index 7cdcb555d1..de0fbbc177 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2893,6 +2893,7 @@ CONFIG_DS1682=m # CONFIG_LATTICE_ECP3_CONFIG is not set # CONFIG_SRAM is not set # CONFIG_PCI_ENDPOINT_TEST is not set +CONFIG_NTSYNC=m ## ## file: drivers/misc/altera-stapl/Kconfig