Commit 96caf02f6078194655a8566d8c445d0ac4b52c4c

Authored by Minkyu Kang
Committed by Albert Aribaud
1 parent dc795a8882

S5P: goni: Enable the pwm driver

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/configs/s5p_goni.h
... ... @@ -69,6 +69,9 @@
69 69 #define CONFIG_MMC 1
70 70 #define CONFIG_S5P_MMC 1
71 71  
  72 +/* PWM */
  73 +#define CONFIG_PWM 1
  74 +
72 75 /* It should define before config_cmd_default.h */
73 76 #define CONFIG_SYS_NO_FLASH 1
74 77