Skip to content

Commit 1eeb807

Browse files
emuslndavem330
authored andcommitted
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: ddbcb22 ("pds_core: Kconfig and pds_core.rst") Suggested-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ec788f7 commit 1eeb807

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/net/ethernet/amd/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ config AMD_XGBE_HAVE_ECC
189189
config PDS_CORE
190190
tristate "AMD/Pensando Data Systems Core Device Support"
191191
depends on 64BIT && PCI
192+
select AUXILIARY_BUS
193+
select NET_DEVLINK
192194
help
193195
This enables the support for the AMD/Pensando Core device family of
194196
adapters. More specific information on this driver can be

0 commit comments

Comments
 (0)