diff mbox series

net: ti: icssg-prueth: add missing deps

Message ID 20240708-net-deps-v1-1-835915199d88@baylibre.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series net: ti: icssg-prueth: add missing deps | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers warning 2 maintainers not CCed: wsa+renesas@sang-engineering.com rogerq@kernel.org
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes fail Problems with Fixes tag: 1
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch warning WARNING: Unknown commit id '5905de14c2a5', maybe rebased or not pulled?
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Guillaume La Roque July 8, 2024, 1:38 p.m. UTC
Add missing dependency on NET_SWITCHDEV.

Fixes: 5905de14c2a5 ("net: ti: icssg-prueth: Add support for ICSSG switch firmware")
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
 drivers/net/ethernet/ti/Kconfig | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 5483cbfd863f01126c08703898a9e71d991a9bfe
change-id: 20240708-net-deps-e514a1e5b112

Best regards,

Comments

Andrew Lunn July 8, 2024, 1:53 p.m. UTC | #1
On Mon, Jul 08, 2024 at 03:38:20PM +0200, Guillaume La Roque wrote:
> Add missing dependency on NET_SWITCHDEV.
> 
> Fixes: 5905de14c2a5 ("net: ti: icssg-prueth: Add support for ICSSG switch firmware")
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
Guillaume La Roque July 8, 2024, 2:25 p.m. UTC | #2
Le 08/07/2024 à 15:53, Andrew Lunn a écrit :
> On Mon, Jul 08, 2024 at 03:38:20PM +0200, Guillaume La Roque wrote:
>> Add missing dependency on NET_SWITCHDEV.
>>
>> Fixes: 5905de14c2a5 ("net: ti: icssg-prueth: Add support for ICSSG switch firmware")
>> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
>
>      Andrew

I will send a v2 , shaeone was wrong on Fixes line.


Guillaume
diff mbox series

Patch

diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
index f160a3b71499..0d5a862cd78a 100644
--- a/drivers/net/ethernet/ti/Kconfig
+++ b/drivers/net/ethernet/ti/Kconfig
@@ -188,6 +188,7 @@  config TI_ICSSG_PRUETH
 	select TI_ICSS_IEP
 	select TI_K3_CPPI_DESC_POOL
 	depends on PRU_REMOTEPROC
+	depends on NET_SWITCHDEV
 	depends on ARCH_K3 && OF && TI_K3_UDMA_GLUE_LAYER
 	depends on PTP_1588_CLOCK_OPTIONAL
 	help