[PATCH] of: gpio: Fix Kconfig variables to depend on

Sascha Hauer s.hauer at pengutronix.de
Thu Dec 12 03:15:45 EST 2013


On Thu, Dec 12, 2013 at 01:29:55AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> ---
>  drivers/of/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
> index cdf7ac7..c4525cb 100644
> --- a/drivers/of/Kconfig
> +++ b/drivers/of/Kconfig
> @@ -20,8 +20,8 @@ config OF_NET
>  	def_bool y
>  
>  config OF_GPIO
> -	depends on CONFIG_GPIOLIB
> -	depends on CONFIG_OFDEVICE
> +	depends on GPIOLIB
> +	depends on OFDEVICE

D'oh!

Applied, thanks

Sascha

>  	def_bool y
>  
>  config OF_BAREBOX_DRIVERS
> -- 
> 1.8.5
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list