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:
parent
acd8d8ebda
commit
fb6a69ec81
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue