summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-11-29 16:14:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-02 11:02:21 +0100
commitcae5e14224f4e8d935fe16d6c4d07648a960bfa8 (patch)
tree9520277802767b7fac912332682c56ec4e9305a7 /lib/Kconfig
parent41c70383948246d0436d3494eb8b952916f2e6c7 (diff)
downloadbarebox-cae5e14224f4e8d935fe16d6c4d07648a960bfa8.tar.gz
barebox-cae5e14224f4e8d935fe16d6c4d07648a960bfa8.tar.xz
ratp: add more build dependencies
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 6216fdd6ba..9a80780186 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