config CROS_EC_KEYB
bool "Enable Chrome OS EC keyboard support"
- depends on INPUT
+ depends on INPUT && CROS_EC
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
config SPL_CROS_EC_KEYB
bool "Enable Chrome OS EC keyboard support in SPL"
- depends on SPL_INPUT
+ depends on SPL_INPUT && SPL_CROS_EC
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
config TPL_CROS_EC_KEYB
bool "Enable Chrome OS EC keyboard support in TPL"
- depends on TPL_INPUT
+ depends on TPL_INPUT && TPL_CROS_EC
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