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, Mar 11, 8:46 AM
Unknown Object (File)
Wed, Mar 11, 5:47 AM
Unknown Object (File)
Sat, Mar 7, 8:33 AM
Unknown Object (File)
Mon, Mar 2, 12:00 PM
Unknown Object (File)
Sun, Feb 15, 10:58 AM
Unknown Object (File)
Sun, Feb 15, 9:23 AM
Unknown Object (File)
Sat, Feb 14, 3:19 AM
Unknown Object (File)
Feb 10 2026, 2:39 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