diff options
| author | Pragnesh Patel <[email protected]> | 2020-05-29 12:14:52 +0530 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-07-24 14:55:11 +0800 |
| commit | 3d5ac3536be97a679763e261c55167bfd356a412 (patch) | |
| tree | 42e24323822b71f454f40cb6df5abcbed91263d6 | |
| parent | a0018fc8209c0bf7188592527fc0a7d459b9c144 (diff) | |
riscv: sifive: fu540: Enable SiFive PWM driver
This patch enables SiFive PWM driver for the SiFive
Unleashed board.
Signed-off-by: Pragnesh Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -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 86193d7668b..683668d0599 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 |
