diff options
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index aebfe3ecb945..d401a7dccaa7 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -255,4 +255,14 @@ config SERIO_APBPS2 | |||
255 | To compile this driver as a module, choose M here: the module will | 255 | To compile this driver as a module, choose M here: the module will |
256 | be called apbps2. | 256 | be called apbps2. |
257 | 257 | ||
258 | config SERIO_OLPC_APSP | ||
259 | tristate "OLPC AP-SP input support" | ||
260 | depends on OF | ||
261 | help | ||
262 | Say Y here if you want support for the keyboard and touchpad included | ||
263 | in the OLPC XO-1.75 and XO-4 laptops. | ||
264 | |||
265 | To compile this driver as a module, choose M here: the module will | ||
266 | be called olpc_apsp. | ||
267 | |||
258 | endif | 268 | endif |