diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-11 19:29:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-11 21:26:38 +0100 |
| commit | caa359ddd2e28812df24e1d670cd9de615fcf72a (patch) | |
| tree | efb686641a1d70c0d1b51bdee92ab05f8b6113f6 /dashboard/config/linux/bits/subsystems.yml | |
| parent | d3e215d6fec1b50276cba685ed5a8c48fc8c68db (diff) | |
dashboard/config: enable DEBUG_TIMEKEEPING and FW_LOADER
DEBUG_TIMEKEEPING enables some debug checks.
FW_LOADER_USER_HELPER was enabled on arm/android but not on x86_64.
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 176fdc7c5..2d6692023 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -651,7 +651,10 @@ config: - PCIEAER - HOTPLUG_PCI - PCI_ENDPOINT - - FW_CACHE: n + - FW_LOADER_USER_HELPER + - FW_LOADER_USER_HELPER_FALLBACK + - FW_LOADER_COMPRESS + - FW_CACHE: [v5.10, -riscv, -s390] - CONNECTOR - MTD - MTD_BLOCK |
