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, May 20, 9:02 PM
Unknown Object (File)
Sun, May 10, 10:30 AM
Unknown Object (File)
Sat, May 9, 5:16 PM
Unknown Object (File)
Fri, May 8, 12:35 AM
Unknown Object (File)
Apr 29 2026, 2:00 PM
Unknown Object (File)
Apr 29 2026, 2:00 PM
Unknown Object (File)
Apr 28 2026, 4:29 PM
Unknown Object (File)
Apr 28 2026, 4:26 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