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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
f5569a9dd3
commit
1d9bb5d793
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
int "System clock's h/w timer frequency"
|
int "System clock's h/w timer frequency"
|
||||||
help
|
help
|
||||||
This option specifies the frequency of the hardware timer used for the
|
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.
|
and the user should generally avoid modifying it via the menu configuration.
|
||||||
|
|
||||||
config SYS_CLOCK_EXISTS
|
config SYS_CLOCK_EXISTS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue