aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 40af9115d..2a90b770d 100644
--- a/Config.in
+++ b/Config.in
@@ -9,6 +9,17 @@ config HAVE_DOT_CONFIG
9 bool 9 bool
10 default y 10 default y
11 11
12choice
13 prompt "Target platform"
14 default PLATFORM_POSIX
15 help
16 Target platform you are building busybox for
17
18config PLATFORM_POSIX
19 bool "POSIX"
20
21endchoice
22
12menu "Busybox Settings" 23menu "Busybox Settings"
13 24
14menu "General Configuration" 25menu "General Configuration"