diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-14 20:38:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-14 20:38:05 -0500 |
commit | 42249094f79422fbf5ed4b54eeb48ff096809b8f (patch) | |
tree | 91e6850c8c7e8cc284cf8bb6363f8662f84011f4 /drivers/input/serio/Kconfig | |
parent | 936816161978ca716a56c5e553c68f25972b1e3a (diff) | |
parent | 2c027b7c48a888ab173ba45babb4525e278375d9 (diff) |
Merge branch 'next' into for-linus
Merge first round of changes for 3.13 merge window.
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 1e691a3a79cb..5a96acb667ea 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -2,7 +2,7 @@ | |||
2 | # Input core configuration | 2 | # Input core configuration |
3 | # | 3 | # |
4 | config SERIO | 4 | config SERIO |
5 | tristate "Serial I/O support" if EXPERT || !X86 | 5 | tristate "Serial I/O support" |
6 | default y | 6 | default y |
7 | help | 7 | help |
8 | Say Yes here if you have any input device that uses serial I/O to | 8 | Say Yes here if you have any input device that uses serial I/O to |
@@ -19,7 +19,7 @@ config SERIO | |||
19 | if SERIO | 19 | if SERIO |
20 | 20 | ||
21 | config SERIO_I8042 | 21 | config SERIO_I8042 |
22 | tristate "i8042 PC Keyboard controller" if EXPERT || !X86 | 22 | tristate "i8042 PC Keyboard controller" |
23 | default y | 23 | default y |
24 | depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \ | 24 | depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \ |
25 | (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ | 25 | (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ |
@@ -170,7 +170,7 @@ config SERIO_MACEPS2 | |||
170 | module will be called maceps2. | 170 | module will be called maceps2. |
171 | 171 | ||
172 | config SERIO_LIBPS2 | 172 | config SERIO_LIBPS2 |
173 | tristate "PS/2 driver library" if EXPERT | 173 | tristate "PS/2 driver library" |
174 | depends on SERIO_I8042 || SERIO_I8042=n | 174 | depends on SERIO_I8042 || SERIO_I8042=n |
175 | help | 175 | help |
176 | Say Y here if you are using a driver for device connected | 176 | Say Y here if you are using a driver for device connected |
@@ -239,7 +239,6 @@ config SERIO_PS2MULT | |||
239 | 239 | ||
240 | config SERIO_ARC_PS2 | 240 | config SERIO_ARC_PS2 |
241 | tristate "ARC PS/2 support" | 241 | tristate "ARC PS/2 support" |
242 | depends on GENERIC_HARDIRQS | ||
243 | help | 242 | help |
244 | Say Y here if you have an ARC FPGA platform with a PS/2 | 243 | Say Y here if you have an ARC FPGA platform with a PS/2 |
245 | controller in it. | 244 | controller in it. |
@@ -267,4 +266,14 @@ config SERIO_OLPC_APSP | |||
267 | To compile this driver as a module, choose M here: the module will | 266 | To compile this driver as a module, choose M here: the module will |
268 | be called olpc_apsp. | 267 | be called olpc_apsp. |
269 | 268 | ||
269 | config HYPERV_KEYBOARD | ||
270 | tristate "Microsoft Synthetic Keyboard driver" | ||
271 | depends on HYPERV | ||
272 | default HYPERV | ||
273 | help | ||
274 | Select this option to enable the Hyper-V Keyboard driver. | ||
275 | |||
276 | To compile this driver as a module, choose M here: the module will | ||
277 | be called hyperv_keyboard. | ||
278 | |||
270 | endif | 279 | endif |