From fb6a69ec81ab15b13b858e6e05d7033d59b58c3a Mon Sep 17 00:00:00 2001 From: Krzysztof Chruscinski Date: Fri, 16 Apr 2021 14:59:00 +0200 Subject: [PATCH] boards: arm: qemu_cortex_m0: use LFXTAL Update configuration of qemu_cortex_m0 to use LF XTAL as low frequency clock source. Previously used RC requires more modules to be fetched into the build, including TEMP sensor used for clock calibration. Signed-off-by: Krzysztof Chruscinski --- boards/arm/qemu_cortex_m0/qemu_cortex_m0_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/arm/qemu_cortex_m0/qemu_cortex_m0_defconfig b/boards/arm/qemu_cortex_m0/qemu_cortex_m0_defconfig index 528560cc01e..bb26ef0ae9a 100644 --- a/boards/arm/qemu_cortex_m0/qemu_cortex_m0_defconfig +++ b/boards/arm/qemu_cortex_m0/qemu_cortex_m0_defconfig @@ -9,8 +9,7 @@ CONFIG_QEMU_ICOUNT_SHIFT=6 CONFIG_GPIO=y # clock control -CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y -CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y +CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y # enable uart driver CONFIG_SERIAL=y