Page MenuHomeFreeBSD

rtw88: fix MODULE_DEPEND for usb
ClosedPublic

Authored by bz on Sat, Jan 31, 8:04 PM.
Tags
None
Referenced Files
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)
Tue, Feb 10, 2:39 AM
Unknown Object (File)
Thu, Feb 5, 12:31 AM
Unknown Object (File)
Tue, Feb 3, 10:48 PM
Unknown Object (File)
Sun, Feb 1, 2:41 PM
Unknown Object (File)
Sun, Feb 1, 2:15 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