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	help
11	  This option enables the PWM driver for NPCX family of
12	  processors.
13	  Say y if you wish to use pwm ports on NPCX MCU.
14