mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -826,9 +826,9 @@ Where <subdir> is one of the following:
|
||||
contains support for some built-in applications that can be enabled by making
|
||||
some additional minor change to the configuration file.
|
||||
|
||||
Reconfiguring: This configuration uses to the mconf configuration tool to control
|
||||
the configuration. See the section entitled "NuttX Configuration Tool"
|
||||
in the top-level README.txt file.
|
||||
Reconfiguring: This configuration uses to the kconfig-mconf configuration tool
|
||||
to control the configuration. See the section entitled "NuttX Configuration
|
||||
Tool" in the top-level README.txt file.
|
||||
|
||||
Start Delays: If no SD card is present in the slot, or if the network is not
|
||||
connected, then there will be long start-up delays before you get the NSH
|
||||
@@ -842,7 +842,7 @@ Where <subdir> is one of the following:
|
||||
verified. The ENC28J60 network is not yet functional. Networking is
|
||||
enabled by default in this configuration for testing purposes. To use this
|
||||
configuration, the network must currently be disabled. To do this using
|
||||
the mconf configuration tool:
|
||||
the kconfig-mconf configuration tool:
|
||||
|
||||
> make menuconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user