DM09x0 Ethernet now supports CONFIG_NET_NOINTS

This commit is contained in:
Gregory Nutt
2016-12-03 11:42:15 -06:00
parent 41e35c88bf
commit 43459fe75e
13 changed files with 650 additions and 223 deletions
+2
View File
@@ -81,6 +81,8 @@
*/
#if defined(CONFIG_NET_NOINTS) && !defined(CONFIG_SCHED_HPWORK)
/* REVISIT: The low priority work queue would be preferred if it is avaiable */
# error High priority work queue support is required
#endif