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