Skip to content

Commit 2a1c55d

Browse files
geertummind
authored andcommitted
soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally
Merely enabling CONFIG_COMPILE_TEST should not enable additional code. To fix this, restrict the automatic enabling of ROCKCHIP_GRF to ARCH_ROCKCHIP, and ask the user in case of compile-testing. Fixes: 4c58063 ("soc: rockchip: add driver handling grf setup") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20210208143855.418374-1-geert+renesas@glider.be Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent e73f0f0 commit 2a1c55d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/soc/rockchip/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if ARCH_ROCKCHIP || COMPILE_TEST
66
#
77

88
config ROCKCHIP_GRF
9-
bool
10-
default y
9+
bool "Rockchip General Register Files support" if COMPILE_TEST
10+
default y if ARCH_ROCKCHIP
1111
help
1212
The General Register Files are a central component providing
1313
special additional settings registers for a lot of soc-components.

0 commit comments

Comments
 (0)