From 406681e3fddc5432cb358e5ce464fd16228a47eb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 10:11:43 -0600 Subject: Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data. --- apps/platform/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'apps/platform/Kconfig') 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" -- cgit v1.2.3