diff mbox series

[net] pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig

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

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success Fixes tag present in non-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/cc_maintainers warning 2 maintainers not CCed: pabeni@redhat.com edumazet@google.com
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 success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Nelson, Shannon May 2, 2023, 8:40 p.m. UTC
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(+)

Comments

Simon Horman May 3, 2023, 7:13 a.m. UTC | #1
+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.
patchwork-bot+netdevbpf@kernel.org May 3, 2023, 8:20 a.m. UTC | #2
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 mbox series

Patch

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