From 1d9bb5d793b0c00f381f1b74976332930a6df18f Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 16 Jul 2018 09:43:32 +0200 Subject: [PATCH] kernel: minor improve in SYS_CLOCK_HW_CYCLES_PER_SEC help description Minor improvement in the help text description of Kconfig option SYS_CLOCK_HW_CYCLES_PER_SEC, clarifying that the option can be defined in either SOC or Board Kconfig file. Signed-off-by: Ioannis Glaropoulos --- kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index ca227788a1d..5642b40e39d 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -537,7 +537,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC int "System clock's h/w timer frequency" help This option specifies the frequency of the hardware timer used for the - system clock (in Hz). This option is set by the board's Kconfig file + system clock (in Hz). This option is set by the SOC's or board's Kconfig file and the user should generally avoid modifying it via the menu configuration. config SYS_CLOCK_EXISTS