As exposed by "make randconfig", we have an issue with the dependencies
for BUTTON_KEYBOARD. This needs to also depend on DM_GPIO, and then
select BUTTON as well as BUTTON_GPIO, in order to meet all its
requirements.
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
config BUTTON_KEYBOARD
bool "Buttons as keyboard"
- depends on DM_KEYBOARD
+ depends on DM_KEYBOARD && DM_GPIO
+ select BUTTON
select BUTTON_GPIO
help
Enable support for mapping buttons to keycode events. Use linux,code button driver