From 28e695055967ba826d0c81541fdcdb64f2c0cfec Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 08:37:10 +0200 Subject: Config.in: add target platform selection Currently there is only one choice: POSIX. However non-POSIX platform may be supported in future. --- Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 bool default y +choice + prompt "Target platform" + default PLATFORM_POSIX + help + Target platform you are building busybox for + +config PLATFORM_POSIX + bool "POSIX" + +endchoice + menu "Busybox Settings" menu "General Configuration" -- cgit v1.2.3-55-g6feb