We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a42dac + 49f0631 commit 762fdb9Copy full SHA for 762fdb9
1 file changed
tools/packaging/kernel/configs/fragments/common/datadog.conf
@@ -0,0 +1,16 @@
1
+# Datadog-specific kernel configs kept in a separate fragment to avoid
2
+# merge conflicts with upstream.
3
+
4
+# Network block device support
5
+CONFIG_BLK_DEV_NBD=y
6
7
+# MD (RAID) and device-mapper support
8
+CONFIG_MD=y
9
+CONFIG_BLK_DEV_DM_BUILTIN=y
10
+CONFIG_BLK_DEV_DM=y
11
12
+# Btrfs filesystem support
13
+CONFIG_BTRFS_FS=y
14
15
+# F2FS filesystem support
16
+CONFIG_F2FS_FS=y
0 commit comments