1# RV32M1 TPM PWM 2 3# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk> 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_RV32M1_TPM 7 bool "RV32M1 TPM PWM driver" 8 default y 9 depends on DT_HAS_OPENISA_RV32M1_TPM_ENABLED 10 depends on CLOCK_CONTROL 11 select PINCTRL 12 help 13 Enable the RV32M1 TPM PWM driver. 14