mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] of: gpio: Add Kconfig variable to depend on
Date: Sat, 23 Nov 2013 07:21:38 +0100	[thread overview]
Message-ID: <20131123062137.GA28327@omega> (raw)
In-Reply-To: <1385132122-4725-1-git-send-email-s.hauer@pengutronix.de>

Hi Sascha,

On Fri, Nov 22, 2013 at 03:55:22PM +0100, Sascha Hauer wrote:
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> ---
>  drivers/of/Kconfig  | 5 +++++
>  drivers/of/Makefile | 2 +-
>  include/of_gpio.h   | 6 +++---
>  3 files changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
> index 6b893d7..cdf7ac7 100644
> --- a/drivers/of/Kconfig
> +++ b/drivers/of/Kconfig
> @@ -19,6 +19,11 @@ config OF_NET
>  	depends on NET
>  	def_bool y
>  
> +config OF_GPIO
> +	depends on CONFIG_GPIOLIB
> +	depends on CONFIG_OFDEVICE
> +	def_bool y

On current next branch the "def_bool y" is missing, so I get:

drivers/of/Kconfig:22:warning: config symbol defined without type

I will send a patch soon...

- Alex

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

  reply	other threads:[~2013-11-23  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-22 14:55 Sascha Hauer
2013-11-23  6:21 ` Alexander Aring [this message]
2013-11-27  7:53   ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131123062137.GA28327@omega \
    --to=alex.aring@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox