mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	auxdisplay: ht16k33: select framebuffer helper modules
The new driver caused a rare randconfig failure: drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference to `fb_sys_read' drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined reference to `fb_sys_write' This selects the respective helper modules. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Robin van der Gracht <robin@protonic.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									e663c5dbad
								
							
						
					
					
						commit
						31114fa95b
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -131,6 +131,10 @@ config IMG_ASCII_LCD
 | 
			
		|||
config HT16K33
 | 
			
		||||
	tristate "Holtek Ht16K33 LED controller with keyscan"
 | 
			
		||||
	depends on FB && OF && I2C && INPUT
 | 
			
		||||
	select FB_SYS_FOPS
 | 
			
		||||
	select FB_CFB_FILLRECT
 | 
			
		||||
	select FB_CFB_COPYAREA
 | 
			
		||||
	select FB_CFB_IMAGEBLIT
 | 
			
		||||
	select INPUT_MATRIXKMAP
 | 
			
		||||
	select FB_BACKLIGHT
 | 
			
		||||
	help
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue