1# Intel Blinky PWM configuration options
2
3# Copyright (c) 2023 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config PWM_INTEL_BLINKY
7 bool "Blinky PWM driver"
8 default y
9 depends on DT_HAS_INTEL_BLINKY_PWM_ENABLED
10 help
11 Enable the INTEL PCH PWM driver found on Intel SoCs
12