summaryrefslogtreecommitdiff
path: root/apps/vsn/poweroff/Kconfig
blob: d0059a0d388bbb98bb2ef0d6da5e1700626f8813 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config VSN_POWEROFF
	bool "NSH poweroff command"
	default n
	---help---
		Enable support for the NSH poweroff command.

if VSN_POWEROFF
endif