Skip to content

Commit f101302

Browse files
authored
Create example.KConfig
1 parent c391999 commit f101302

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/example.KConfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CONFIG_CONFIGFS_FS=y
2+
CONFIG_DEBUG_FS=y
3+
CONFIG_DEBUG_INFO=y
4+
CONFIG_DEBUG_KMEMLEAK=y
5+
CONFIG_KASAN=y
6+
CONFIG_KASAN_INLINE=y
7+
CONFIG_KCOV=y
8+
CONFIG_KCOV_ENABLE_COMPARISONS=y
9+
CONFIG_KCOV_INSTRUMENT_ALL=y
10+
CONFIG_SECURITYFS=y
11+
CONFIG_SLAB_DEBUG=y
12+
CONFIG_USER_NS=y
13+
CONFIG_FRAME_POINTER=y
14+
CONFIG_DEBUG_KERNEL=y
15+
CONFIG_GDB_SCRIPTS=y

0 commit comments

Comments
 (0)