Skip to content

Commit 88c1826

Browse files
authored
[Micas] Kernel configuration is enabled to support mdio-gpio and spi-gpio (sonic-net#411)
Signed-off-by: philo <[email protected]>
1 parent a128c86 commit 88c1826

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

patch/kconfig-inclusions

+5
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ CONFIG_PCIE_DW_PLAT=y
143143
CONFIG_PCIE_DW_PLAT_HOST=y
144144
CONFIG_PCIE_DW_PLAT_EP=y
145145

146+
# For Micas
147+
CONFIG_MDIO_BITBANG=m
148+
CONFIG_MDIO_GPIO=m
149+
CONFIG_SPI_GPIO=m
150+
146151
[arm64]
147152
# For Marvell
148153
CONFIG_EEPROM_SFF_8436=m

0 commit comments

Comments
 (0)