summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2023-11-24 14:24:53 +0100
committerJakob Unterwurzacher <jakobunt@gmail.com>2023-11-24 14:24:53 +0100
commit26cea56ae00c36aa46457e7a8a1834863a33a161 (patch)
tree0d2f94b82fee0c02f0304b7f23050231df63255a /arch/arm64
parent680512586f5fccee2d7fc62c2de034afc8e76610 (diff)
TSD: arm64: configs: puma: enable netconsole support
From https://www.kernel.org/doc/Documentation/networking/netconsole.txt : > This module logs kernel printk messages over UDP allowing debugging of > problem where disk logging fails and serial consoles are impractical. That's exactly why we need it. We also need CONFIG_NETCONSOLE_DYNAMIC because for many usecases, we get an IP address over DHCP, and netconsole can only be enabled when you have an IP address. Relates-to: RNG-180 Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/configs/puma-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/puma-rk3399_defconfig b/arch/arm64/configs/puma-rk3399_defconfig
index 6f7b27859a1f..b939bff21b9f 100644
--- a/arch/arm64/configs/puma-rk3399_defconfig
+++ b/arch/arm64/configs/puma-rk3399_defconfig
@@ -224,6 +224,8 @@ CONFIG_BLK_DEV_SD=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_DEBUG=m
CONFIG_NETDEVICES=y
+CONFIG_NETCONSOLE=y
+CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y