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

config EXAMPLES_USBMSC
	bool "USB mass storage class example"
	default n
	---help---
		Enable the USB mass storage class example

if EXAMPLES_USBMSC
endif