Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- common/ratp/Kconfig | 1 + lib/Kconfig | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig index 30462c6c9759..25150addfd75 100644 --- a/common/ratp/Kconfig +++ b/common/ratp/Kconfig @@ -6,6 +6,7 @@ config CONSOLE_RATP select POLLER select CMDLINE_EDITING depends on CONSOLE_FULL + depends on !SHELL_NONE prompt "RATP console support" help This option adds support for remote controlling barebox via serial diff --git a/lib/Kconfig b/lib/Kconfig index 6216fdd6bac0..9a80780186a5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -105,6 +105,11 @@ config LIBFDT config RATP select CRC_ITU_T + select COMPILE_MEMORY + select COMMAND_SUPPORT + select POLLER + depends on CONSOLE_FULL + depends on !SHELL_NONE bool "RATP protocol support" help Reliable Asynchronous Transfer Protocol (RATP) is a protocol for reliably -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox