mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	gpio: sama5d2-piobu: Depend on OF_GPIO
This driver clearly needs OF_GPIO so depend on it. Fixes a build error. Cc: Andrei Stefanescu <Andrei.Stefanescu@microchip.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
		
							parent
							
								
									72ab2f7631
								
							
						
					
					
						commit
						a7c23f8d15
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -441,6 +441,7 @@ config GPIO_REG | |||
| config GPIO_SAMA5D2_PIOBU | ||||
| 	tristate "SAMA5D2 PIOBU GPIO support" | ||||
| 	depends on MFD_SYSCON | ||||
| 	depends on OF_GPIO | ||||
| 	select GPIO_SYSCON | ||||
| 	help | ||||
| 	  Say yes here to use the PIOBU pins as GPIOs. | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Linus Walleij
						Linus Walleij