diff options
| author | Shannon Nelson <shannon.nelson@amd.com> | 2025-03-20 12:44:10 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2025-03-21 20:57:55 -0300 |
| commit | 4d09dd11d7d0e7e7f535c0abc7de19b9da6612e9 (patch) | |
| tree | ac2f610383c410ab5726b6db7ceba77c664450e5 /drivers/fwctl/Makefile | |
| parent | 7e9dd0d1e9c50cedef403d4bef6a2c1dc22ac79d (diff) | |
| download | linux-next-4d09dd11d7d0e7e7f535c0abc7de19b9da6612e9.tar.gz linux-next-4d09dd11d7d0e7e7f535c0abc7de19b9da6612e9.zip | |
pds_fwctl: initial driver framework
Initial files for adding a new fwctl driver for the AMD/Pensando PDS
devices. This sets up a simple auxiliary_bus driver that registers
with fwctl subsystem. It expects that a pds_core device has set up
the auxiliary_device pds_core.fwctl
Link: https://patch.msgid.link/r/20250320194412.67983-5-shannon.nelson@amd.com
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/fwctl/Makefile')
| -rw-r--r-- | drivers/fwctl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fwctl/Makefile b/drivers/fwctl/Makefile index 1c535f694d7f..c093b5f661d6 100644 --- a/drivers/fwctl/Makefile +++ b/drivers/fwctl/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_FWCTL) += fwctl.o obj-$(CONFIG_FWCTL_MLX5) += mlx5/ +obj-$(CONFIG_FWCTL_PDS) += pds/ fwctl-y += main.o |
