Message ID | 20230502204032.13721-1-shannon.nelson@amd.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1eeb807ffd8da5180f8d64d89ce332876acb5dbd |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig | expand |
+Arnd On Tue, May 02, 2023 at 01:40:32PM -0700, Shannon Nelson wrote: > 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 <simon.horman@corigine.com> > Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Thanks Shannon, Reviewed-by: Simon Horman <simon.horman@corigine.com> FWWIW, I did exercise this locally, before making the suggestion on the ML a few days ago.
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 2 May 2023 13:40:32 -0700 you wrote: > 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 <simon.horman@corigine.com> > Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> > > [...] Here is the summary with links: - [net] pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig https://git.kernel.org/netdev/net/c/1eeb807ffd8d You are awesome, thank you!
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 235fcacef5c5..f8cc8925161c 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
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 <simon.horman@corigine.com> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> --- drivers/net/ethernet/amd/Kconfig | 2 ++ 1 file changed, 2 insertions(+)