Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tizenrt: Import Kconfig.runtime to TizenRT config dir (#1529)
If this file is merged in upstream, then vanilla iotjs can integrated into TizenRT very easly by just cloning into: TizenRT/external/iotjs/ One other benefit is to improve cooperation model, and avoiding downstream maintenance of iotjs (forked import). Note that Tizen:RT's os/Kconfig.runtime will need to be updated from "external/iotjs/Kconfig.runtime" (downstream's location) to "external/iotjs/config/tizenrt/Kconfig.runtime" (upstream's location) from this patch. Relate-to: Samsung/TizenRT#1277 For the record, here is history of file in TizenRT's master branch: commit 09cb6a6a9cc68598dcbd9abe12fcdb44e478bb16 Author: sunghan <sh924.chang@samsung.com> Date: Fri Sep 22 21:13:24 2017 +0900 IoT.js: modify Kconfig to be called with Runtime Environment title 1. Split Kconfig from external's 2. Call it from os/Kconfig.runtime to get "Runtime Environment" title at 1st depth of menuconfig commit d9d52392ab5d8411eb5a24a58e123f01aa984b5f Author: Philippe Coval <philippe.coval@osg.samsung.com> Date: Thu Jan 4 17:11:06 2018 +0100 iotjs: Select SPI in KConfig Observed issue was: iotjs_module_spi-tizenrt.c:23:2: \ error: #error "\n\nTizenRT CONFIG_SPI_EXCHANGE flag required for SPI module\n\n" Change-Id: I8ec289c680973f7949d48b64a459524dab2083e0 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com> Bug: #1529 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com
- Loading branch information