atsamd: Add support for reference clock selection to SAMD21
Add support for using the internal clocks (with USB clock recovery mode if available) on the SAMD21. Don't use the internal clock if the external crystal is requested (instead use the PLL synced to the external 32Khz signal). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -54,7 +54,6 @@ config CLOCK_FREQ
|
||||
default 120000000 if MACH_SAMD51
|
||||
|
||||
choice
|
||||
depends on MACH_SAMD51
|
||||
prompt "Clock Reference"
|
||||
config CLOCK_REF_INTERNAL
|
||||
bool "Internal clock"
|
||||
|
||||
Reference in New Issue
Block a user