18 lines
318 B
Plaintext
18 lines
318 B
Plaintext
# Kconfig.defconfig.nrf51822_QFAB - Nordic Semiconductor nRF51822 MCU
|
|
#
|
|
# Copyright (c) 2016 Linaro Limited
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_NRF51822_QFAB
|
|
|
|
config SOC
|
|
default "nRF51822_QFAB"
|
|
|
|
config ISR_STACK_SIZE
|
|
default 640
|
|
|
|
endif # SOC_NRF51822_QFAB
|