CONSOLE_SIMPLE does not provide implementation of console_set_active(). Instead of providing a dummy implementation to cover for that, add dependency on CONSOLE_FULL since RATP would be severely limited by single console device limitation of CONSOLE_SIMPLE. Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- lib/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Kconfig b/lib/Kconfig index 3d0665570..659f51bd1 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -95,6 +95,7 @@ config STMP_DEVICE config RATP select CRC16 + depends on CONSOLE_FULL bool "RATP protocol support" help Reliable Asynchronous Transfer Protocol (RATP) is a protocol for reliably -- 2.17.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox