From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Mischa Jonker <Mischa.Jonker@synopsys.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] input/serio: disable i8042 PC keyboard ctrl for ARC
Date: Thu, 29 Aug 2013 09:33:00 -0700 [thread overview]
Message-ID: <20130829163259.GC1576@core.coreip.homeip.net> (raw)
In-Reply-To: <1377715616-2548-1-git-send-email-mjonker@synopsys.com>
On Wed, Aug 28, 2013 at 08:46:56PM +0200, Mischa Jonker wrote:
> It causes crashes when enabled, and we don't have such a peripheral
> anyway on ARC platforms.
>
> Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
> ---
> drivers/input/serio/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
> index 94c17c2..1e691a3 100644
> --- a/drivers/input/serio/Kconfig
> +++ b/drivers/input/serio/Kconfig
> @@ -22,7 +22,8 @@ config SERIO_I8042
> tristate "i8042 PC Keyboard controller" if EXPERT || !X86
> default y
> depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
> - (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390
> + (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \
> + !ARC
> help
> i8042 is the chip over which the standard AT keyboard and PS/2
> mouse are connected to the computer. If you use these devices,
Applied, thank you.
--
Dmitry
next prev parent reply other threads:[~2013-08-29 16:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 18:46 [PATCH] input/serio: disable i8042 PC keyboard ctrl for ARC Mischa Jonker
2013-08-29 16:33 ` Dmitry Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-07-25 12:13 Mischa Jonker
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=20130829163259.GC1576@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=Mischa.Jonker@synopsys.com \
--cc=gregkh@linuxfoundation.org \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.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 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).