clk: CONFIG_COMMON_CLK_PROCFS depends on ARCH_ROCKCHIP

Make sure this bool config do not affected by gki_defconfig.

Fixes: 9ec5db66aa ("clk: add COMMON_CLK_PROCFS to support clk debug")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Idda0c054110c8587a8b1649cf65f045242b680d7
This commit is contained in:
Tao Huang
2021-07-19 16:12:54 +08:00
parent 3e2dae58e3
commit e6fca31a8c
+1 -1
View File
@@ -40,7 +40,7 @@ if COMMON_CLK
config COMMON_CLK_PROCFS
bool "Common Clock PROCFS interface"
depends on COMMON_CLK && PROC_FS
depends on COMMON_CLK && PROC_FS && ARCH_ROCKCHIP
default n
help
Turns on the PROCFS interface for clock.