[PATCH] sandbox: configs: disable CONFIG_NET_NETCONSOLE in sandbox_defconfig
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Feb 20 12:27:23 PST 2025
Sandbox users can register extra consoles via command-line arguments, so
it makes sense to have CONFIG_CONSOLE_ACTIVATE_ALL enabled.
This also means that users get an ugly error message by default:
ERROR: netconsole: port not set
Avoid this by disabling the netconsole support in the defconfig.
Users willing to configure it can always enable it again.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/sandbox/configs/sandbox_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index a5e0f72c6340..251af8d0ef31 100644
--- a/arch/sandbox/configs/sandbox_defconfig
+++ b/arch/sandbox/configs/sandbox_defconfig
@@ -94,7 +94,6 @@ CONFIG_CMD_SPD_DECODE=y
CONFIG_CMD_SEED=y
CONFIG_NET=y
CONFIG_NET_NFS=y
-CONFIG_NET_NETCONSOLE=y
CONFIG_NET_SNTP=y
CONFIG_NET_FASTBOOT=y
CONFIG_FEATURE_CONTROLLER=y
--
2.39.5
More information about the barebox
mailing list