From: tip-bot for Feng Tang <feng.tang@intel.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
randy.dunlap@oracle.com, dtor@mail.ru, tglx@linutronix.de,
feng.tang@intel.com, hpa@linux.intel.com
Subject: [tip:x86/urgent] Revert "Input: fixup X86_MRST selects"
Date: Thu, 8 Jul 2010 07:16:56 GMT [thread overview]
Message-ID: <tip-c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb@git.kernel.org> (raw)
In-Reply-To: <1278342202-10973-5-git-send-email-feng.tang@intel.com>
Commit-ID: c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb
Gitweb: http://git.kernel.org/tip/c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb
Author: Feng Tang <feng.tang@intel.com>
AuthorDate: Mon, 5 Jul 2010 23:03:21 +0800
Committer: H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Wed, 7 Jul 2010 17:05:07 -0700
Revert "Input: fixup X86_MRST selects"
This reverts commit 0b28bac5aef7bd1ab213723df031e61db9ff151a.
After adding x86_platform's detection for i8042 controller, we
don't need the force dependency on !X86_MRST any more
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Feng Tang <feng.tang@intel.com>
LKML-Reference: <1278342202-10973-5-git-send-email-feng.tang@intel.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
---
drivers/input/keyboard/Kconfig | 2 +-
drivers/input/serio/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 917eec3..3525f53 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -69,7 +69,7 @@ config KEYBOARD_ATARI
module will be called atakbd.
config KEYBOARD_ATKBD
- tristate "AT keyboard" if EMBEDDED || !X86 || X86_MRST
+ tristate "AT keyboard" if EMBEDDED || !X86
default y
select SERIO
select SERIO_LIBPS2
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index 256b9e9..3bfe8fa 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -22,7 +22,7 @@ config SERIO_I8042
tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
default y
depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
- (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !X86_MRST
+ (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN
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,
next prev parent reply other threads:[~2010-07-08 7:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 15:03 [PATCH v2 0/5] patches to settle i8042 with Intel MID platforms feng.tang
2010-07-05 15:03 ` [PATCH v2 1/5] x86: add i8042 pre-detection hook to x86_platform_ops feng.tang
2010-07-08 7:16 ` [tip:x86/urgent] x86: Add " tip-bot for Feng Tang
2010-07-05 15:03 ` [PATCH v2 2/5] x86, mrst: add i8042_detect API for Moorestwon platform feng.tang
2010-07-08 7:16 ` [tip:x86/urgent] x86, mrst: Add " tip-bot for Feng Tang
2010-07-05 15:03 ` [PATCH v2 3/5] Revert "Input: do not force selecting i8042 on Moorestown" feng.tang
2010-07-08 7:16 ` [tip:x86/urgent] " tip-bot for Feng Tang
2010-07-05 15:03 ` [PATCH v2 4/5] Revert "Input: fixup X86_MRST selects" feng.tang
2010-07-08 7:16 ` tip-bot for Feng Tang [this message]
2010-07-05 15:03 ` [PATCH v2 5/5] input: i8042 - add runtime check in x86's i8042_platform_init feng.tang
2010-07-07 20:02 ` Luck, Tony
2010-07-08 7:17 ` [tip:x86/urgent] " tip-bot for Feng Tang
2010-07-05 19:45 ` [PATCH v2 0/5] patches to settle i8042 with Intel MID platforms H. Peter Anvin
2010-07-05 20:22 ` Dmitry Torokhov
2010-07-05 20:24 ` H. Peter Anvin
2010-07-05 20:29 ` Dmitry Torokhov
2010-07-07 23:12 ` H. Peter Anvin
2010-07-08 7:15 ` [tip:x86/urgent] x86, platform: Export x86_platform to modules tip-bot for 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=tip-c9d46f63f8e89fd70f97b83fdc4e5d2e37d92aeb@git.kernel.org \
--to=feng.tang@intel.com \
--cc=dtor@mail.ru \
--cc=hpa@linux.intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=randy.dunlap@oracle.com \
--cc=tglx@linutronix.de \
/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.