Skip to content

Commit d694711

Browse files
glaroquekuba-moo
authored andcommitted
net: ti: icssg-prueth: add missing deps
Add missing dependency on NET_SWITCHDEV. Fixes: abd5576 ("net: ti: icssg-prueth: Add support for ICSSG switch firmware") Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Guillaume La Roque <[email protected]> Reviewed-by: MD Danish Anwar <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 5618ced commit d694711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/ti/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ config TI_ICSSG_PRUETH
188188
select TI_ICSS_IEP
189189
select TI_K3_CPPI_DESC_POOL
190190
depends on PRU_REMOTEPROC
191+
depends on NET_SWITCHDEV
191192
depends on ARCH_K3 && OF && TI_K3_UDMA_GLUE_LAYER
192193
depends on PTP_1588_CLOCK_OPTIONAL
193194
help

0 commit comments

Comments
 (0)