mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
move video_state config from CONFIG_CPU_FREQ to CONFIG_DDR_FREQ
This commit is contained in:
parent
d2b4a19a09
commit
db0563fe2a
4
arch/arm/mach-rk30/Makefile
Normal file → Executable file
4
arch/arm/mach-rk30/Makefile
Normal file → Executable file
|
|
@ -21,9 +21,9 @@ obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
|
|||
obj-$(CONFIG_PM) += pm.o
|
||||
CFLAGS_pm.o += -mthumb
|
||||
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
|
||||
obj-$(CONFIG_CPU_FREQ) += cpufreq.o video_state.o
|
||||
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|
||||
obj-$(CONFIG_DVFS) += dvfs.o
|
||||
obj-$(CONFIG_DDR_FREQ) += ddr_freq.o
|
||||
obj-$(CONFIG_DDR_FREQ) += ddr_freq.o video_state.o
|
||||
obj-$(CONFIG_RK30_I2C_INSRAM) += i2c_sram.o
|
||||
CFLAGS_i2c_sram.o += -mthumb
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user