From e1526bb2c84b315c72a089dbb50447183d4b1685 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 2 Dec 2020 13:40:04 +0100 Subject: msp430fr5994lp: add 16MHz HFXT clock source support --- src/arch/msp430fr5994lp/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/arch/msp430fr5994lp/Kconfig') diff --git a/src/arch/msp430fr5994lp/Kconfig b/src/arch/msp430fr5994lp/Kconfig index e240c2b..60f0d6c 100644 --- a/src/arch/msp430fr5994lp/Kconfig +++ b/src/arch/msp430fr5994lp/Kconfig @@ -34,3 +34,9 @@ select meta_driver_uptime config arch_msp430fr5994lp_large_mode bool "Large Memory Model (20bit pointers, 256kB FRAM)" + +config arch_msp430fr5994lp_hfxt_16mhz +bool "Use external 16MHz HFXT for system clock" +help + System clock source defaults to DCO, HFXT is unpopulated by default. + Enable this option if your board contains a 16MHz crystal on HFXT. -- cgit v1.2.3