Blame view

bootloader/u-boot_2015_04/drivers/input/Kconfig 250 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
  config CROS_EC_KEYB
  	bool "Enable Chrome OS EC keyboard support"
  	help
  	  Most ARM Chromebooks use an EC to provide access to the keyboard.
  	  Messages are used to request key scans from the EC and these are
  	  then decoded into keys by this driver.