Skip to content

Commit 5c904a0

Browse files
committed
feat: enable PPP and INFINIBAND_BNXT_RE
Fixes: * #1557 * siderolabs/talos#13397 New modules: ``` kernel/drivers/infiniband/hw/bnxt_re/bnxt_re.ko ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit c0ec8f3)
1 parent 12d5337 commit 5c904a0

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

kernel/build/config-amd64

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,8 +3077,20 @@ CONFIG_ACPI_MDIO=y
30773077
CONFIG_PCS_XPCS=m
30783078
# end of PCS device drivers
30793079

3080-
# CONFIG_PPP is not set
3080+
CONFIG_PPP=y
3081+
# CONFIG_PPP_BSDCOMP is not set
3082+
# CONFIG_PPP_DEFLATE is not set
3083+
# CONFIG_PPP_FILTER is not set
3084+
# CONFIG_PPP_MPPE is not set
3085+
# CONFIG_PPP_MULTILINK is not set
3086+
# CONFIG_PPPOE is not set
3087+
CONFIG_PPPOE_HASH_BITS=4
3088+
# CONFIG_PPTP is not set
3089+
# CONFIG_PPPOL2TP is not set
3090+
CONFIG_PPP_ASYNC=y
3091+
# CONFIG_PPP_SYNC_TTY is not set
30813092
# CONFIG_SLIP is not set
3093+
CONFIG_SLHC=y
30823094
CONFIG_USB_NET_DRIVERS=y
30833095
# CONFIG_USB_CATC is not set
30843096
# CONFIG_USB_KAWETH is not set
@@ -5887,7 +5899,7 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
58875899
CONFIG_INFINIBAND_ADDR_TRANS=y
58885900
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
58895901
CONFIG_INFINIBAND_VIRT_DMA=y
5890-
# CONFIG_INFINIBAND_BNXT_RE is not set
5902+
CONFIG_INFINIBAND_BNXT_RE=m
58915903
# CONFIG_INFINIBAND_CXGB4 is not set
58925904
# CONFIG_INFINIBAND_EFA is not set
58935905
# CONFIG_INFINIBAND_ERDMA is not set

kernel/build/config-arm64

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,8 +3427,20 @@ CONFIG_PCS_XPCS=m
34273427
CONFIG_PCS_RZN1_MIIC=m
34283428
# end of PCS device drivers
34293429

3430-
# CONFIG_PPP is not set
3430+
CONFIG_PPP=y
3431+
# CONFIG_PPP_BSDCOMP is not set
3432+
# CONFIG_PPP_DEFLATE is not set
3433+
# CONFIG_PPP_FILTER is not set
3434+
# CONFIG_PPP_MPPE is not set
3435+
# CONFIG_PPP_MULTILINK is not set
3436+
# CONFIG_PPPOE is not set
3437+
CONFIG_PPPOE_HASH_BITS=4
3438+
# CONFIG_PPTP is not set
3439+
# CONFIG_PPPOL2TP is not set
3440+
CONFIG_PPP_ASYNC=y
3441+
# CONFIG_PPP_SYNC_TTY is not set
34313442
# CONFIG_SLIP is not set
3443+
CONFIG_SLHC=y
34323444
CONFIG_USB_NET_DRIVERS=y
34333445
# CONFIG_USB_CATC is not set
34343446
# CONFIG_USB_KAWETH is not set
@@ -7241,7 +7253,7 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
72417253
CONFIG_INFINIBAND_ADDR_TRANS=y
72427254
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
72437255
CONFIG_INFINIBAND_VIRT_DMA=y
7244-
# CONFIG_INFINIBAND_BNXT_RE is not set
7256+
CONFIG_INFINIBAND_BNXT_RE=m
72457257
# CONFIG_INFINIBAND_CXGB4 is not set
72467258
# CONFIG_INFINIBAND_EFA is not set
72477259
# CONFIG_INFINIBAND_ERDMA is not set

0 commit comments

Comments
 (0)