blob: 6dac2d52558eaef9511c257bf28d1304529e44c7 [file] [log] [blame]
# Kconfig.defconfig - Nordic Semiconductor nRFx MCU line
#
# Copyright (c) 2016-2018 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_FAMILY_NRF
config BUILD_OUTPUT_HEX
default y
if SERIAL
config GPIO
default y
endif # SERIAL
if GPIO
config GPIO_NRF5
default y
endif # GPIO
if FLASH
config SOC_FLASH_NRF
def_bool y
endif # FLASH
source "arch/arm/soc/nordic_nrf/*/Kconfig.defconfig.series"
endif # SOC_FAMILY_NRF