Files
zephyr/boards/infineon/kit_pse84_eval/kconfig.defconfig
Kevin Chan 0c950801d3 drivers: sdhc: add SDHC driver for PSE84 & cy8cproto_062_4343w
- add SDHC driver code to support both SDMMC and SDIO fucntion
- add SDHC dts node and Kconfig
- add clock configuration for SDHC

Signed-off-by: Kevin Chan <kevin.chan3@infineon.com>
2026-01-23 10:41:07 +01:00

31 lines
521 B
Plaintext

# Copyright (c) 2025 Infineon Technologies AG,
# or an affiliate of Infineon Technologies AG.
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_KIT_PSE84_EVAL_PSE846GPS2DBZC4A_M55
if WIFI
# Select AIROC part and module
choice AIROC_PART
default CYW55500
endchoice
choice CYW55500_MODULE
default CYW55513IUBG_SM
endchoice
# Enable L2 Ethernet
config NET_L2_ETHERNET
default y
# Heap Pool Size
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 15000
endif # WIFI
endif # BOARD_KIT_PSE84_EVAL_PSE846GPS2DBZC4A_M55