| Index: drivers/input/keyboard/Kconfig
 | 
| diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
 | 
| index a6b989a9dc07eee021d90e1d6f4ae902da547056..c522d6cbe29da8ac8d448901b5a575845dce10f7 100644
 | 
| --- a/drivers/input/keyboard/Kconfig
 | 
| +++ b/drivers/input/keyboard/Kconfig
 | 
| @@ -361,4 +361,12 @@ config KEYBOARD_XTKBD
 | 
|  	  To compile this driver as a module, choose M here: the
 | 
|  	  module will be called xtkbd.
 | 
|  
 | 
| +config KEYBOARD_QCIKBD
 | 
| +	tristate "Quanta Computer Inc. keyboard"
 | 
| +	depends on I2C && ARCH_MSM_SCORPION
 | 
| +	default n
 | 
| +	help
 | 
| +	  Say Y here if you want to use the Quanta keyboard driver for ST 1.5
 | 
| +	  platform.
 | 
| +
 | 
|  endif
 | 
| 
 |