zephyr/drivers/led/Kconfig.modulino
Fabio Baltieri 8060a59f3a leds: add arduino,modulino-buttons-leds
Add an LED driver for the modulino buttons module, this has three LEDs
that are controllable independently of the buttons.

Link: https://github.com/arduino/node_modulino_firmware
Link: https://github.com/arduino-libraries/Modulino
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-05-14 11:03:10 +01:00

10 lines
273 B
Text

# Copyright (c) 2025 Google, LLC
# SPDX-License-Identifier: Apache-2.0
config MODULINO_BUTTONS_LEDS
bool "Arduino Modulino buttons LEDs"
default y
depends on DT_HAS_ARDUINO_MODULINO_BUTTONS_LEDS_ENABLED
select I2C
help
Enable driver Arduino Modulino Buttons LEDs.