summaryrefslogtreecommitdiff
path: root/arch/arm/soc/nordic_nrf5/Kconfig.defconfig
blob: de0030fc1ff633c2e880fda2b5ed45e1fe154280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Kconfig.defconfig - Nordic Semiconductor nRF5 MCU line
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_FAMILY_NRF5

if SERIAL

config GPIO
	default y

endif # SERIAL

if GPIO

config GPIO_NRF5
	default y

endif # GPIO

source "arch/arm/soc/nordic_nrf5/*/Kconfig.defconfig.series"

endif # SOC_FAMILY_NRF5