Skip to content
Snippets Groups Projects
Commit 10e53651 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

CONFIG_NSH_CONDEV is type string, not bool

parent 03ec268e
No related branches found
No related tags found
No related merge requests found
......@@ -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---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment