diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-05-04 11:21:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-05-04 12:56:35 +0200 |
| commit | e2276038b91e5c376f4d3daaf33f370689849fea (patch) | |
| tree | 66b0dd43036b93909da11f1d89de83e8e7dd043a /dashboard/config/linux/bits/wireless.yml | |
| parent | 692fdadc4d5138358d9fab138ccc597ed66a6f42 (diff) | |
dashboard/config/linux: enable WWAN/CRYPTO configs in linux-next
WWAN is a new config and it seems we can reach it,
there is a /dev/ node for it.
Diffstat (limited to 'dashboard/config/linux/bits/wireless.yml')
| -rw-r--r-- | dashboard/config/linux/bits/wireless.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/wireless.yml b/dashboard/config/linux/bits/wireless.yml index 8809a1405..e2d34abf0 100644 --- a/dashboard/config/linux/bits/wireless.yml +++ b/dashboard/config/linux/bits/wireless.yml @@ -53,3 +53,7 @@ config: - WLAN_VENDOR_TI: n - WLAN_VENDOR_ZYDAS: n - WLAN_VENDOR_QUANTENNA: n + - WWAN: [linux-next] + - WWAN_CORE: [linux-next] + - MHI_BUS: [linux-next] + - MHI_WWAN_CTRL: [linux-next] |
