summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Kconfig
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2021-10-27 16:26:16 +0300
committerStephen Boyd <sboyd@kernel.org>2021-11-03 03:59:00 +0300
commit9af0cbeb477cf36327eec4246a60c5e981b2bd1a (patch)
tree96bbd745de7942862100787fa8d0df42595b80ec /drivers/clk/rockchip/Kconfig
parent000590a5e20d0781e8dc6936401d59bc5e89482f (diff)
downloadlinux-9af0cbeb477cf36327eec4246a60c5e981b2bd1a.tar.xz
clk: rockchip: drop module parts from rk3399 and rk3568 drivers
Both of these drivers were converted to real drivers and got a tristate build option. But them being builtin_platform_drivers, they only ever should be build-in - as the name suggests. So adapt the Kconfig symbol and drop the MODULE_* parts from the drivers. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20211027132616.1039814-3-heiko@sntech.de Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/rockchip/Kconfig')
-rw-r--r--drivers/clk/rockchip/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/rockchip/Kconfig b/drivers/clk/rockchip/Kconfig
index 2dfd6a383393..3067bdb6e119 100644
--- a/drivers/clk/rockchip/Kconfig
+++ b/drivers/clk/rockchip/Kconfig
@@ -80,14 +80,14 @@ config CLK_RK3368
Build the driver for RK3368 Clock Driver.
config CLK_RK3399
- tristate "Rockchip RK3399 clock controller support"
+ bool "Rockchip RK3399 clock controller support"
depends on ARM64 || COMPILE_TEST
default y
help
Build the driver for RK3399 Clock Driver.
config CLK_RK3568
- tristate "Rockchip RK3568 clock controller support"
+ bool "Rockchip RK3568 clock controller support"
depends on ARM64 || COMPILE_TEST
default y
help