Page MenuHomeFreeBSD

rtw88: fix MODULE_DEPEND for usb
ClosedPublic

Authored by bz on Jan 31 2026, 8:04 PM.
Tags
None
Referenced Files
F170985219: D55021.id171634.diff
Tue, Sep 8, 12:41 AM
F170957844: D55021.id171634.diff
Mon, Sep 7, 8:54 PM
Unknown Object (File)
Sun, Sep 6, 6:10 PM
Unknown Object (File)
Sat, Sep 5, 12:05 AM
Unknown Object (File)
Fri, Sep 4, 1:37 AM
Unknown Object (File)
Wed, Sep 2, 7:57 AM
Unknown Object (File)
Wed, Sep 2, 12:42 AM
Unknown Object (File)
Mon, Aug 31, 9:47 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