[ARM] S3C64XX: Initial support for DVFS
[deliverable/linux.git] / arch / arm / plat-s3c64xx / Makefile
index 2e6d79bf8f33537061a9751eea9f482745958309..3c8882cd6268d950def6703363cbf6176b69e689 100644 (file)
@@ -23,9 +23,21 @@ obj-y                                += gpiolib.o
 
 obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
 obj-$(CONFIG_CPU_S3C6400_CLOCK)        += s3c6400-clock.o
+obj-$(CONFIG_CPU_FREQ_S3C64XX)  += cpufreq.o
+
+# PM support
+
+obj-$(CONFIG_PM)               += pm.o
+obj-$(CONFIG_PM)               += sleep.o
+obj-$(CONFIG_PM)               += irq-pm.o
+
+# DMA support
+
+obj-$(CONFIG_S3C64XX_DMA)      += dma.o
 
 # Device setup
 
 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
+obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
\ No newline at end of file
This page took 0.02374 seconds and 5 git commands to generate.