diff options
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 |