Remove several unused configuration values

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-09-08 04:29:48 +00:00
parent f21aa1fa36
commit e8307875d5

View File

@ -5098,9 +5098,6 @@ build
<li>
<code>CONFIG_NET_MULTICAST</code>: Outgoing multi-cast address support
</li>
<li>
<code>CONFIG_NET_FWCACHE_SIZE</code>: number of packets to remember when looking for duplicates
</li>
</ul>
<h3><a name="slipdriver">SLIP</a></h3>
@ -5803,10 +5800,6 @@ build
<code>CONFIG_BOOT_RAMFUNCS</code>: Other configurations may copy just
some functions into RAM, either for better performance or for errata workarounds.
</li>
<li>
<code>CONFIG_STACK_POINTER</code>: The initial stack pointer (may not be supported
in all architectures).
</li>
<li>
<code>CONFIG_STACK_ALIGNMENT</code>: Set if the your application has specific
stack alignment requirements (may not be supported in all architectures).