From: Shannon Nelson Date: Tue, 2 May 2023 20:40:32 +0000 (-0700) Subject: pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig X-Git-Tag: v6.6.7~2885^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eeb807ffd8da5180f8d64d89ce332876acb5dbd;p=platform%2Fkernel%2Flinux-starfive.git pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig Add selecting of AUXILIARY_BUS and NET_DEVLINK to the pds_core Kconfig. Link: https://lore.kernel.org/netdev/ZE%2FduNH3lBLreNkJ@corigine.com/ Fixes: ddbcb22055d1 ("pds_core: Kconfig and pds_core.rst") Suggested-by: Simon Horman Signed-off-by: Shannon Nelson Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 235fcac..f8cc892 100644 --- a/drivers/net/ethernet/amd/Kconfig +++ b/drivers/net/ethernet/amd/Kconfig @@ -189,6 +189,8 @@ config AMD_XGBE_HAVE_ECC config PDS_CORE tristate "AMD/Pensando Data Systems Core Device Support" depends on 64BIT && PCI + select AUXILIARY_BUS + select NET_DEVLINK help This enables the support for the AMD/Pensando Core device family of adapters. More specific information on this driver can be