diff options
Diffstat (limited to 'src/arch/msp430fr5994lp/Kconfig')
-rw-r--r-- | src/arch/msp430fr5994lp/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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. |