summaryrefslogtreecommitdiff
path: root/apps/system/install/Kconfig
blob: a48f67f20b6d781f97914eeb2076cf6e68f71a1b (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 SYSTEM_INSTALL
	bool "FLASH installation tool"
	default n
	---help---
		Enable support for the FLASH installation tool.

if SYSTEM_INSTALL
endif