mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
cpufreq: rockchip-cpufreq: add ARM_ROCKCHIP_CPUFREQ config
This commit is contained in:
@@ -104,6 +104,14 @@ config ARM_OMAP2PLUS_CPUFREQ
|
||||
default ARCH_OMAP2PLUS
|
||||
select CPU_FREQ_TABLE
|
||||
|
||||
config ARM_ROCKCHIP_CPUFREQ
|
||||
bool "CPUfreq driver for Rockchip CPUs"
|
||||
depends on ARCH_ROCKCHIP
|
||||
default y
|
||||
help
|
||||
This enables the CPUfreq driver for Rockchips CPUs.
|
||||
If in doubt, say Y.
|
||||
|
||||
config ARM_S3C2416_CPUFREQ
|
||||
bool "S3C2416 CPU Frequency scaling support"
|
||||
depends on CPU_S3C2416
|
||||
|
||||
@@ -67,6 +67,7 @@ obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o
|
||||
obj-$(CONFIG_PXA25x) += pxa2xx-cpufreq.o
|
||||
obj-$(CONFIG_PXA27x) += pxa2xx-cpufreq.o
|
||||
obj-$(CONFIG_PXA3xx) += pxa3xx-cpufreq.o
|
||||
obj-$(CONFIG_ARM_ROCKCHIP_CPUFREQ) += rockchip-cpufreq.o
|
||||
obj-$(CONFIG_ARM_S3C2416_CPUFREQ) += s3c2416-cpufreq.o
|
||||
obj-$(CONFIG_ARM_S3C64XX_CPUFREQ) += s3c64xx-cpufreq.o
|
||||
obj-$(CONFIG_ARM_S5PV210_CPUFREQ) += s5pv210-cpufreq.o
|
||||
@@ -94,4 +95,3 @@ obj-$(CONFIG_SH_CPU_FREQ) += sh-cpufreq.o
|
||||
obj-$(CONFIG_SPARC_US2E_CPUFREQ) += sparc-us2e-cpufreq.o
|
||||
obj-$(CONFIG_SPARC_US3_CPUFREQ) += sparc-us3-cpufreq.o
|
||||
obj-$(CONFIG_UNICORE32) += unicore2-cpufreq.o
|
||||
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip-cpufreq.o
|
||||
|
||||
Reference in New Issue
Block a user