soc: riscv: rv32m1: enable the RV32M1 Timer/PWM driver
Enable the driver for the Timer/PWM (TPM) module present in the OpenISA RV32M1 when PWM is enabled. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
eb185d1443
commit
b702e5fdde
1 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,12 @@ config SPI_RV32M1_LPSPI
|
||||||
|
|
||||||
endif # SPI
|
endif # SPI
|
||||||
|
|
||||||
|
if PWM
|
||||||
|
|
||||||
|
config PWM_RV32M1_TPM
|
||||||
|
default y
|
||||||
|
|
||||||
|
endif # PWM
|
||||||
|
|
||||||
if FLASH
|
if FLASH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue