1# SiFive Freedom PWM configuration options 2 3# Copyright (c) 2018 SiFive Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_SIFIVE 7 bool "SiFive Freedom PWM driver" 8 default y 9 depends on DT_HAS_SIFIVE_PWM0_ENABLED 10 select PINCTRL if SOC_SERIES_SIFIVE_FREEDOM_FE300 11 help 12 Enable the PWM driver for the SiFive Freedom platform 13