diff mbox series

[2/2] riscv: sifive: fu540: Enable SiFive PWM driver

Message ID 20200529064452.7735-3-pragnesh.patel@sifive.com
State Accepted
Commit 3d5ac3536be97a679763e261c55167bfd356a412
Headers show
Series Enable all cache ways and Enable SiFive PWM driver | expand

Commit Message

Pragnesh Patel May 29, 2020, 6:44 a.m. UTC
This patch enables SiFive PWM driver for the SiFive
Unleashed board.

Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>
---
 board/sifive/fu540/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index 86193d7668..683668d059 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