summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-05 08:53:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-05 08:53:56 +0100
commit3347d0327b4e2d46e6f601d4d14054ec37b44272 (patch)
tree1bd2c198dc893e645bfe2052f402a6e8d9574711 /common/Kconfig
parentcce3ed31230cf60ddbc653b3ace1fb64e05bbddb (diff)
parent0d008a21d006e9541999fe2429c2112c53cd1992 (diff)
downloadbarebox-3347d0327b4e2d46e6f601d4d14054ec37b44272.tar.gz
barebox-3347d0327b4e2d46e6f601d4d14054ec37b44272.tar.xz
Merge branch 'for-next/ratp'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 25de2485cd..af71d6888a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -770,18 +770,7 @@ config PBL_CONSOLE
must be running at the address it's linked at and bss must
be cleared. On ARM that would be after setup_c().
-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
- port. The regular console is designed for human interaction whereas
- this option adds a machine readable interface for controlling barebox.
- Say yes here if you want to control barebox from a remote host.
+source common/ratp/Kconfig
config PARTITION
bool