From: Minkyu Kang Date: Thu, 10 Mar 2011 11:10:19 +0000 (+0900) Subject: S5P: goni: Enable the pwm driver X-Git-Tag: v2025.01-rc5-pxa1908~19607^2~5 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=96caf02f6078194655a8566d8c445d0ac4b52c4c;p=u-boot.git S5P: goni: Enable the pwm driver Signed-off-by: Minkyu Kang --- diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index f53e79810b..597cf57ab5 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -69,6 +69,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