CONFIG_NSH_CONDEV is type string, not bool
This commit is contained in:
parent
03ec268ef9
commit
10e5365132
@ -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---
|
||||
|
Loading…
Reference in New Issue
Block a user