All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 1/1] idpf: Add missing dependencies
@ 2025-07-11  6:47 Malin Jonsson
  2025-07-11 10:25 ` Przemek Kitszel
  0 siblings, 1 reply; 6+ messages in thread
From: Malin Jonsson @ 2025-07-11  6:47 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: yong.g.gu, roland.kovacs

The idpf driver depends on both AUXILIARY_BUS and NET_DEVLINK, but
they're not selected by the Kconfig. Let's fix this so idpf builds even
with a stripped config.

Reported-by: Yong Gu <yong.g.gu@ericsson.com>
Signed-off-by: Malin Jonsson <malin.jonsson@est.tech>
---
 drivers/net/ethernet/intel/idpf/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ethernet/intel/idpf/Kconfig b/drivers/net/ethernet/intel/idpf/Kconfig
index 1f893221e2c99..5c7ce626aae16 100644
--- a/drivers/net/ethernet/intel/idpf/Kconfig
+++ b/drivers/net/ethernet/intel/idpf/Kconfig
@@ -8,6 +8,8 @@ config IDPF
 	select LIBETH
 	select LIBETH_CP
 	select LIBETH_IRQ
+	select AUXILIARY_BUS
+	select NET_DEVLINK
 	help
 	  This driver supports Intel(R) Infrastructure Data Path Function
 	  devices.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-15 11:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11  6:47 [Intel-wired-lan] [PATCH 1/1] idpf: Add missing dependencies Malin Jonsson
2025-07-11 10:25 ` Przemek Kitszel
2025-07-11 11:22   ` Malin Jonsson
2025-07-11 13:53     ` Malin Jonsson
2025-07-14 14:32   ` Alexander Lobakin
2025-07-15 11:37     ` Malin Jonsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.