atsamd: Default to using an external 32Khz crystal
Most samd boards have the crystal and it does improve the clock accuracy, so default to enabling it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
da68da7a63
commit
9e8077009e
|
@ -55,10 +55,10 @@ config CLOCK_FREQ
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Clock Reference"
|
prompt "Clock Reference"
|
||||||
config CLOCK_REF_INTERNAL
|
|
||||||
bool "Internal clock"
|
|
||||||
config CLOCK_REF_X32K
|
config CLOCK_REF_X32K
|
||||||
bool "32.768Khz crystal"
|
bool "32.768Khz crystal"
|
||||||
|
config CLOCK_REF_INTERNAL
|
||||||
|
bool "Internal clock"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
Loading…
Reference in New Issue