Date: Tue, 3 Mar 2026 18:29:16 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Enji Cooper <ngie@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: c47cefba8312 - main - Only build USB-related modules if MK_USB != no Message-ID: <1s9oq316-3q4o-9273-3qos-3n3o793ns725@mnoonqbm.arg> In-Reply-To: <69a668aa.3785e.4a16f236@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On Tue, 3 Mar 2026, Enji Cooper wrote: > The branch main has been updated by ngie: > > URL: https://cgit.FreeBSD.org/src/commit/?id=c47cefba831240a1b3de375f18134b93cf998f5c > > commit c47cefba831240a1b3de375f18134b93cf998f5c > Author: Enji Cooper <ngie@FreeBSD.org> > AuthorDate: 2026-03-03 04:49:54 +0000 > Commit: Enji Cooper <ngie@FreeBSD.org> > CommitDate: 2026-03-03 04:50:03 +0000 > > Only build USB-related modules if MK_USB != no > > This change moves the thunderbolt module and other USB modules under a > MK_USB != no conditional to ensure that users not desiring USB support > can easily build systems without USB-specific drivers using this knob. > > MFC after: 1 week > Reviewed By: imp > Differential Revision: https://reviews.freebsd.org/D55576 > --- > sys/conf/kern.opts.mk | 5 +++++ > sys/conf/kmod.mk | 8 ++++++-- > sys/modules/Makefile | 16 ++++++++++------ > 3 files changed, 21 insertions(+), 8 deletions(-) There is a hige load of further devices which depend on USB which are not part of the current set excluded; I assume they will now break with dependency issues if USB is no longer built but these modules are built. Is there any plan to also "hide" all the other modules? -- Bjoern A. Zeeb r15:7home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1s9oq316-3q4o-9273-3qos-3n3o793ns725>
