mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] of: gpio: Fix Kconfig variables to depend on
@ 2013-12-11 21:29 Antony Pavlov
  2013-12-12  3:31 ` Alexander Aring
  2013-12-12  8:15 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Antony Pavlov @ 2013-12-11 21:29 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@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
 	def_bool y
 
 config OF_BAREBOX_DRIVERS
-- 
1.8.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] of: gpio: Fix Kconfig variables to depend on
  2013-12-11 21:29 [PATCH] of: gpio: Fix Kconfig variables to depend on Antony Pavlov
@ 2013-12-12  3:31 ` Alexander Aring
  2013-12-12  8:15 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Aring @ 2013-12-12  3:31 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Thu, Dec 12, 2013 at 01:29:55AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@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
>  	def_bool y

another nice catch! I do the this mistake quite often myself, then I
realize it. :-)

- Alex

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] of: gpio: Fix Kconfig variables to depend on
  2013-12-11 21:29 [PATCH] of: gpio: Fix Kconfig variables to depend on Antony Pavlov
  2013-12-12  3:31 ` Alexander Aring
@ 2013-12-12  8:15 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2013-12-12  8:15 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Thu, Dec 12, 2013 at 01:29:55AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@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 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-12  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11 21:29 [PATCH] of: gpio: Fix Kconfig variables to depend on Antony Pavlov
2013-12-12  3:31 ` Alexander Aring
2013-12-12  8:15 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox