aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authortim.niemeyer@mastersword.de <tim.niemeyer@mastersword.de>2009-03-24 11:11:18 +0100
committerWerner Almesberger <werner@openmoko.org>2009-03-26 02:20:31 -0300
commit7a95b0856616f7fa20a75b7691ba9184f0603ca2 (patch)
treea2956acdd93d942878d5cda7258b00bc011bcdc9 /drivers/input
parent49d7b6aa6666d31b6ca7476f9dcb9209d141ae1c (diff)
Remove double INPUT_PCF6333_PMU in Kconfig/Makefile
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/Kconfig7
-rw-r--r--drivers/input/misc/Makefile1
2 files changed, 0 insertions, 8 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 6ebf23eb874..ab69a5bb98d 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -220,13 +220,6 @@ config HP_SDC_RTC
Say Y here if you want to support the built-in real time clock
of the HP SDC controller.
-config INPUT_PCF50633_PMU
- tristate "PCF50633 PMU events"
- depends on MFD_PCF50633
- help
- Say Y to include support for delivering PMU events via input
- layer on NXP PCF50633.
-
config INPUT_LIS302DL
tristate "STmicro LIS302DL 3-axis accelerometer"
depends on SPI_MASTER
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index 0102c9e85ca..b0280d41fa6 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -21,7 +21,6 @@ obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
obj-$(CONFIG_INPUT_APANEL) += apanel.o
obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
-obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
obj-$(CONFIG_INPUT_LIS302DL) += lis302dl.o
obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
obj-$(CONFIG_INPUT_PCF50606_PMU) += pcf50606-input.o