From: "H. Peter Anvin" <hpa@zytor.com>
To: Vivien Didelot <vivien.didelot@savoirfairelinux.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 10:39:06 -0800 [thread overview]
Message-ID: <4EC554CA.5070802@zytor.com> (raw)
In-Reply-To: <1321555012-14331-1-git-send-email-vivien.didelot@savoirfairelinux.com>
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
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
next prev parent reply other threads:[~2011-11-17 18:39 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 [this message]
2011-11-17 18:57 ` Vivien Didelot
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=4EC554CA.5070802@zytor.com \
--to=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=vivien.didelot@savoirfairelinux.com \
--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.