summaryrefslogtreecommitdiff
path: root/board/sifive
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-05-29 12:14:52 +0530
committerAndes <uboot@andestech.com>2020-07-24 14:55:11 +0800
commit3d5ac3536be97a679763e261c55167bfd356a412 (patch)
tree42e24323822b71f454f40cb6df5abcbed91263d6 /board/sifive
parenta0018fc8209c0bf7188592527fc0a7d459b9c144 (diff)
riscv: sifive: fu540: Enable SiFive PWM driver
This patch enables SiFive PWM driver for the SiFive Unleashed board. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'board/sifive')
-rw-r--r--board/sifive/fu540/Kconfig2
1 files changed, 2 insertions, 0 deletions
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