From 2bfd6ddbcde42dc37a4f4a0c81a91e15ca378f6a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 Jan 2021 13:40:54 +0100 Subject: dashboard/config/linux: enable NULL_TTY --- dashboard/config/linux/bits/subsystems.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/subsystems.yml') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index d5ebf1113..02212c9f1 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -950,7 +950,8 @@ config: - N_HDLC - N_GSM - NOZOMI - - NULL_TTY: [-v5.10] + # NULL_TTY was removed in v5.10 and added back in v5.11. + - NULL_TTY - SERIAL_DEV_BUS - SERIAL_DEV_CTRL_TTYPORT - TTY_PRINTK -- cgit mrf-deployment