13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
# Reneas R-Car PWM configuration options
|
|
|
|
# Copyright (c) 2022 IoT.bzh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_RCAR
|
|
bool "Renesas R-Car PWM Driver"
|
|
default y
|
|
depends on SOC_FAMILY_RENESAS_RCAR
|
|
depends on DT_HAS_RENESAS_PWM_RCAR_ENABLED
|
|
help
|
|
Enable Renesas R-Car PWM Driver.
|