2013-10-30 16:04:37 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-10-30 16:04:37 +01:00
|
|
|
#
|
|
|
|
|
2015-08-12 01:49:10 +02:00
|
|
|
menu "Platform-specific Support"
|
|
|
|
|
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.
|
|
|
|
|
2017-05-13 20:06:01 +02:00
|
|
|
source "$APPSDIR/platform/gnu/Kconfig"
|
2016-06-23 17:35:04 +02:00
|
|
|
source "$APPSDIR/platform/board/Kconfig"
|
2015-08-12 01:49:10 +02:00
|
|
|
|
|
|
|
endmenu # Platform-specific Support
|