zephyr/drivers/led_strip/Kconfig.modulino
Fabio Baltieri 245881ad73 drivers: leds_strip: rename modulino smartleds to pixels
Rename the modulino pixels driver to use the official marketing name,
the "smartleds" one was picked incorrectly from the source code of the
on board mcu of the module itself, but that was clearly out of date.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-10-20 11:56:08 +02:00

10 lines
249 B
Text

# Copyright (c) 2025 Google, LLC
# SPDX-License-Identifier: Apache-2.0
config MODULINO_PIXELS
bool "Arduino Modulino Pixels"
default y
depends on DT_HAS_ARDUINO_MODULINO_PIXELS_ENABLED
select I2C
help
Enable driver Arduino Modulino Pixels.