drivers: timer: gecko: Remove clock configuration
Clock setup is now done by the clock manager based on device tree configuration. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
This commit is contained in:
parent
c6c3e194d9
commit
cfccd11026
5 changed files with 0 additions and 45 deletions
|
@ -222,37 +222,6 @@ config CMU_HFCLK_HFRCO
|
|||
|
||||
endchoice
|
||||
|
||||
|
||||
choice
|
||||
prompt "BURTC Clock Selection"
|
||||
depends on SOC_GECKO_BURTC
|
||||
default CMU_BURTCCLK_LFRCO
|
||||
|
||||
config CMU_BURTCCLK_LFXO
|
||||
bool "LFXO - external low frequency crystal oscillator"
|
||||
select CMU_NEED_LFXO
|
||||
help
|
||||
Set this option to use LFXO - the external low freqency crystal oscillator
|
||||
as BURTC clock.
|
||||
Frequency is set by external crystal, typically 32.768 kHz.
|
||||
|
||||
config CMU_BURTCCLK_LFRCO
|
||||
bool "LFRCO - internal low frequency RC oscillator"
|
||||
help
|
||||
Set this option to use LFRCO - the internal low freqency RC oscillator
|
||||
as BURTC clock.
|
||||
Frequency is approximately 32.768 kHz.
|
||||
|
||||
config CMU_BURTCCLK_ULFRCO
|
||||
bool "ULFRCO - internal ultra low frequency RC oscillator"
|
||||
help
|
||||
Set this option to use ULFRCO - the external low freqency crystal oscillator
|
||||
as BURTC clock.
|
||||
Frequency is approximately 1 kHz.
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
config CMU_HFXO_FREQ
|
||||
int "External high frequency oscillator frequency"
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue