aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-08 20:32:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-08 20:32:12 +0000
commitd2c450ce811454fb77679d049538530d2cf54dd8 (patch)
tree319d23806c17472026e0a946d6ae320f513e34c0 /Config.in
parent474d1c57c834ee3dee6de49f109c9b570236fa60 (diff)
downloadbusybox-d2c450ce811454fb77679d049538530d2cf54dd8.tar.gz
hush: report [v]fork failures
hush: more correct handling of piping config: add CONFIG_NOMMU
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index fa48ddd63..d2bb63200 100644
--- a/Config.in
+++ b/Config.in
@@ -280,6 +280,17 @@ config STATIC
Most people will leave this set to 'N'.
+config NOMMU
+ bool "Force NOMMU build"
+ default n
+ help
+ Busybox tries to detect whether architecture it is being
+ built against supports MMU or not. If this detection fails,
+ or if you want to build NOMMU version of busybox for testing,
+ you may force NOMMU build here.
+
+ Most people will leave this set to 'N'.
+
config BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
default n