diff options
author | Pragnesh Patel <pragnesh.patel@sifive.com> | 2020-05-29 12:14:52 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-07-24 14:55:11 +0800 |
commit | 3d5ac3536be97a679763e261c55167bfd356a412 (patch) | |
tree | 42e24323822b71f454f40cb6df5abcbed91263d6 /board | |
parent | a0018fc8209c0bf7188592527fc0a7d459b9c144 (diff) | |
download | u-boot-3d5ac3536be97a679763e261c55167bfd356a412.tar.gz u-boot-3d5ac3536be97a679763e261c55167bfd356a412.tar.bz2 u-boot-3d5ac3536be97a679763e261c55167bfd356a412.zip |
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')
-rw-r--r-- | board/sifive/fu540/Kconfig | 2 |
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 |