xref: /openbmc/u-boot/drivers/input/Kconfig (revision 9038cd531382e94cc6d4daa9e81f70491030aa38)
1config CROS_EC_KEYB
2	bool "Enable Chrome OS EC keyboard support"
3	help
4	  Most ARM Chromebooks use an EC to provide access to the keyboard.
5	  Messages are used to request key scans from the EC and these are
6	  then decoded into keys by this driver.
7