Explorar el Código

ARM: S5P: Added selection DEV_PWM for HRT

Basically, the SAMSUNG_DEV_PWM is required to use s5p-time.c for HRT.

Reported-by: Marek Szyprowski<m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Kukjin Kim hace 14 años
padre
commit
0d8f6e04ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/arm/plat-s5p/Kconfig

+ 1 - 0
arch/arm/plat-s5p/Kconfig

@@ -39,6 +39,7 @@ config S5P_GPIO_INT
 
 
 config S5P_HRT
 config S5P_HRT
 	bool
 	bool
+	select SAMSUNG_DEV_PWM
 	help
 	help
 	  Use the High Resolution timer support
 	  Use the High Resolution timer support