Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bc9fce18f273c003e98cc3669a0d25b92856a9cd
/
.
/
drivers
/
led
/
Kconfig.pca9533
blob: 7ea220fe440611c78e5cd3584178255cfa9b5adb [
file
] [
log
] [
blame
]
# Copyright (c) 2025 Van Petrosyan
# SPDX-License-Identifier: Apache-2.0
config PCA9533
bool
"PCA9533 LED driver"
default
y
depends on DT_HAS_NXP_PCA9533_ENABLED
select
I2C
help
Enable
driver support
for
the NXP PCA9533
4
-
bit LED dimmer
.