diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index fbcf62476..28292bd40 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -354,6 +354,15 @@ config CONFIG_READPROFILE | |||
354 | help | 354 | help |
355 | This allows you to parse /proc/profile for basic profiling. | 355 | This allows you to parse /proc/profile for basic profiling. |
356 | 356 | ||
357 | config CONFIG_SETARCH | ||
358 | bool "setarch" | ||
359 | default n | ||
360 | help | ||
361 | The linux32 utility is used to create a 32bit environment for the | ||
362 | specified program (usually a shell). It only makes sense to have | ||
363 | this util on a system that supports both 64bit and 32bit userland | ||
364 | (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). | ||
365 | |||
357 | config CONFIG_SWAPONOFF | 366 | config CONFIG_SWAPONOFF |
358 | bool "swaponoff" | 367 | bool "swaponoff" |
359 | default n | 368 | default n |