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)
Mon, Jul 20, 11:20 AM
Unknown Object (File)
Sat, Jul 18, 6:01 PM
Unknown Object (File)
Sat, Jul 18, 1:20 PM
Unknown Object (File)
Sat, Jul 18, 3:29 AM
Unknown Object (File)
Wed, Jul 15, 7:05 AM
Unknown Object (File)
Wed, Jul 15, 7:05 AM
Unknown Object (File)
Thu, Jun 25, 4:36 AM
Unknown Object (File)
Tue, Jun 23, 6:55 PM
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