linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Misc: ARM_CHAR_LCD: Permit the use of a driver on any ARM machine
Date: Sat, 17 Nov 2012 23:42:48 -0800	[thread overview]
Message-ID: <20121118074248.GA11547@kroah.com> (raw)
In-Reply-To: <1353222091-17521-1-git-send-email-shc_work@mail.ru>

On Sun, Nov 18, 2012 at 11:01:31AM +0400, Alexander Shiyan wrote:
> arm-charlcd driver can be used on any ARM machine, so dependency of
> PLAT_VERSATILE is removed.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
>  drivers/misc/Kconfig |   14 ++++++++------
>  1 files changed, 8 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index b151b7c..83d8d44 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -434,13 +434,15 @@ config VMWARE_BALLOON
>  
>  config ARM_CHARLCD
>  	bool "ARM Ltd. Character LCD Driver"
> -	depends on PLAT_VERSATILE
> +	depends on ARM
> +	default n

n is always the default, right?  So this line isn't needed.

thanks,

greg k-h

      reply	other threads:[~2012-11-18  7:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-18  7:01 [PATCH] Misc: ARM_CHAR_LCD: Permit the use of a driver on any ARM machine Alexander Shiyan
2012-11-18  7:42 ` Greg Kroah-Hartman [this message]

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=20121118074248.GA11547@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).