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 <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2021-04-16 14:59:00 +02:00 committed by Carles Cufí
commit fb6a69ec81

View file

@ -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