Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tools/packaging/kernel/configs/fragments/common/datadog.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Datadog-specific kernel configs kept in a separate fragment to avoid
# merge conflicts with upstream.

# Network block device support
CONFIG_BLK_DEV_NBD=y

# MD (RAID) and device-mapper support
CONFIG_MD=y
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y

# Btrfs filesystem support
CONFIG_BTRFS_FS=y

# F2FS filesystem support
CONFIG_F2FS_FS=y
Loading