21 lines
285 B
Plaintext
21 lines
285 B
Plaintext
|
# Kconfig.defconfig.nrf52810 - Nordic Semiconductor nRF52810 MCU
|
||
|
#
|
||
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
if SOC_NRF52810_QFAA
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default "nRF52810_QFAA"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 30
|
||
|
|
||
|
endif # SOC_NRF52810_QFAA
|
||
|
|