2013-10-30 16:04:37 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
2013-10-30 17:11:43 +01:00
|
|
|
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.
|
|
|
|
|
2013-10-30 16:04:37 +01:00
|
|
|
source "$APPSDIR/platform/mikroe-stm32f4/Kconfig"
|