Input: add st-keyscan driver
[linux-2.6-microblaze.git] / drivers / input / keyboard / Kconfig
index a673c9f..948a303 100644 (file)
@@ -151,6 +151,18 @@ config KEYBOARD_BFIN
          To compile this driver as a module, choose M here: the
          module will be called bf54x-keys.
 
+config KEYBOARD_CLPS711X
+       tristate "CLPS711X Keypad support"
+       depends on OF_GPIO && (ARCH_CLPS711X || COMPILE_TEST)
+       select INPUT_MATRIXKMAP
+       select INPUT_POLLDEV
+       help
+         Say Y here to enable the matrix keypad on the Cirrus Logic
+         CLPS711X CPUs.
+
+         To compile this driver as a module, choose M here: the
+         module will be called clps711x-keypad.
+
 config KEYBOARD_LKKBD
        tristate "DECstation/VAXstation LK201/LK401 keyboard"
        select SERIO
@@ -512,6 +524,17 @@ config KEYBOARD_STOWAWAY
          To compile this driver as a module, choose M here: the
          module will be called stowaway.
 
+config KEYBOARD_ST_KEYSCAN
+       tristate "STMicroelectronics keyscan support"
+       depends on ARCH_STI || COMPILE_TEST
+       select INPUT_MATRIXKMAP
+       help
+         Say Y here if you want to use a keypad attached to the keyscan block
+         on some STMicroelectronics SoC devices.
+
+         To compile this driver as a module, choose M here: the
+         module will be called st-keyscan.
+
 config KEYBOARD_SUNKBD
        tristate "Sun Type 4 and Type 5 keyboard"
        select SERIO
@@ -595,16 +618,6 @@ config KEYBOARD_TC3589X
          To compile this driver as a module, choose M here: the
          module will be called tc3589x-keypad.
 
-config KEYBOARD_TNETV107X
-       tristate "TI TNETV107X keypad support"
-       depends on ARCH_DAVINCI_TNETV107X
-       select INPUT_MATRIXKMAP
-       help
-         Say Y here if you want to use the TNETV107X keypad.
-
-         To compile this driver as a module, choose M here: the
-         module will be called tnetv107x-keypad.
-
 config KEYBOARD_TWL4030
        tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
        depends on TWL4030_CORE