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