mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk3066b/rk3168: add dvfs with no voltage difference support(uoc)
This commit is contained in:
@@ -24,7 +24,11 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
||||
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
|
||||
obj-$(CONFIG_PM) += pm.o
|
||||
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
|
||||
ifeq ($(CONFIG_DVFS_WITH_UOC),y)
|
||||
obj-$(CONFIG_DVFS) += dvfs-rk3066b.o
|
||||
else
|
||||
obj-$(CONFIG_DVFS) += dvfs.o
|
||||
endif
|
||||
obj-$(CONFIG_RK30_I2C_INSRAM) += i2c_sram.o
|
||||
|
||||
obj-$(CONFIG_ARCH_RK30XX) += board.o
|
||||
|
||||
1041
arch/arm/mach-rk30/dvfs-rk3066b.c
Executable file
1041
arch/arm/mach-rk30/dvfs-rk3066b.c
Executable file
File diff suppressed because it is too large
Load Diff
@@ -109,6 +109,11 @@ config DVFS
|
||||
depends on REGULATOR&&CPU_FREQ
|
||||
default y
|
||||
|
||||
config DVFS_WITH_UOC
|
||||
bool "Use dvfs with uoc, no voltage difference"
|
||||
depends on DVFS && ARCH_RK3066B
|
||||
default y
|
||||
|
||||
config RK_CLOCK_PROC
|
||||
bool "/proc/clocks support"
|
||||
depends on PROC_FS
|
||||
|
||||
Reference in New Issue
Block a user