mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	HID: cp2112: select GPIOLIB_IRQCHIP instead of depending on it
GPIOLIB_IRQCHIP is not visible to user, so we can't depend on it. Depend on GPIOLIB but select GPIOLIB_IRQCHIP. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
		
							parent
							
								
									81bbef23db
								
							
						
					
					
						commit
						ac34b970a9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -214,7 +214,8 @@ config HID_CMEDIA | |||
| 
 | ||||
| config HID_CP2112 | ||||
| 	tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" | ||||
| 	depends on USB_HID && I2C && GPIOLIB && GPIOLIB_IRQCHIP | ||||
| 	depends on USB_HID && I2C && GPIOLIB | ||||
| 	select GPIOLIB_IRQCHIP | ||||
| 	---help--- | ||||
| 	Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge. | ||||
| 	This is a HID device driver which registers as an i2c adapter | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bartosz Golaszewski
						Bartosz Golaszewski