From d7941fd3d9bb5a2f3b5fdbed144cc13cdaf7f5b8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 20 Oct 2020 14:02:01 +0200 Subject: dashboard/config/linux: enable some new configs Selectively enable new configs that we can reach. Update #2171 --- dashboard/config/linux/bits/subsystems.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 7fde71230..9c3f76201 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -134,6 +134,7 @@ config: - XFRM_INTERFACE - XFRM_SUB_POLICY - XFRM_STATISTICS + - XFRM_USER_COMPAT: [linux-next] - NET_KEY - NET_KEY_MIGRATE - SMC @@ -632,6 +633,7 @@ config: - CAN_RAW - CAN_BCM - CAN_GW + - CAN_ISOTP: [linux-next] - CAN_CALC_BITTIMING - BT - BT_BREDR @@ -643,6 +645,7 @@ config: - BT_CMTP - BT_HIDP - BT_LE + - BT_HS - BT_6LOWPAN - BT_LEDS - BT_MSFTEXT: [v5.5] @@ -1244,6 +1247,7 @@ config: # It's introduced in v5.5 or so, but we want it in android-5.4, but it's not present in stable-5.4. # A better way to express this would to add "or" operator (v5.5||android-5.4), but for now we have this. - USB_RAW_GADGET: [v5.4, -stable-5.4] + - USB_FEW_INIT_RETRIES: [linux-next] - TYPEC - TYPEC_TCPM - TYPEC_UCSI @@ -1637,6 +1641,7 @@ config: - CRYPTO_DEV_QAT_C3XXXVF: [x86_64] - CRYPTO_DEV_QAT_C62XVF: [x86_64] - CRYPTO_DEV_VIRTIO + - CRYPTO_SM2: [linux-next] - ASYMMETRIC_TPM_KEY_SUBTYPE - PKCS8_PRIVATE_KEY_PARSER - TPM_KEY_PARSER -- cgit mrf-deployment