boards: Update pan1782_evb evaluation board slow clock config

The pan1782 module on the evaluation board will not longer be available
with external oscillator, so the internal RC must be used by default
for the slow clock.

Signed-off-by: Steffen Jahnke <steffen.jahnke@eu.panasonic.com>
This commit is contained in:
Steffen Jahnke 2022-08-30 08:41:26 +02:00 committed by Anas Nashif
commit 84462d896b

View file

@ -31,3 +31,6 @@ CONFIG_GPIO_AS_PINRESET=y
# using pinctrl
CONFIG_PINCTRL=y
# using rc for slow clock
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y