mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
wifi: rtw89: debugfs depends on CFG80211's one
The wiphy_locked_debugfs_read() and wiphy_locked_debugfs_write() used
by rtw89 are defined if CFG80211_DEBUGFS enabled. Add the dependency
accordingly.
Fixes: 8fdf78f3cd ("wifi: rtw89: debugfs: use wiphy_locked_debugfs_{read,write}() if needed")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502101810.3CUpUL7p-lkp@intel.com/
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250210123105.10466-1-pkshih@realtek.com
This commit is contained in:
parent
6b39cc01af
commit
a0519433ad
|
|
@ -123,7 +123,7 @@ config RTW89_DEBUGMSG
|
|||
|
||||
config RTW89_DEBUGFS
|
||||
bool "Realtek rtw89 debugfs support"
|
||||
depends on RTW89_CORE
|
||||
depends on RTW89_CORE && CFG80211_DEBUGFS
|
||||
select RTW89_DEBUG
|
||||
help
|
||||
Enable debugfs support
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user