diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-09-18 10:58:33 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-09-18 10:58:33 -0400 |
| commit | 4ba25a496f62129a2ad8c2436ab2b402752dc66c (patch) | |
| tree | 8abf41a79f293832a430a9609530c24cd365466c /drivers/input/serio | |
| parent | 390de835b61228abf6646f2b14530edca8d7512f (diff) | |
| parent | 6e4664525b1db28f8c4e1130957f70a94c19213e (diff) | |
Merge tag 'v3.11' into next
Merge with mainline to bring in sync changes to cyttsp4 driver.
Diffstat (limited to 'drivers/input/serio')
| -rw-r--r-- | drivers/input/serio/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index d401a7dccaa7..1e691a3a79cb 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
| @@ -22,7 +22,8 @@ config SERIO_I8042 | |||
| 22 | tristate "i8042 PC Keyboard controller" if EXPERT || !X86 | 22 | tristate "i8042 PC Keyboard controller" if EXPERT || !X86 |
| 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 && \ |
| 26 | !ARC | ||
| 26 | help | 27 | help |
| 27 | i8042 is the chip over which the standard AT keyboard and PS/2 | 28 | i8042 is the chip over which the standard AT keyboard and PS/2 |
| 28 | mouse are connected to the computer. If you use these devices, | 29 | mouse are connected to the computer. If you use these devices, |
| @@ -205,6 +206,7 @@ config SERIO_XILINX_XPS_PS2 | |||
| 205 | 206 | ||
| 206 | config SERIO_ALTERA_PS2 | 207 | config SERIO_ALTERA_PS2 |
| 207 | tristate "Altera UP PS/2 controller" | 208 | tristate "Altera UP PS/2 controller" |
| 209 | depends on HAS_IOMEM | ||
| 208 | help | 210 | help |
| 209 | Say Y here if you have Altera University Program PS/2 ports. | 211 | Say Y here if you have Altera University Program PS/2 ports. |
| 210 | 212 | ||
