All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3] char/rtc: replace blacklist with whitelist
Date: Wed, 27 Apr 2016 22:00:51 +0200	[thread overview]
Message-ID: <4558690.yfgPAfpkgV@wuerfel> (raw)
In-Reply-To: <CAMuHMdWHwyW9=bQfP7DxiuzuwV7oGvRFJeX7mmZZ99aeyjfvbQ@mail.gmail.com>

On Wednesday 27 April 2016 21:52:48 Geert Uytterhoeven wrote:
> > --- a/drivers/char/Kconfig
> > +++ b/drivers/char/Kconfig
> > @@ -279,8 +279,7 @@ if RTC_LIB=n
> >
> >  config RTC
> >         tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)"
> > -       depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \
> > -                       && !ARM && !SUPERH && !S390 && !AVR32 && !BLACKFIN && !UML
> > +       depends on ALPHA || (MIPS && MACH_LOONGSON64) || MN10300
> 
> Minor nit: MACH_LOONGSON64 implies MIPS, so I think you can drop the latter.
> 

I listed it intentionally, to make it clearer to the reader what is
going on. Actually MIPS as a dependency by itself would also be sufficient,
because that contains

	select RTC_LIB if !MACH_LOONGSON64

and RTC depends on !RTC_LIB.

	Arnd

  reply	other threads:[~2016-04-27 20:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27 19:45 [PATCH v3] char/rtc: replace blacklist with whitelist Arnd Bergmann
2016-04-27 19:52 ` Geert Uytterhoeven
2016-04-27 20:00   ` Arnd Bergmann [this message]
2016-05-01 20:21 ` Greg Kroah-Hartman
2016-05-01 20:59   ` Arnd Bergmann

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=4558690.yfgPAfpkgV@wuerfel \
    --to=arnd@arndb.de \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.