diff options
author | Moritz Fischer | 2015-01-10 14:04:14 -0800 |
---|---|---|
committer | Dmitry Torokhov | 2015-01-10 14:17:10 -0800 |
commit | 846a7fc8f4bc8f0d04be8d953ecba28152b14de4 (patch) | |
tree | 49466b37e79ded79a5012f53ccf057376e3d7267 /drivers/input/misc/Kconfig | |
parent | b388de88308fde104fb6520dbf9e7b342fd5761a (diff) |
Input: add support for NI Ettus Research USRP E3x0 button
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 9e610c4862a2..6deb8dae3205 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -93,6 +93,16 @@ config INPUT_BMA150 To compile this driver as a module, choose M here: the module will be called bma150. +config INPUT_E3X0_BUTTON + tristate "NI Ettus Research USRP E3x0 Button support." + default n + help + Say Y here to enable support for the NI Ettus Research + USRP E3x0 Button. + + To compile this driver as a module, choose M here: the + module will be called e3x0_button. + config INPUT_PCSPKR tristate "PC Speaker support" depends on PCSPKR_PLATFORM |