summaryrefslogtreecommitdiff
path: root/apps/platform/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/platform/Kconfig')
-rw-r--r--apps/platform/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/platform/Kconfig b/apps/platform/Kconfig
index d0cfd0f97..9df459c8a 100644
--- a/apps/platform/Kconfig
+++ b/apps/platform/Kconfig
@@ -3,4 +3,15 @@
# 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"