Select PINCTRL for drivers: pwm, sdhc, serial Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
14 lines
308 B
Plaintext
14 lines
308 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
|
|
select PINCTRL
|
|
help
|
|
Enable Renesas R-Car PWM Driver.
|