diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig index 30462c6..25150ad 100644 --- a/common/ratp/Kconfig +++ b/common/ratp/Kconfig @@ -6,6 +6,7 @@ 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 6216fdd..9a80780 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -105,6 +105,11 @@ 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