diff options
author | Jaya Kumar <jayakumar.acpi@gmail.com> | 2007-02-10 01:29:00 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-02-10 01:29:00 -0500 |
commit | 31ea7ff0f880dc3f4ad94e85c1432d4b910c9fca (patch) | |
tree | f2fe5dd4f400edbb02cf524f94a37b6c9fdd823f /drivers/input/misc/Kconfig | |
parent | b22364c8eec89e6b0c081a237f3b6348df87796f (diff) |
Input: add Atlas button driver
This patch adds support for the buttons on the Atlas wallmount
touchscreen.
Signed-off-by: Jaya Kumar <jayakumar.acpi@gmail.com>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index ba0e88c64e1e..41b42587f5e9 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -50,6 +50,16 @@ config INPUT_WISTRON_BTNS | |||
50 | To compile this driver as a module, choose M here: the module will | 50 | To compile this driver as a module, choose M here: the module will |
51 | be called wistron_btns. | 51 | be called wistron_btns. |
52 | 52 | ||
53 | config INPUT_ATLAS_BTNS | ||
54 | tristate "x86 Atlas button interface" | ||
55 | depends on X86 && ACPI | ||
56 | help | ||
57 | Say Y here for support of Atlas wallmount touchscreen buttons. | ||
58 | The events will show up as scancodes F1 through F9 via evdev. | ||
59 | |||
60 | To compile this driver as a module, choose M here: the module will | ||
61 | be called atlas_btns. | ||
62 | |||
53 | config INPUT_IXP4XX_BEEPER | 63 | config INPUT_IXP4XX_BEEPER |
54 | tristate "IXP4XX Beeper support" | 64 | tristate "IXP4XX Beeper support" |
55 | depends on ARCH_IXP4XX | 65 | depends on ARCH_IXP4XX |