arm64: configs: Update configs for Khadas VIM3
authorYongtaek Jeon <ytjeon@samsung.com>
Fri, 15 Nov 2024 04:30:51 +0000 (13:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Sun, 17 Nov 2024 23:29:58 +0000 (08:29 +0900)
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 <ytjeon@samsung.com>
arch/arm64/configs/tizen_kvims_defconfig

index ebf9d22d8292403dc1e304083c266a9e91b42b6f..218dcf01c6facf603e3e53c99141d1cd2ac07dbc 100644 (file)
@@ -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