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>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			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.
 |