24 lines
358 B
Plaintext
24 lines
358 B
Plaintext
# Kconfig.defconfig.nrf52840 - Nordic Semiconductor nRF52840 MCU
|
|
#
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
if SOC_NRF52840_QIAA
|
|
|
|
config SOC
|
|
string
|
|
default "nRF52840_QIAA"
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 48
|
|
|
|
config NET_CONFIG_IEEE802154_DEV_NAME
|
|
default IEEE802154_NRF5_DRV_NAME
|
|
|
|
endif # SOC_NRF52840_QIAA
|
|
|