zephyr/drivers/pwm/Kconfig.rv32m1_tpm
Gerard Marull-Paretas c66f594c41 drivers: all: rv32m1: remove conditional support for pinctrl
The rvm32m1 platform always uses pinctrl, there's no need to keep
extra macrology around pinctrl. Also updated driver's Kconfig to `select
PINCTRL`.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-24 13:34:22 +02:00

14 lines
318 B
Plaintext

# RV32M1 TPM PWM
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
config PWM_RV32M1_TPM
bool "RV32M1 TPM PWM driver"
default y
depends on DT_HAS_OPENISA_RV32M1_TPM_ENABLED
depends on CLOCK_CONTROL
select PINCTRL
help
Enable the RV32M1 TPM PWM driver.