20 lines
284 B
Plaintext
20 lines
284 B
Plaintext
|
# Kconfig.defconfig.nrf52832 - Nordic Semiconductor nRF52832 MCU
|
||
|
#
|
||
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
if SOC_NRF52832_CIAA
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default "nRF52832_CIAA"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 39
|
||
|
|
||
|
endif # SOC_NRF52832_CIAA
|