1# Atmel SAMR MCU series
2
3# Copyright (c) 2021 Argentum Systems Ltd.
4# SPDX-License-Identifier: Apache-2.0
5
6choice
7	prompt "Atmel SAMR34 MCU Selection"
8	depends on SOC_SERIES_SAMR34
9
10config SOC_PART_NUMBER_SAMR34J16B
11	bool "SAMR34J16B"
12
13config SOC_PART_NUMBER_SAMR34J17B
14	bool "SAMR34J17B"
15
16config SOC_PART_NUMBER_SAMR34J18B
17	bool "SAMR34J18B"
18
19endchoice
20