aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-06-22 04:02:50 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-06-22 04:27:25 -0400
commit3ead8b5ddbe6ca8e79b24535f4119c9d4ffd91e3 (patch)
treea8c8f1fcc7b499b118b4f3fde949a67d2a98d04f /drivers/input/misc/Kconfig
parent1483f5513b2d215216ad56c618b42454c5bc1e4d (diff)
Input: add support for mma8450 accelerometer
Signed-off-by: Sammy He <r62914@freescale.com> Signed-off-by: Eric Miao <eric.miao@linaro.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 45dc6aa62ba4..0f22918ad9ce 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -100,6 +100,17 @@ config INPUT_MAX8925_ONKEY
100 To compile this driver as a module, choose M here: the module 100 To compile this driver as a module, choose M here: the module
101 will be called max8925_onkey. 101 will be called max8925_onkey.
102 102
103config INPUT_MMA8450
104 tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
105 depends on I2C
106 select INPUT_POLLDEV
107 help
108 Say Y here if you want to support Freescale's MMA8450 Accelerometer
109 through I2C interface.
110
111 To compile this driver as a module, choose M here: the
112 module will be called mma8450.
113
103config INPUT_APANEL 114config INPUT_APANEL
104 tristate "Fujitsu Lifebook Application Panel buttons" 115 tristate "Fujitsu Lifebook Application Panel buttons"
105 depends on X86 && I2C && LEDS_CLASS 116 depends on X86 && I2C && LEDS_CLASS