Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
308 B

# 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.