Merge branch '6.18-backports' into 'debian/6.18/forky'

Backport "drivers/misc: Enable NTSYNC as module for all architectures"

See merge request kernel-team/linux!1782
This commit is contained in:
Salvatore Bonaccorso 2026-01-11 20:40:48 +01:00
commit 90c64918df
3 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -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 <carnil@debian.org> Wed, 07 Jan 2026 22:30:26 +0100
linux (6.18.3-1) unstable; urgency=medium

View file

@ -202,7 +202,6 @@ CONFIG_MAC_EMUMOUSEBTN=y
##
## file: drivers/misc/Kconfig
##
CONFIG_NTSYNC=m
CONFIG_NSM=m
##

View file

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