From 3d5ac3536be97a679763e261c55167bfd356a412 Mon Sep 17 00:00:00 2001 From: Pragnesh Patel Date: Fri, 29 May 2020 12:14:52 +0530 Subject: [PATCH] riscv: sifive: fu540: Enable SiFive PWM driver This patch enables SiFive PWM driver for the SiFive Unleashed board. Signed-off-by: Pragnesh Patel Reviewed-by: Bin Meng --- board/sifive/fu540/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 86193d7..683668d 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply SMP imply MISC imply SIFIVE_OTP + imply DM_PWM + imply PWM_SIFIVE endif -- 2.7.4