From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- 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