This fixes the following error (without CONSOLE support): arm-linux-ld: commands/edit.o: in function "do_edit": /home/ARM/barebox/commands/edit.c:684: undefined reference to "console_list" make: *** [Makefile:872: .tmp_barebox1] Error 1 Signed-off-by: Alexander Shiyan <eagle.alexander923@xxxxxxxxx> --- commands/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Kconfig b/commands/Kconfig index c5505321cf..86e4714849 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1327,6 +1327,7 @@ config CMD_ECHO_E config CMD_EDIT tristate + depends on CONSOLE_FULL || CONSOLE_SIMPLE prompt "edit" help A small fill-screen editor. -- 2.32.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox