| ## |
| ## Copyright 2013 Google Inc. All rights reserved. |
| ## |
| ## This program is free software; you can redistribute it and/or modify |
| ## it under the terms of the GNU General Public License as published by |
| ## the Free Software Foundation; version 2 of the License. |
| ## |
| ## This program is distributed in the hope that it will be useful, |
| ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| ## GNU General Public License for more details. |
| ## |
| ## You should have received a copy of the GNU General Public License |
| ## along with this program; if not, write to the Free Software |
| ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| |
| config DRIVER_INPUT_PS2 |
| bool "PS2 keyboard" |
| default n |
| help |
| Keyboard input through an i8042/PS2 keyboard controller as found on |
| traditional PCs. The actual support is provided by libpayload, this |
| just makes it an input source as far as depthcharge is concerned. |
| |
| config DRIVER_INPUT_USB |
| bool "USB keyboard" |
| default n |
| help |
| USB keyboard support. The actual support is provided by libpayload, |
| this just makes it an input source as far as depthcharge is |
| concerned. |
| |
| config DRIVER_INPUT_MKBP |
| bool "ChromeOS EC based keyboard" |
| default n |
| help |
| A simplified keymatrix keyboard implemented with the ChromeOS EC. |
| |
| config DRIVER_INPUT_PSEUDO |
| bool "ChromeOS Pseudo keyboard" |
| default n |
| help |
| A pseudo keyboard driver for embedded systems with other forms of input. |
| |
| source src/drivers/input/mkbp/Kconfig |