1# The Infineon AIROC™ CYW20829 Bluetooth® LE evaluation kit (CYW92089M2EVK-02)
2
3# Copyright (c) 2024 Cypress Semiconductor Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6choice AIROC_PART
7	default CYW20829 if BT
8endchoice
9
10# Heap Pool Size
11config HEAP_MEM_POOL_ADD_SIZE_BOARD
12	int
13	default 10096
14