From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 07:10:08 +0000 (+0100) Subject: serial: serial_octeon_bootcmd.c: use correct Kconfig symbol X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd75c262403062254dfec953bff34bc9cc467206;p=thirdparty%2Fu-boot.git serial: serial_octeon_bootcmd.c: use correct Kconfig symbol CONFIG_SYS_IS_IN_ENV does not exist. CONFIG_SYS_CONSOLE_IS_IN_ENV seems to be needed here. Fixes: f1054661e50f ("serial: serial_octeon_bootcmd.c: Add PCI remote console support") Signed-off-by: Heinrich Schuchardt Reviewed-by: Stefan Roese --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5f8b98f0704..c6e457572b1 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -1024,7 +1024,7 @@ config OCTEON_SERIAL_BOOTCMD bool "MIPS Octeon PCI remote bootcmd input" depends on ARCH_OCTEON depends on DM_SERIAL - select SYS_IS_IN_ENV + select SYS_CONSOLE_IS_IN_ENV select CONSOLE_MUX help This driver supports remote input over the PCIe bus from a host