Page MenuHomeFreeBSD

rtw88: fix MODULE_DEPEND for usb
ClosedPublic

Authored by bz on Jan 31 2026, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 18, 1:46 PM
Unknown Object (File)
Sun, Jun 7, 5:16 AM
Unknown Object (File)
Sat, Jun 6, 8:35 AM
Unknown Object (File)
Sat, Jun 6, 5:18 AM
Unknown Object (File)
Thu, Jun 4, 2:24 PM
Unknown Object (File)
Wed, Jun 3, 10:05 PM
Unknown Object (File)
May 20 2026, 9:02 PM
Unknown Object (File)
May 10 2026, 10:30 AM
Subscribers

Details

Summary

With various bus attachments we need to make sure that core functionality
includes the common dependencies (linuxkpi, linuxkpi_wlan, and for debug.c
lindebugfs).

Each bus attachment then depends on the rtw88_core and its own parent layer
if needed (pci: depends on rtw88_core only as linuxkpi provides the pci
dependency, usb: linuxkpi_usb, sdio: linuxkpi_sdio).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Test Plan

Only here to have the full stack.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable