summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-05-10 07:59:05 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:14:07 -0500
commit4acde800b02be0a36f39a102e589656f743ac56d (patch)
tree53c0ec0219c74a649aef767d0be192ce520adb2f /Kconfig
parent00fb07d3614a458cdd5f5df7f4971d14085da4bc (diff)
Kbuild: User kernel instead of TiMo
TiMo is very ambigous, be generic and call it kernel. Change-Id: I66b3e436afbc89e874f31a89b98cc04aa821c787 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index f9b7bc73a..9cf87d14a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -61,7 +61,7 @@ config BOOT_TIME_MEASUREMENT
depends on EXPERIMENTAL
help
This option enables the recording of timestamps during system start
- up. The global variable __start_tsc records the time TiMo begins
+ up. The global variable __start_tsc records the time kernel begins
executing, while __main_tsc records when main() begins executing,
and __idle_tsc records when the CPU becomes idle. All values are
recorded in terms of CPU clock cycles since system reset.
@@ -87,7 +87,7 @@ config COMPILER_OPT
This option is a free-form string that is passed to the compiler
when building all parts of a project (i.e. kernel, LKMs, and USAPs).
The compiler options specified by this string supplement the
- pre-defined set of compiler supplied by the TiMo build system,
+ pre-defined set of compiler supplied by the build system,
and can be used to change compiler optimization, warning and error
messages, and so on.