]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/serio/Kconfig
Input: i8042 - disable the driver on ARC platforms
[karo-tx-linux.git] / drivers / input / serio / Kconfig
index aebfe3ecb9451638b21714949caff6c9c381fbf8..1e691a3a79cbaffd054789bb4b7f586cff792bba 100644 (file)
@@ -22,7 +22,8 @@ config SERIO_I8042
        tristate "i8042 PC Keyboard controller" if EXPERT || !X86
        default y
        depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
-                  (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390
+                  (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \
+                  !ARC
        help
          i8042 is the chip over which the standard AT keyboard and PS/2
          mouse are connected to the computer. If you use these devices,
@@ -205,6 +206,7 @@ config SERIO_XILINX_XPS_PS2
 
 config SERIO_ALTERA_PS2
        tristate "Altera UP PS/2 controller"
+       depends on HAS_IOMEM
        help
          Say Y here if you have Altera University Program PS/2 ports.
 
@@ -255,4 +257,14 @@ config SERIO_APBPS2
          To compile this driver as a module, choose M here: the module will
          be called apbps2.
 
+config SERIO_OLPC_APSP
+       tristate "OLPC AP-SP input support"
+       depends on OF
+       help
+         Say Y here if you want support for the keyboard and touchpad included
+         in the OLPC XO-1.75 and XO-4 laptops.
+
+         To compile this driver as a module, choose M here: the module will
+         be called olpc_apsp.
+
 endif