blob: dddc2f924d09555c5d8d78f2b9f6fe6e0eb7468f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# enable GPIO
CONFIG_GPIO=y
# clock control
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
# enable uart driver
CONFIG_SERIAL=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y