From 0fe011b6ffb4b04ae484c8c9ac5fe326f10e41c0 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 11 Feb 2016 10:33:56 +0100 Subject: ratp-console: select CRC16 and POLLER, depend on CONSOLE_FULL RATP console selects RATP, which in turn selects CRC16, but those chains don't work in Kconfig, so select CRC16 also from the console option. Also fix build errors by depending on CONSOLE_FULL and selecting POLLER. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- common/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index fc3ed8e57d..3b87a3c8f8 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -623,6 +623,9 @@ config PBL_CONSOLE config CONSOLE_RATP bool select RATP + select CRC16 + select POLLER + depends on CONSOLE_FULL prompt "RATP console support" help This option adds support for remote controlling barebox via serial -- cgit v1.2.3