CONFIG_INPUT needs CONFIG_POLLER, so everything that selects INPUT needs to also select POLLER. Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- drivers/input/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index be061683fb0a..e40032d91b2f 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -66,6 +66,7 @@ config KEYBOARD_USB config INPUT_SPECIALKEYS bool "Special keys handler" + select POLLER select INPUT help Say Y here to handle key events like KEY_RESTART and KEY_POWER. -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox