aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Config.src')
-rw-r--r--editors/Config.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/Config.src b/editors/Config.src
index af1e1de5e..d3bd46e40 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -7,21 +7,6 @@ menu "Editors"
INSERT
-config AWK
- bool "awk"
- default y
- help
- Awk is used as a pattern scanning and processing language. This is
- the BusyBox implementation of that programming language.
-
-config FEATURE_AWK_LIBM
- bool "Enable math functions (requires libm)"
- default y
- depends on AWK
- help
- Enable math functions of the Awk programming language.
- NOTE: This will require libm to be present for linking.
-
config CMP
bool "cmp"
default y