TLC59731 is a 3-Channel, 8-Bit, PWM LED Driver with TI Single-Wire interface (EasySet) protocol. Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
 | 
						|
# SPDX-License-Identifier: Apache-2.0
 | 
						|
 | 
						|
config TLC59731_STRIP
 | 
						|
	bool "TLC59731 LED controller"
 | 
						|
	default y
 | 
						|
	depends on DT_HAS_TI_TLC59731_ENABLED
 | 
						|
	select GPIO
 | 
						|
	help
 | 
						|
	  Enable driver for the Texas Instruments TLC59731 EasySet LED
 | 
						|
	  controllers.
 |