soc: rw: Consolidate clock cycle kconfig.
No need for this to be expanded out so much. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
6e7f86ce86
commit
814bb2e81e
1 changed files with 2 additions and 12 deletions
|
@ -10,19 +10,9 @@ config ROM_START_OFFSET
|
|||
config NUM_IRQS
|
||||
default 129
|
||||
|
||||
if MCUX_OS_TIMER
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 1000000
|
||||
|
||||
endif # MCUX_OS_TIMER
|
||||
|
||||
if CORTEX_M_SYSTICK
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 260000000
|
||||
|
||||
endif # CORTEX_M_SYSTICK
|
||||
default 1000000 if MCUX_OS_TIMER
|
||||
default 260000000 if CORTEX_M_SYSTICK
|
||||
|
||||
if BT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue