blob: aa3100ff93e7139e705ea2be89e5ec3408259b9c [file] [log] [blame]
landley5257cf52006-10-31 23:30:06 -05001mainmenu "ToyBox Configuration"
2
3menu "Global settings"
4
Rob Landley28964802008-01-19 17:08:39 -06005config TOYBOX
6 bool
7 default n
Rob Landleyd06c58d2007-10-11 15:36:36 -05008 help
Rob Landley28964802008-01-19 17:08:39 -06009 usage: toybox [command] [arguments...]
Rob Landleyd06c58d2007-10-11 15:36:36 -050010
Rob Landley28964802008-01-19 17:08:39 -060011 With no arguments, shows available commands. First argument is
12 name of a command to run, followed by any arguments to that command.
Rob Landleyd06c58d2007-10-11 15:36:36 -050013
Rob Landleyde05a702007-01-31 14:37:01 -050014config TOYBOX_FREE
landley5257cf52006-10-31 23:30:06 -050015 bool "Free memory unnecessarily"
16 default n
17 help
18 When a program exits, the operating system will clean up after it
19 (free memory, close files, etc). To save size, toybox usually relies
20 on this behavior. If you're running toybox under a debugger or
21 without a real OS (ala newlib+libgloss), enable this to make toybox
22 clean up after itself.
23
Rob Landleyde05a702007-01-31 14:37:01 -050024config TOYBOX_DEBUG
Rob Landley8324b892006-11-19 02:49:22 -050025 bool "Debugging tests"
26 default n
27 help
28 Enable extra checks for debugging purposes.
29
landley5257cf52006-10-31 23:30:06 -050030endmenu
31
Rob Landley28964802008-01-19 17:08:39 -060032menu "Toys"
33source generated/Config.in
34endmenu