1# GECKO PWM configuration options 2 3# Copyright (c) 2021 Sun Amar. 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_GECKO 7 bool "GECKO MCU PWM driver" 8 default y 9 depends on DT_HAS_SILABS_GECKO_PWM_ENABLED 10 select SOC_GECKO_TIMER 11 help 12 This option enables the PWM driver for EXX32 GECKO family of 13 processors. Say y if you wish to use PWM port on EXX32 14 MCU. 15