Remove other traces of network interrupt prioritization

This commit is contained in:
Gregory Nutt
2014-04-19 08:12:22 -06:00
parent 77605055ba
commit 8417705388
21 changed files with 12 additions and 30 deletions
-2
View File
@@ -821,8 +821,6 @@ LPC4330-Xplorer Configuration Options
CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
the higest priority.
CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented).
CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs
CONFIG_DEBUG.