From: Yongtaek Jeon Date: Fri, 15 Nov 2024 04:30:51 +0000 (+0900) Subject: arm64: configs: Update configs for Khadas VIM3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54a88f44704d855091f79c35d989b36f79b31be9;p=platform%2Fkernel%2Flinux-amlogic.git arm64: configs: Update configs for Khadas VIM3 This patch updates the kernel configurations for Khadas VIM3 to provide full support in the tizen_kvims_defconfig 1. CONFIG_AUTOFS_FS: Reflects changed automounter configuration. As of Linux Kernel version 4.18, the configuration option for automounter support has changed from AUTOFS4_FS to AUTOFS_FS. This patch updates the kernel configuration to reflect this change. 2. CONFIG_DEBUG_KERNEL: Activates debugging and identifying kernel problems. If this config is enabled, CONFIG_FTRACE will be enabled by default. 3. CONFIG_DEBUG_FS: Enables Debug Filesystem. Change-Id: Id849bee90ff6999c3968fea530f83e0b3befd492 Signed-off-by: Yongtaek Jeon --- diff --git a/arch/arm64/configs/tizen_kvims_defconfig b/arch/arm64/configs/tizen_kvims_defconfig index ebf9d22d8292..218dcf01c6fa 100644 --- a/arch/arm64/configs/tizen_kvims_defconfig +++ b/arch/arm64/configs/tizen_kvims_defconfig @@ -405,6 +405,7 @@ CONFIG_F2FS_FS=y CONFIG_F2FS_FS_SECURITY=y CONFIG_F2FS_CHECK_FS=y CONFIG_FANOTIFY=y +CONFIG_AUTOFS_FS=y CONFIG_FUSE_FS=y CONFIG_OVERLAY_FS=y CONFIG_MSDOS_FS=y @@ -460,6 +461,9 @@ CONFIG_CRC_T10DIF=y CONFIG_DMA_CMA=y CONFIG_CMA_SIZE_MBYTES=8 CONFIG_PRINTK_TIME=y +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_MISC is not set CONFIG_MAGIC_SYSRQ=y +CONFIG_DEBUG_FS=y CONFIG_PANIC_TIMEOUT=5 CONFIG_SCHEDSTATS=y