1# PSoC6 BLE Pioneer Kit configuration
2
3# Copyright (c) 2018 Cypress
4# Copyright (c) 2020 ATL Electronics
5# SPDX-License-Identifier: Apache-2.0
6
7config BOARD_CY8CKIT_062_BLE_M0
8	bool "PSoC6 BLE Pioneer Kit [M0 CPU0]"
9	depends on SOC_PART_NUMBER_CY8C6347BZI_BLD53
10
11config BOARD_CY8CKIT_062_BLE_M4
12	bool "PSoC6 BLE Pioneer Kit [M4 CPU1]"
13	depends on SOC_PART_NUMBER_CY8C6347BZI_BLD53
14