summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-02-11 10:33:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-11 13:56:00 +0100
commit0fe011b6ffb4b04ae484c8c9ac5fe326f10e41c0 (patch)
tree49543d3025522cd8cf9be1392f2d8b0abce19fe7 /common/Kconfig
parent9a8563b94fd22fc10723aca0f7ed884d8e37a20a (diff)
downloadbarebox-0fe011b6ffb4b04ae484c8c9ac5fe326f10e41c0.tar.gz
barebox-0fe011b6ffb4b04ae484c8c9ac5fe326f10e41c0.tar.xz
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 <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
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