blob: b449cf91a9863dcf6e22997d7bd1b86ff50b9d05 [file] [log] [blame]
##
## 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_KEYBOARD_PS2
bool "PS2 keyboard"
default n
help
Keyboard input through an i8042/PS2 keyboard controller as found on
traditional PCs.
config DRIVER_KEYBOARD_USB
bool "USB keyboard"
default n
help
USB keyboard support.
config DRIVER_KEYBOARD_MKBP
bool "ChromeOS EC based keyboard"
default n
help
A simplified keymatrix keyboard implemented with the ChromeOS EC.
config DRIVER_KEYBOARD_PSEUDO
bool "ChromeOS Pseudo keyboard"
default n
help
A pseudo keyboard driver for embedded systems with other forms
of input.
source src/drivers/keyboard/mkbp/Kconfig