SAMV7 USB: Updates to early initialization logic

This commit is contained in:
Gregory Nutt 2015-03-24 10:05:21 -06:00
parent 83e4bc2f7d
commit d8d4a3486c

View File

@ -6,6 +6,7 @@
config NSH_LIBRARY
bool "NSH Library"
default n
select NETUTILS_NETLIB if NET
---help---
Build the NSH support library. This is used, for example, by
examples/nsh in order to implement the full NuttShell (NSH).