Fix a typo in a Kconfig file

This commit is contained in:
Gregory Nutt 2015-07-04 13:17:10 -06:00
parent 95eea325cf
commit f9afefe7e9

View File

@ -323,7 +323,7 @@ config NSH_DISABLE_PWD
default n
config NSH_DISABLE_REBOOT
bool "Disbable reboot"
bool "Disable reboot"
default n if !DEFAULT_SMALL && !BOARDCTL_POWEROFF
default y if DEFAULT_SMALL || BOARDCTL_POWEROFF
depends on BOARDCTL_RESET