LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
This commit is contained in:
		
							parent
							
								
									0ea3203205
								
							
						
					
					
						commit
						ae2d5e2e5a
					
				
					 14 changed files with 883 additions and 94 deletions
				
			
		| 
						 | 
				
			
			@ -402,10 +402,9 @@ ifeq ($(strip $(LED_MATRIX_ENABLE)), yes)
 | 
			
		|||
    endif
 | 
			
		||||
 | 
			
		||||
    ifeq ($(strip $(LED_MATRIX_DRIVER)), is31fl3743a)
 | 
			
		||||
        OPT_DEFS += -DIS31FLCOMMON
 | 
			
		||||
        I2C_DRIVER_REQUIRED = yes
 | 
			
		||||
        COMMON_VPATH += $(DRIVER_PATH)/led/issi
 | 
			
		||||
        SRC += is31flcommon.c
 | 
			
		||||
        SRC += is31fl3743a-simple.c
 | 
			
		||||
    endif
 | 
			
		||||
 | 
			
		||||
    ifeq ($(strip $(LED_MATRIX_DRIVER)), is31fl3745)
 | 
			
		||||
| 
						 | 
				
			
			@ -508,10 +507,9 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
 | 
			
		|||
    endif
 | 
			
		||||
 | 
			
		||||
    ifeq ($(strip $(RGB_MATRIX_DRIVER)), is31fl3743a)
 | 
			
		||||
        OPT_DEFS += -DIS31FLCOMMON
 | 
			
		||||
        I2C_DRIVER_REQUIRED = yes
 | 
			
		||||
        COMMON_VPATH += $(DRIVER_PATH)/led/issi
 | 
			
		||||
        SRC += is31flcommon.c
 | 
			
		||||
        SRC += is31fl3743a.c
 | 
			
		||||
    endif
 | 
			
		||||
 | 
			
		||||
    ifeq ($(strip $(RGB_MATRIX_DRIVER)), is31fl3745)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue