You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
soc: rockchip: dmc_debug: move driver and support more rockchip SOCs
Change-Id: I310e53b7e8333a2fff7b69b284fe3e8a8dcd4861 Signed-off-by: Zhihuan He <huan.he@rock-chips.com> Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
@@ -58,6 +58,12 @@ config ROCKCHIP_CSU
|
||||
help
|
||||
This adds the clock subunit driver for Rockchip SoCs.
|
||||
|
||||
config ROCKCHIP_DMC_DEBUG
|
||||
tristate "ROCKCHIP DMC DEBUG Driver"
|
||||
depends on ARCH_ROCKCHIP && HAVE_ARM_SMCCC
|
||||
help
|
||||
This adds the dmc debug driver for the ROCKCHIP DMC.
|
||||
|
||||
config ROCKCHIP_GRF
|
||||
tristate "Rockchip General Register Files support"
|
||||
help
|
||||
|
||||
@@ -6,6 +6,7 @@ obj-$(CONFIG_ROCKCHIP_AMP) += rockchip_amp.o
|
||||
obj-$(CONFIG_ROCKCHIP_CPUINFO) += rockchip-cpuinfo.o
|
||||
obj-$(CONFIG_ROCKCHIP_CSU) += rockchip_csu.o
|
||||
obj-$(CONFIG_ROCKCHIP_DISABLE_UNUSED) += rockchip_disable_unused.o
|
||||
obj-$(CONFIG_ROCKCHIP_DMC_DEBUG) += rockchip_dmc_debug.o
|
||||
obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
|
||||
obj-$(CONFIG_ROCKCHIP_HW_DECOMPRESS) += rockchip_decompress.o
|
||||
obj-$(CONFIG_ROCKCHIP_HW_DECOMPRESS_USER) += rockchip_decompress_user.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user