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

config PLATFORM_CONFIGDATA
	bool "Platform configuration data"
	default n
	---help---
		Set this option if the platform retention of configuration data.
		This storage mechanism is platform dependent and must be implemented
		in the platform specific directory under apps/platform/.  The
		storage mechanism is not visible to applications so underlying non-
		volatile storage can be used:  A file, EEPROM, hardcoded values in
		FLASH, etc.

source "$APPSDIR/platform/mikroe-stm32f4/Kconfig"