From: Minkyu Kang Date: Thu, 10 Mar 2011 11:10:38 +0000 (+0900) Subject: S5P: universal: Enable the pwm driver X-Git-Tag: v2025.01-rc5-pxa1908~19607^2~4 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=aa44a45f734d06e3536e1a7461733b52aca4869c;p=u-boot.git S5P: universal: Enable the pwm driver Signed-off-by: Minkyu Kang --- diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index c033a8d626..5915984977 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