d982ea54b6
This patch adds support for PWM blink which is found in intel's PCH hardwares. Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# Intel Blinky PWM configuration options
|
|
|
|
# Copyright (c) 2023 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_INTEL_BLINKY
|
|
bool "Blinky PWM driver"
|
|
default y
|
|
depends on DT_HAS_INTEL_BLINKY_PWM_ENABLED
|
|
help
|
|
Enable the INTEL PCH PWM driver found on Intel SoCs
|