1# Cypress PSoC6 MCU line
2
3# Copyright (c) 2018, Cypress Semiconductor
4# Copyright (c) 2020, ATL Electronics
5# SPDX-License-Identifier: Apache-2.0
6
7config SOC_SERIES_PSOC62
8	bool "Cypress PSoC6 series MCU - Standard"
9	select ARM
10	select SOC_FAMILY_PSOC6
11	select HAS_CYPRESS_DRIVERS
12	help
13	  Enable support for Cypress PSoC6 MCU series
14
15config SOC_SERIES_PSOC63
16	bool "Cypress PSoC6 series MCU - Bluetooth Low Energy"
17	select ARM
18	select SOC_FAMILY_PSOC6
19	select HAS_CYPRESS_DRIVERS
20	help
21	  Enable support for Cypress PSoC6-BLE MCU series
22