Re: [PATCH 1/4] arm64: defconfig: Enable PWM for R-Car

2018-02-14 Thread Geert Uytterhoeven
On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda wrote: > Enable the Renesas R-Car's PWM controller. > > Signed-off-by: Yoshihiro Shimoda Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s,

[PATCH 1/4] arm64: defconfig: Enable PWM for R-Car

2018-02-13 Thread Yoshihiro Shimoda
Enable the Renesas R-Car's PWM controller. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a850bc5..59c11a5 100644 ---