linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Qualcomm PMIC8XXX keypad never worked?
@ 2014-03-11  8:49 Arnd Bergmann
  2014-03-11 12:00 ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-03-11  8:49 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Trilok Soni, Samuel Ortiz, Dmitry Torokhov, linux-kernel,
	linux-arm-kernel, linux-input, Lee Jones, Anirudh Ghayal

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-12  5:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11  8:49 Qualcomm PMIC8XXX keypad never worked? Arnd Bergmann
2014-03-11 12:00 ` 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

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).