mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-11 20:07:10 +00:00
Merge branch 'ukleinek/am335x-console' of https://salsa.debian.org/kernel-team/linux
[armhf] enable SERIAL_8250_OMAP and SERIAL_8250_OMAP_TTYO_FIXUP See merge request kernel-team/linux!1777
This commit is contained in:
commit
eb75f585f5
2 changed files with 6 additions and 0 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -24,6 +24,10 @@ linux (6.19~rc4-1~exp1) UNRELEASED; urgency=medium
|
|||
* drivers/misc: Enable NTSYNC as module for all architectures
|
||||
(Closes: #1124798)
|
||||
|
||||
[ Uwe Kleine-König ]
|
||||
* [armhf] enable SERIAL_8250_OMAP and SERIAL_8250_OMAP_TTYO_FIXUP to fix
|
||||
the boot console on (e.g.) BeagleBone Black.
|
||||
|
||||
-- Bastian Blank <waldi@debian.org> Mon, 05 Jan 2026 15:09:52 +0100
|
||||
|
||||
linux (6.18.3-1) unstable; urgency=medium
|
||||
|
|
|
|||
2
debian/config/armhf/config
vendored
2
debian/config/armhf/config
vendored
|
|
@ -1529,6 +1529,8 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
||||
CONFIG_SERIAL_8250_DW=y
|
||||
# CONFIG_SERIAL_8250_EM is not set
|
||||
CONFIG_SERIAL_8250_OMAP=y
|
||||
CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
|
||||
CONFIG_SERIAL_OF_PLATFORM=y
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue