diff options
author | Jakob Unterwurzacher <jakob.unterwurzacher@cherry.de> | 2025-07-01 12:17:42 +0200 |
---|---|---|
committer | Jakob Unterwurzacher <jakob.unterwurzacher@cherry.de> | 2025-07-01 12:22:17 +0200 |
commit | 594ccd9b836d8dd816e4ee69d226a47f712f7c7b (patch) | |
tree | 43ba087cbd1e8a2b4150adda67ab7280db3ee909 | |
parent | 5669c24eab02778fc53c081bf9803ed2de2b7844 (diff) |
TSD: arm64: configs: jaguar-rk3588_defconfig: enable nfsrootdebugHEADlinux-6.1-stan-rkr3.2-jaguar
The nfsrootdebug kernel command line arg only works if
CONFIG_NFS_DEBUG is set. This in turn depends on
CONFIG_SUNRPC_DEBUG.
Both default to yes, and here's what the help text has to say
about CONFIG_SUNRPC_DEBUG:
Disabling this option will make your kernel slightly smaller,
but makes troubleshooting NFS issues significantly harder.
If unsure, say Y.
Let's enable it.
In my test, it did *not* increase the kernel Image size.
Relates-to: JAG-404
Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@cherry.de>
-rw-r--r-- | arch/arm64/configs/jaguar-rk3588_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/jaguar-rk3588_defconfig b/arch/arm64/configs/jaguar-rk3588_defconfig index ed3b5293c4d2..9ef9aa6c3dd6 100644 --- a/arch/arm64/configs/jaguar-rk3588_defconfig +++ b/arch/arm64/configs/jaguar-rk3588_defconfig @@ -654,6 +654,7 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_NFS_SWAP=y CONFIG_ROOT_NFS=y +CONFIG_SUNRPC_DEBUG=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_936=y |