diff options
author | Shannon Nelson <shannon.nelson@amd.com> | 2023-04-19 20:04:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-04-21 10:29:14 +0300 |
commit | ddbcb22055d136f58841c73ca2226dab79eb6101 (patch) | |
tree | 2d4c51a0a09650c53975eb48cfcba0145ab3c484 /Documentation/networking | |
parent | d24c28278a01dc4c80d1470533c667cf406f0e88 (diff) | |
download | linux-ddbcb22055d136f58841c73ca2226dab79eb6101.tar.xz |
pds_core: Kconfig and pds_core.rst
Remaining documentation and Kconfig hook for building the driver.
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/amd/pds_core.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/amd/pds_core.rst b/Documentation/networking/device_drivers/ethernet/amd/pds_core.rst index b9f310de862e..9e8a16c44102 100644 --- a/Documentation/networking/device_drivers/ethernet/amd/pds_core.rst +++ b/Documentation/networking/device_drivers/ethernet/amd/pds_core.rst @@ -114,6 +114,22 @@ The driver supports a devlink health reporter for FW status:: # devlink health diagnose pci/0000:2b:00.0 reporter fw Status: healthy State: 1 Generation: 0 Recoveries: 0 +Enabling the driver +=================== + +The driver is enabled via the standard kernel configuration system, +using the make command:: + + make oldconfig/menuconfig/etc. + +The driver is located in the menu structure at: + + -> Device Drivers + -> Network device support (NETDEVICES [=y]) + -> Ethernet driver support + -> AMD devices + -> AMD/Pensando Ethernet PDS_CORE Support + Support ======= |