22 lines
354 B
Plaintext
22 lines
354 B
Plaintext
# Kconfig.soc - Nordic Semiconductor nRF51 MCU line
|
|
#
|
|
# Copyright (c) 2016 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
choice
|
|
prompt "nRF51x MCU Selection"
|
|
depends on SOC_SERIES_NRF51X
|
|
|
|
config SOC_NRF51822_QFAA
|
|
bool "NRF51822_QFAA"
|
|
|
|
config SOC_NRF51822_QFAB
|
|
bool "NRF51822_QFAB"
|
|
|
|
config SOC_NRF51822_QFAC
|
|
bool "NRF51822_QFAC"
|
|
|
|
endchoice
|