diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index e53b443d1e33..7b46781c30c9 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -179,6 +179,17 @@ config INPUT_APANEL | |||
179 | To compile this driver as a module, choose M here: the module will | 179 | To compile this driver as a module, choose M here: the module will |
180 | be called apanel. | 180 | be called apanel. |
181 | 181 | ||
182 | config INPUT_GP2A | ||
183 | tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver" | ||
184 | depends on I2C | ||
185 | depends on GENERIC_GPIO | ||
186 | help | ||
187 | Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip | ||
188 | hooked to an I2C bus. | ||
189 | |||
190 | To compile this driver as a module, choose M here: the | ||
191 | module will be called gp2ap002a00f. | ||
192 | |||
182 | config INPUT_GPIO_TILT_POLLED | 193 | config INPUT_GPIO_TILT_POLLED |
183 | tristate "Polled GPIO tilt switch" | 194 | tristate "Polled GPIO tilt switch" |
184 | depends on GENERIC_GPIO | 195 | depends on GENERIC_GPIO |