Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# 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

gsource "arch/arm/soc/nordic_nrf/*/Kconfig.defconfig.series"

endif # SOC_FAMILY_NRF