CONFIG_NSH_CONDEV is type string, not bool

This commit is contained in:
Gregory Nutt 2014-04-21 18:59:53 -06:00
parent 03ec268ef9
commit 10e5365132

View File

@ -676,7 +676,7 @@ config NSH_USBDEV_TRACEINTERRUPTS
endif # NSH_USBDEV_TRACE
config NSH_CONDEV
bool "Default console device"
string "Default console device"
default "/dev/console"
depends on NSH_CONSOLE && !NSH_USBCONSOLE
---help---