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)
Wed, Aug 12, 1:46 PM
Unknown Object (File)
Sat, Aug 8, 9:52 PM
Unknown Object (File)
Sat, Aug 8, 6:22 PM
Unknown Object (File)
Sat, Aug 8, 1:42 PM
Unknown Object (File)
Sat, Aug 8, 12:03 PM
Unknown Object (File)
Sat, Aug 8, 9:37 AM
Unknown Object (File)
Sun, Aug 2, 3:07 AM
Unknown Object (File)
Sun, Aug 2, 12:43 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