From: Arnd Bergmann <arnd@arndb.de>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Trilok Soni <tsoni@codeaurora.org>,
Samuel Ortiz <sameo@linux.intel.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-input@vger.kernel.org, Lee Jones <lee.jones@linaro.org>,
Anirudh Ghayal <aghayal@codeaurora.org>
Subject: Qualcomm PMIC8XXX keypad never worked?
Date: Tue, 11 Mar 2014 09:49 +0100 [thread overview]
Message-ID: <5887114.1jrNo21sGX@wuerfel> (raw)
Something in the MFD_PM8XXX driver must have changed recently that now allows
the KEYBOARD_PMIC8XXX driver to be enabled. Unfortunately, it does not build
because of a dependency on the <linux/mfd/pm8xxx/gpio.h> header file that
does not exist.
In order to keep 'make randconfig' working on my test box, I have disabled
this driver, but it would be nice of someone could have a look into fixing it.
Arnd
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -470,7 +470,7 @@ config KEYBOARD_PXA930_ROTARY
config KEYBOARD_PMIC8XXX
tristate "Qualcomm PMIC8XXX keypad support"
- depends on MFD_PM8XXX
+ depends on MFD_PM8XXX && BROKEN
select INPUT_MATRIXKMAP
help
Say Y here if you want to enable the driver for the PMIC8XXX
next reply other threads:[~2014-03-11 8:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 8:49 Arnd Bergmann [this message]
2014-03-11 12:00 ` Qualcomm PMIC8XXX keypad never worked? Lee Jones
2014-03-11 12:19 ` Arnd Bergmann
2014-03-11 13:06 ` Lee Jones
2014-03-11 13:20 ` Qualcomm PMIC8xxx " Josh Cartwright
2014-03-11 13:35 ` Lee Jones
2014-03-12 5:18 ` Qualcomm PMIC8XXX " Bjorn Andersson
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=5887114.1jrNo21sGX@wuerfel \
--to=arnd@arndb.de \
--cc=aghayal@codeaurora.org \
--cc=dmitry.torokhov@gmail.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
--cc=sboyd@codeaurora.org \
--cc=tsoni@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 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).