Re: [PATCH v3 fwctl 4/5] fwctl/bnxt_fwctl: Add bnxt fwctl device
From: Jason Gunthorpe
Date: Fri Jan 30 2026 - 10:19:33 EST
On Fri, Jan 30, 2026 at 12:03:57PM +0000, Jonathan Cameron wrote:
> > --- a/drivers/fwctl/Makefile
> > +++ b/drivers/fwctl/Makefile
> > @@ -2,5 +2,6 @@
> > obj-$(CONFIG_FWCTL) += fwctl.o
> > obj-$(CONFIG_FWCTL_MLX5) += mlx5/
> > obj-$(CONFIG_FWCTL_PDS) += pds/
> > +obj-$(CONFIG_FWCTL_BNXT) += bnxt/
> How are we ordering these? Alphabetical maybe?
Yes, please sort all the things, including the kconfig
Jason