Skip to content

Commit 9e9a817

Browse files
nijenhudsmira
authored andcommitted
feat(kernel): add support for intel based edge device
- STMMAC network device - DP83867 phy - PCS XPCS support Signed-off-by: Dennis <119391826+nijenhud@users.noreply.github.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 4d4aaad commit 9e9a817

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

kernel/build/config-amd64

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,6 +2051,7 @@ CONFIG_GENERIC_CPU_AUTOPROBE=y
20512051
CONFIG_GENERIC_CPU_VULNERABILITIES=y
20522052
CONFIG_REGMAP=y
20532053
CONFIG_REGMAP_I2C=y
2054+
CONFIG_REGMAP_MMIO=y
20542055
CONFIG_DMA_SHARED_BUFFER=y
20552056
# CONFIG_DMA_FENCE_TRACE is not set
20562057
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
@@ -2848,7 +2849,12 @@ CONFIG_NET_VENDOR_SMSC=y
28482849
# CONFIG_SMSC9420 is not set
28492850
CONFIG_NET_VENDOR_SOCIONEXT=y
28502851
CONFIG_NET_VENDOR_STMICRO=y
2851-
# CONFIG_STMMAC_ETH is not set
2852+
CONFIG_STMMAC_ETH=m
2853+
# CONFIG_STMMAC_SELFTESTS is not set
2854+
CONFIG_STMMAC_PLATFORM=m
2855+
CONFIG_DWMAC_GENERIC=m
2856+
CONFIG_DWMAC_INTEL=m
2857+
CONFIG_STMMAC_PCI=m
28522858
CONFIG_NET_VENDOR_SUN=y
28532859
# CONFIG_HAPPYMEAL is not set
28542860
# CONFIG_SUNGEM is not set
@@ -2936,7 +2942,7 @@ CONFIG_SMSC_PHY=m
29362942
# CONFIG_DP83822_PHY is not set
29372943
# CONFIG_DP83TC811_PHY is not set
29382944
# CONFIG_DP83848_PHY is not set
2939-
# CONFIG_DP83867_PHY is not set
2945+
CONFIG_DP83867_PHY=m
29402946
# CONFIG_DP83869_PHY is not set
29412947
# CONFIG_DP83TD510_PHY is not set
29422948
# CONFIG_DP83TG720_PHY is not set
@@ -2951,6 +2957,7 @@ CONFIG_MDIO_DEVRES=y
29512957
# CONFIG_MDIO_BITBANG is not set
29522958
# CONFIG_MDIO_BCM_UNIMAC is not set
29532959
# CONFIG_MDIO_MVUSB is not set
2960+
# CONFIG_MDIO_MSCC_MIIM is not set
29542961
# CONFIG_MDIO_THUNDER is not set
29552962

29562963
#
@@ -2960,7 +2967,7 @@ CONFIG_MDIO_DEVRES=y
29602967
#
29612968
# PCS device drivers
29622969
#
2963-
# CONFIG_PCS_XPCS is not set
2970+
CONFIG_PCS_XPCS=m
29642971
# end of PCS device drivers
29652972

29662973
# CONFIG_PPP is not set
@@ -3883,7 +3890,7 @@ CONFIG_LPC_ICH=m
38833890
# CONFIG_MFD_SI476X_CORE is not set
38843891
# CONFIG_MFD_SM501 is not set
38853892
# CONFIG_MFD_SKY81452 is not set
3886-
# CONFIG_MFD_SYSCON is not set
3893+
CONFIG_MFD_SYSCON=y
38873894
# CONFIG_MFD_LP3943 is not set
38883895
# CONFIG_MFD_LP8788 is not set
38893896
# CONFIG_MFD_TI_LMU is not set
@@ -6022,7 +6029,10 @@ CONFIG_PWM=y
60226029
# end of IRQ chip support
60236030

60246031
# CONFIG_IPACK_BUS is not set
6025-
# CONFIG_RESET_CONTROLLER is not set
6032+
CONFIG_RESET_CONTROLLER=y
6033+
# CONFIG_RESET_SIMPLE is not set
6034+
# CONFIG_RESET_TI_SYSCON is not set
6035+
# CONFIG_RESET_TI_TPS380X is not set
60266036

60276037
#
60286038
# PHY Subsystem

0 commit comments

Comments
 (0)