nuttx-apps/system/install/Kconfig
2015-04-07 13:23:39 -06:00

15 lines
262 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config SYSTEM_INSTALL
bool "FLASH Program Installation"
default n
---help---
Enable support for the FLASH installation tool.
if SYSTEM_INSTALL
endif