mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
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:
commit
90c64918df
3 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue