nuttx-apps/platform/Kconfig
Xiang Xiao b217de70e5 apps: Remove all stuff related to CONFIG_xxx_CXXINITIALIZE
since it is moved to the central place in nuttx side instead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I544d6110f1ca6460f7c82f970870aa9b1e7ab3dd
2020-07-01 10:03:12 -06:00

22 lines
688 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Platform-specific Support"
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/board/Kconfig"
endmenu # Platform-specific Support