From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/soc/rockchip/Kconfig | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/soc/rockchip/Kconfig b/kernel/drivers/soc/rockchip/Kconfig index e618fec..a9d09b3 100644 --- a/kernel/drivers/soc/rockchip/Kconfig +++ b/kernel/drivers/soc/rockchip/Kconfig @@ -18,6 +18,14 @@ If unsure, say Y. +config ROCKCHIP_DISABLE_UNUSED + tristate "Rockchip Disable Unused" + default m if GKI_HACKS_TO_FIX + help + Disable unused clk and power down after module init. + + If unsure, say "N". + # # Rockchip Soc drivers # @@ -43,6 +51,12 @@ Serial can read from /proc/cpuinfo. If unsure, say N. + +config ROCKCHIP_CSU + tristate "Rockchip Clock Subunit Driver" + depends on ARCH_ROCKCHIP + help + This adds the clock subunit driver for Rockchip SoCs. config ROCKCHIP_GRF tristate "Rockchip General Register Files support" @@ -158,7 +172,6 @@ config ROCKCHIP_SUSPEND_MODE tristate "Rockchip suspend mode config" - depends on ROCKCHIP_SIP help Say Y here if you want to set the suspend mode to the ATF. -- Gitblit v1.6.2