aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r--util-linux/Config.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 5a8b0063b..ef7039720 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -246,6 +246,13 @@ config FSCK_MINIX
246 check for and attempt to repair any corruption that occurs to a minix 246 check for and attempt to repair any corruption that occurs to a minix
247 filesystem. 247 filesystem.
248 248
249config FSTRIM
250 bool "fstrim"
251 default y
252 select PLATFORM_LINUX
253 help
254 Discard unused blocks on a mounted filesystem.
255
249config MKFS_EXT2 256config MKFS_EXT2
250 bool "mkfs_ext2" 257 bool "mkfs_ext2"
251 default y 258 default y