* [U-Boot] [PATCH 2/4] S5P: smdkc100: Enable the pwm driver
@ 2011-03-10 11:08 Minkyu Kang
0 siblings, 0 replies; only message in thread
From: Minkyu Kang @ 2011-03-10 11:08 UTC (permalink / raw)
To: u-boot
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
include/configs/smdkc100.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index fb8b43c..1ae1234 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -68,6 +68,9 @@
#define CONFIG_SERIAL0 1 /* use SERIAL 0 on SMDKC100 */
#define CONFIG_SERIAL_MULTI 1
+/* PWM */
+#define CONFIG_PWM 1
+
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_BAUDRATE 115200
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-10 11:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 11:08 [U-Boot] [PATCH 2/4] S5P: smdkc100: Enable the pwm driver Minkyu Kang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.