[cmake] posix platform runtime configuration file (#9701)

Allow selection of the POSIX runtime configuration file feature
at build time.
This commit is contained in:
Jake Swensen
2023-12-13 11:02:43 -08:00
committed by Jonathan Hui
parent 3e9e936d65
commit 83fb6c29b1
+2
View File
@@ -34,6 +34,8 @@ set(COMMON_INCLUDES
${PROJECT_SOURCE_DIR}/src/posix/platform/include
)
ot_option(OT_PLATFORM_POSIX_CONFIG_FILE OPENTHREAD_POSIX_CONFIG_CONFIGURATION_FILE_ENABLE "posix config file")
set(OT_READLINE_VALUES
"readline"
"edit"