hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/soc/rockchip/Kconfig
....@@ -18,6 +18,14 @@
1818
1919 If unsure, say Y.
2020
21
+config ROCKCHIP_DISABLE_UNUSED
22
+ tristate "Rockchip Disable Unused"
23
+ default m if GKI_HACKS_TO_FIX
24
+ help
25
+ Disable unused clk and power down after module init.
26
+
27
+ If unsure, say "N".
28
+
2129 #
2230 # Rockchip Soc drivers
2331 #
....@@ -43,6 +51,12 @@
4351 Serial can read from /proc/cpuinfo.
4452
4553 If unsure, say N.
54
+
55
+config ROCKCHIP_CSU
56
+ tristate "Rockchip Clock Subunit Driver"
57
+ depends on ARCH_ROCKCHIP
58
+ help
59
+ This adds the clock subunit driver for Rockchip SoCs.
4660
4761 config ROCKCHIP_GRF
4862 tristate "Rockchip General Register Files support"
....@@ -158,7 +172,6 @@
158172
159173 config ROCKCHIP_SUSPEND_MODE
160174 tristate "Rockchip suspend mode config"
161
- depends on ROCKCHIP_SIP
162175 help
163176 Say Y here if you want to set the suspend mode to the ATF.
164177