riscv: sifive: fu540: Enable SiFive PWM driver
authorPragnesh Patel <pragnesh.patel@sifive.com>
Fri, 29 May 2020 06:44:52 +0000 (12:14 +0530)
committerAndes <uboot@andestech.com>
Fri, 24 Jul 2020 06:55:11 +0000 (14:55 +0800)
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>
board/sifive/fu540/Kconfig

index 86193d7..683668d 100644 (file)
@@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SMP
        imply MISC
        imply SIFIVE_OTP
+       imply DM_PWM
+       imply PWM_SIFIVE
 
 endif