mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
clk/rockchip/rk618: rename directory to "regmap"
Change-Id: Ia2446b588d4fecc947caa87751ea988deafa25fe Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
parent
3540f8b38b
commit
5364dbebf7
|
|
@ -306,6 +306,7 @@ source "drivers/clk/meson/Kconfig"
|
|||
source "drivers/clk/mvebu/Kconfig"
|
||||
source "drivers/clk/qcom/Kconfig"
|
||||
source "drivers/clk/renesas/Kconfig"
|
||||
source "drivers/clk/rockchip/Kconfig"
|
||||
source "drivers/clk/samsung/Kconfig"
|
||||
source "drivers/clk/sprd/Kconfig"
|
||||
source "drivers/clk/sunxi-ng/Kconfig"
|
||||
|
|
|
|||
3
drivers/clk/rockchip/Kconfig
Normal file
3
drivers/clk/rockchip/Kconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
source "drivers/clk/rockchip/regmap/Kconfig"
|
||||
|
|
@ -30,4 +30,4 @@ obj-$(CONFIG_CPU_RK3368) += clk-rk3368.o
|
|||
obj-$(CONFIG_CPU_RK3568) += clk-rk3568.o
|
||||
obj-$(CONFIG_CPU_RK3399) += clk-rk3399.o
|
||||
|
||||
obj-$(CONFIG_MFD_RK618) += rk618/
|
||||
obj-$(CONFIG_COMMON_CLK_ROCKCHIP_REGMAP) += regmap/
|
||||
|
|
|
|||
10
drivers/clk/rockchip/regmap/Kconfig
Normal file
10
drivers/clk/rockchip/regmap/Kconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
config COMMON_CLK_ROCKCHIP_REGMAP
|
||||
tristate
|
||||
|
||||
config CLK_RK618
|
||||
tristate "Clock driver for Rockchip RK618"
|
||||
depends on MFD_RK618
|
||||
default MFD_RK618
|
||||
select COMMON_CLK_ROCKCHIP_REGMAP
|
||||
12
drivers/clk/rockchip/regmap/Makefile
Normal file
12
drivers/clk/rockchip/regmap/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-$(CONFIG_COMMON_CLK_ROCKCHIP_REGMAP) += clk-rockchip-regmap.o
|
||||
|
||||
clk-rockchip-regmap-objs := clk-regmap-mux.o \
|
||||
clk-regmap-divider.o \
|
||||
clk-regmap-gate.o \
|
||||
clk-regmap-fractional-divider.o \
|
||||
clk-regmap-composite.o \
|
||||
clk-regmap-pll.o
|
||||
|
||||
obj-$(CONFIG_CLK_RK618) += clk-rk618.o
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# Makefile for the Rockchip RK618 CRU driver.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_MFD_RK618) += clk-regmap-mux.o \
|
||||
clk-regmap-divider.o \
|
||||
clk-regmap-gate.o \
|
||||
clk-regmap-fractional-divider.o \
|
||||
clk-regmap-composite.o \
|
||||
clk-regmap-pll.o \
|
||||
clk-rk618.o
|
||||
Loading…
Reference in New Issue
Block a user