[SRU][N][PATCH 1/1] UBUNTU: [Config] Enable Xilinx PS UART configs

Wei-Lin Chang weilin.chang at canonical.com
Tue Aug 26 09:25:07 UTC 2025


BugLink: https://bugs.launchpad.net/bugs/2121337

Xilinx is aiming to become Arm SystemReady compliant [1] with some of
their products, one of the requirements is for stock Ubuntu ISOs be
bootable on their hardware. They need
CONFIG_SERIAL_XILINX_PS_UART=y
and
CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y.

[1]: https://www.arm.com/architecture/system-architectures/systemready-compliance-program

Signed-off-by: Wei-Lin Chang <weilin.chang at canonical.com>
---
 debian.master/config/annotations | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index addf94f6293e..f3b8de0cf91b 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -12094,7 +12094,8 @@ CONFIG_SERIAL_TEGRA_TCU                         policy<{'arm64': 'y', 'armhf': '
 CONFIG_SERIAL_TEGRA_TCU_CONSOLE                 policy<{'arm64': 'y', 'armhf': 'y'}>
 CONFIG_SERIAL_UARTLITE                          policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}>
 CONFIG_SERIAL_UARTLITE_NR_UARTS                 policy<{'amd64': '1', 'arm64': '1', 'armhf': '1', 'ppc64el': '1', 'riscv64': '1', 's390x': '1'}>
-CONFIG_SERIAL_XILINX_PS_UART                    policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
+CONFIG_SERIAL_XILINX_PS_UART                    policy<{'arm64': 'y', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
+CONFIG_SERIAL_XILINX_PS_UART_CONSOLE            policy<{'arm64': 'y'}>
 CONFIG_SERIO                                    policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'n'}>
 CONFIG_SERIO_ALTERA_PS2                         policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': '-'}>
 CONFIG_SERIO_AMBAKMI                            policy<{'arm64': 'm', 'armhf': 'm', 'riscv64': 'm'}>
-- 
2.48.1




More information about the kernel-team mailing list