mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-11 20:07:10 +00:00
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:
commit
964990dc2a
3 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
debian/config/amd64/config
vendored
1
debian/config/amd64/config
vendored
|
|
@ -202,7 +202,6 @@ CONFIG_MAC_EMUMOUSEBTN=y
|
|||
##
|
||||
## file: drivers/misc/Kconfig
|
||||
##
|
||||
CONFIG_NTSYNC=m
|
||||
CONFIG_NSM=m
|
||||
|
||||
##
|
||||
|
|
|
|||
1
debian/config/config
vendored
1
debian/config/config
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue