Merge branch 'enable-ntsync-all' into 'debian/latest'

drivers/misc: Enable NTSYNC as module for all architectures

See merge request kernel-team/linux!1773
This commit is contained in:
Salvatore Bonaccorso 2026-01-08 12:42:10 +01:00
commit 964990dc2a
3 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -14,6 +14,10 @@ linux (6.19~rc4-1~exp1) UNRELEASED; urgency=medium
* [riscv64] Enable MCP3564, SPI_MICROCHIP_CORE_QSPI and SPI_POLARFIRE_SOC as
modules for the BeagleV-Fire board
[ Salvatore Bonaccorso ]
* drivers/misc: Enable NTSYNC as module for all architectures
(Closes: #1124798)
-- Bastian Blank <waldi@debian.org> Mon, 05 Jan 2026 15:09:52 +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

@ -2885,6 +2885,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