mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] sandbox: configs: disable CONFIG_NET_NETCONSOLE in sandbox_defconfig
@ 2025-02-20 20:27 Ahmad Fatoum
  2025-02-21 12:17 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-02-20 20:27 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-21 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-20 20:27 [PATCH] sandbox: configs: disable CONFIG_NET_NETCONSOLE in sandbox_defconfig Ahmad Fatoum
2025-02-21 12:17 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox