mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
move video_state config from CONFIG_CPU_FREQ to CONFIG_DDR_FREQ
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user