diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-20 18:12:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 10:22:10 +0200 |
| commit | e761439ed86a09cbf7b94ede54671dc926326f3b (patch) | |
| tree | b5f4987e2d8d8882e04972a331c51176084270ef /dashboard/config/linux/bits | |
| parent | 414912f56237e142136369e82c4937ffb27e3d4a (diff) | |
dashboard/config/linux: enable ATH9/10
We have test (sys/linux/test/vusb_ath9k) which depends on ATH9
being enabled, but we never enabled it. It seems to be enabled
on USB instance by accident, but not on upstream-kasan.
Enable it explicitly.
Update #2171
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 9c3f76201..fbd831257 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -671,6 +671,26 @@ config: - MAC80211_MESH - MAC80211_LEDS - MAC80211_DEBUGFS + - CARL9170 + - CARL9170_HWRNG + - CARL9170_LEDS + - ATH9K + - ATH9K_HW + - ATH9K_COMMON + - ATH9K_COMMON_DEBUG + - ATH9K_BTCOEX_SUPPORT + - ATH9K_PCI + - ATH9K_AHB + - ATH9K_DYNACK + - ATH9K_RFKILL + - ATH9K_CHANNEL_CONTEXT + - ATH9K_PCOEM + - ATH9K_HTC + - ATH9K_HTC_DEBUGFS + - ATH10K + - ATH10K_PCI + - ATH10K_SDIO + - ATH10K_USB - ATH11K: [linux-next] - WIMAX - WLAN_VENDOR_ATMEL: n |
