diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-01-19 13:40:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-01-22 20:15:21 +0100 |
| commit | 2bfd6ddbcde42dc37a4f4a0c81a91e15ca378f6a (patch) | |
| tree | 4252c8a9adef9fbc1af4a41c9ed44e0c6cb67ccd /dashboard/config/linux/bits | |
| parent | 65a841f729aecde750b7dd3ba8ebdb8edde09637 (diff) | |
dashboard/config/linux: enable NULL_TTY
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
