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.
 
 
 
 
 
 

14 lines
337 B

#
# Copyright (c) 2022 Nick Ward <nix.ward@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
config PWM_PCA9685
bool "PCA9685 16-channel, 12-bit PWM Fm+ I2C-bus LED controller"
default y
depends on DT_HAS_NXP_PCA9685_PWM_ENABLED
select I2C
help
Enable driver for PCA9685 16-channel, 12-bit PWM Fm+ I2C-bus LED
controller.