Re: [PATCH 19/19] drivers: integrate USB/AHCI changes
"Sascha Hauer" <[email protected]> Mon, 27 Jul 2026 14:16:43 +0000
| Newsgroups | org.infradead.lists.barebox |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-23 15:57, Luca Lauro via B4 Relay wrote: > From: Luca Lauro <[email protected]> > > --- > drivers/Kconfig | 1 + > drivers/Makefile | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/Kconfig b/drivers/Kconfig > index 32910addcd..b1ba73887a 100644 > --- a/drivers/Kconfig > +++ b/drivers/Kconfig > @@ -50,5 +50,6 @@ source "drivers/power/Kconfig" > source "drivers/virtio/Kconfig" > source "drivers/mailbox/Kconfig" > source "drivers/tee/Kconfig" > +source "drivers/fan/Kconfig" > > endmenu > diff --git a/drivers/Makefile b/drivers/Makefile > index db491dad83..4d6071fdc7 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -51,3 +51,4 @@ obj-$(CONFIG_SOUND) += sound/ > obj-y += virtio/ > obj-y += mailbox/ > obj-y += tee/ > +obj-$(CONFIG_FAN) += fan/ Naa, this patch has nothing USB or AHCI specific in it, but should be squashed into the fan framework patches. Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |