File tree Expand file tree Collapse file tree
Documentation/networking/device_drivers/ethernet/amd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,22 @@ The driver supports a devlink health reporter for FW status::
114114 # devlink health diagnose pci/0000:2b:00.0 reporter fw
115115 Status: healthy State: 1 Generation: 0 Recoveries: 0
116116
117+ Enabling the driver
118+ ===================
119+
120+ The driver is enabled via the standard kernel configuration system,
121+ using the make command::
122+
123+ make oldconfig/menuconfig/etc.
124+
125+ The driver is located in the menu structure at:
126+
127+ -> Device Drivers
128+ -> Network device support (NETDEVICES [=y])
129+ -> Ethernet driver support
130+ -> AMD devices
131+ -> AMD/Pensando Ethernet PDS_CORE Support
132+
117133Support
118134=======
119135
Original file line number Diff line number Diff line change @@ -1041,6 +1041,15 @@ F: drivers/gpu/drm/amd/include/vi_structs.h
10411041F: include/uapi/linux/kfd_ioctl.h
10421042F: include/uapi/linux/kfd_sysfs.h
10431043
1044+ AMD PDS CORE DRIVER
1045+ M: Shannon Nelson <shannon.nelson@amd.com>
1046+ M: Brett Creeley <brett.creeley@amd.com>
1047+ L: netdev@vger.kernel.org
1048+ S: Supported
1049+ F: Documentation/networking/device_drivers/ethernet/amd/pds_core.rst
1050+ F: drivers/net/ethernet/amd/pds_core/
1051+ F: include/linux/pds/
1052+
10441053AMD SPI DRIVER
10451054M: Sanjay R Mehta <sanju.mehta@amd.com>
10461055S: Maintained
Original file line number Diff line number Diff line change @@ -186,4 +186,16 @@ config AMD_XGBE_HAVE_ECC
186186 bool
187187 default n
188188
189+ config PDS_CORE
190+ tristate "AMD/Pensando Data Systems Core Device Support"
191+ depends on 64BIT && PCI
192+ help
193+ This enables the support for the AMD/Pensando Core device family of
194+ adapters. More specific information on this driver can be
195+ found in
196+ <file:Documentation/networking/device_drivers/ethernet/amd/pds_core.rst>.
197+
198+ To compile this driver as a module, choose M here. The module
199+ will be called pds_core.
200+
189201endif # NET_VENDOR_AMD
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ obj-$(CONFIG_PCNET32) += pcnet32.o
1717obj-$(CONFIG_SUN3LANCE) += sun3lance.o
1818obj-$(CONFIG_SUNLANCE) += sunlance.o
1919obj-$(CONFIG_AMD_XGBE) += xgbe/
20+ obj-$(CONFIG_PDS_CORE) += pds_core/
You can’t perform that action at this time.
0 commit comments