summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2011-03-10 11:10:38 (GMT)
committerAlbert Aribaud <albert.aribaud@free.fr>2011-03-27 17:20:08 (GMT)
commitaa44a45f734d06e3536e1a7461733b52aca4869c (patch)
tree5b18e89fefbdae802ced44bda002a7d1be55e4f2
parent96caf02f6078194655a8566d8c445d0ac4b52c4c (diff)
downloadu-boot-aa44a45f734d06e3536e1a7461733b52aca4869c.tar.xz
S5P: universal: Enable the pwm driver
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--include/configs/s5pc210_universal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index c033a8d..5915984 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -70,6 +70,9 @@
#define CONFIG_MMC 1
#define CONFIG_S5P_MMC 1
+/* PWM */
+#define CONFIG_PWM 1
+
/* It should define before config_cmd_default.h */
#define CONFIG_SYS_NO_FLASH 1