1# NPCX PWM driver configuration options 2 3# Copyright (c) 2020 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config PWM_NPCX 7 bool "Nuvoton NPCX embedded controller (EC) PWM driver" 8 default y 9 depends on DT_HAS_NUVOTON_NPCX_PWM_ENABLED 10 select PINCTRL 11 help 12 This option enables the PWM driver for NPCX family of 13 processors. 14 Say y if you wish to use pwm ports on NPCX MCU. 15