From: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org, Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86/platform: (TS-5500) fix CONFIG_TS5500_ADC dependency
Date: Thu, 17 Nov 2011 13:57:31 -0500 [thread overview]
Message-ID: <20111117135731.1c8e736e@v0nbox> (raw)
In-Reply-To: <4EC554CA.5070802@zytor.com>
On Thu, 17 Nov 2011 10:39:06 -0800,
"H. Peter Anvin" <hpa@zytor.com> wrote:
> On 11/17/2011 10:36 AM, Vivien Didelot wrote:
> > Hi Ingo,
> >
> > Here's the fix for the Kconfig dependency issue, for the TS-5500
> > platform. It is based on the latest x86/platform branch from the
> > -tip tree.
> >
> > Best,
> >
> > Vivien
> >
> > Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> > ---
> > arch/x86/platform/ts5500/Kconfig | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/x86/platform/ts5500/Kconfig
> > b/arch/x86/platform/ts5500/Kconfig index be51b86..84e59a9 100644
> > --- a/arch/x86/platform/ts5500/Kconfig
> > +++ b/arch/x86/platform/ts5500/Kconfig
> > @@ -23,6 +23,6 @@ config TS5500_LED
> >
> > config TS5500_ADC
> > bool "TS-5500 ADC"
> > - depends on TS5500
> > + depends on TS5500 && HWMON=y
> > help
> > Support for the A/D converter on Technologic Systems TS-5500
> > SBCs.
>
> Shouldn't this be a module, too?
>
> -hpa
>
IMHO it would be overkill for such a small embedded platform to provide
device drivers as modules.
Regards,
Vivien
next prev parent reply other threads:[~2011-11-17 18:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-17 18:36 [PATCH] x86/platform: (TS-5500) fix CONFIG_TS5500_ADC dependency Vivien Didelot
2011-11-17 18:39 ` H. Peter Anvin
2011-11-17 18:57 ` Vivien Didelot [this message]
2011-11-17 19:29 ` H. Peter Anvin
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=20111117135731.1c8e736e@v0nbox \
--to=vivien.didelot@savoirfairelinux.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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.