From d876f2ec0890688a0235c052f6f5b500e92d35a2 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 24 Feb 2018 16:01:14 +0100 Subject: ratp: moved logic to its own subdirectory We are going to add new RATP command implementations in separate files within this subdirectory. Signed-off-by: Aleksander Morgado Signed-off-by: Sascha Hauer --- common/Kconfig | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 93b1d89274..81cf72a959 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -755,18 +755,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 -- cgit v1.2.3