mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +08:00
More configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4588 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+6
-15
@@ -3,20 +3,14 @@
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
config ARCH
|
||||
string
|
||||
default "sim"
|
||||
|
||||
config ARCH_SIM
|
||||
bool
|
||||
default y
|
||||
|
||||
if ARCH_SIM
|
||||
choice
|
||||
prompt "Simulator board type"
|
||||
default ARCH_BOARD_SIM
|
||||
|
||||
config ARCH_BOARD_SIM
|
||||
bool "x86 Linux user-mode"
|
||||
depends on ARCH_SIM
|
||||
---help---
|
||||
A user-mode port of NuttX to the x86 Linux platform is available.
|
||||
The purpose of this port is primarily to support OS feature development.
|
||||
@@ -24,13 +18,10 @@ config ARCH_BOARD_SIM
|
||||
round robin scheduler) Otherwise, it is complete.
|
||||
|
||||
config ARCH_BOARD_WIN32
|
||||
bool "x86 Win32 user-mode(NOT SUPPORT)"
|
||||
bool "x86 Win32 user-mode(NOT SUPPORTED)"
|
||||
depends on ARCH_SIM
|
||||
---help---
|
||||
THIS PORT NOT SUPPORT.
|
||||
THIS PORT NOT SUPPORTED.
|
||||
|
||||
endchoice
|
||||
|
||||
config ARCH_BOARD
|
||||
string
|
||||
default "sim" if ARCH_BOARD_SIM
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user