diff options
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 922cabdb8..ee0d8a632 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -489,34 +489,6 @@ config SCRIPTREPLAY | |||
489 | This program replays a typescript, using timing information | 489 | This program replays a typescript, using timing information |
490 | given by script -t. | 490 | given by script -t. |
491 | 491 | ||
492 | config SWAPONOFF | ||
493 | bool "swaponoff" | ||
494 | default y | ||
495 | select PLATFORM_LINUX | ||
496 | help | ||
497 | This option enables both the 'swapon' and the 'swapoff' utilities. | ||
498 | Once you have created some swap space using 'mkswap', you also need | ||
499 | to enable your swap space with the 'swapon' utility. The 'swapoff' | ||
500 | utility is used, typically at system shutdown, to disable any swap | ||
501 | space. If you are not using any swap space, you can leave this | ||
502 | option disabled. | ||
503 | |||
504 | config FEATURE_SWAPON_DISCARD | ||
505 | bool "Support discard option -d" | ||
506 | default y | ||
507 | depends on SWAPONOFF | ||
508 | help | ||
509 | Enable support for discarding swap area blocks at swapon and/or as | ||
510 | the kernel frees them. This option enables both the -d option on | ||
511 | 'swapon' and the 'discard' option for swap entries in /etc/fstab. | ||
512 | |||
513 | config FEATURE_SWAPON_PRI | ||
514 | bool "Support priority option -p" | ||
515 | default y | ||
516 | depends on SWAPONOFF | ||
517 | help | ||
518 | Enable support for setting swap device priority in swapon. | ||
519 | |||
520 | config SWITCH_ROOT | 492 | config SWITCH_ROOT |
521 | bool "switch_root" | 493 | bool "switch_root" |
522 | default y | 494 | default y |