summaryrefslogtreecommitdiff
path: root/apps/vsn/sdcard/Kconfig
blob: 8e6c13264e0f2ae73f0964ea38abad6bbc11e8ba (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_SDCARD
	bool "NSH sdcard command"
	default n
	---help---
		Enable support for the NSH sdcard command.

if VSN_SDCARD
endif