diff options
author | Shannon Nelson <shannon.nelson@amd.com> | 2023-05-02 23:40:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-03 11:16:53 +0300 |
commit | 1eeb807ffd8da5180f8d64d89ce332876acb5dbd (patch) | |
tree | 4a5c7e97c2dfd7cb9117eb4e30cf79a136231278 /drivers/net | |
parent | ec788f7e96ad4cd30338a09d466d9368acd73c26 (diff) | |
download | linux-1eeb807ffd8da5180f8d64d89ce332876acb5dbd.tar.xz |
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 <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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/amd/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |