comparison Config.in @ 10:4d21d59f3206

Add menuconfig, plus some basic Config info, lots of which is just future plans for toysh. Nothing's currently _using_ this config info, but at least it's being generated now.
author landley@driftwood
date Tue, 31 Oct 2006 23:30:06 -0500
parents
children 66e7b6eaa2e2
comparison
equal deleted inserted replaced
-1:000000000000 10:4d21d59f3206
1 mainmenu "ToyBox Configuration"
2
3 menu "Global settings"
4
5 config CONFIG_TOYS_FREE
6 bool "Free memory unnecessarily"
7 default n
8 help
9 When a program exits, the operating system will clean up after it
10 (free memory, close files, etc). To save size, toybox usually relies
11 on this behavior. If you're running toybox under a debugger or
12 without a real OS (ala newlib+libgloss), enable this to make toybox
13 clean up after itself.
14
15 endmenu
16
17 source lib/Config.in