blob: 048f90dc0977617ac5b06a4c3231ec4f61231dd4 [file] [log] [blame] [edit]
# Copyright (c) 2025 Advanced Micro Devices, Inc. (AMD)
# SPDX-License-Identifier: Apache-2.0
config XLNX_SDHC
bool "xlnx sdhc driver"
default y
depends on DT_HAS_XLNX_VERSAL_8_9A_ENABLED
select SDHC_SUPPORTS_NATIVE_MODE
select SDHC_SUPPORTS_UHS
select EVENTS
select CLOCK_CONTROL
select CLOCK_CONTROL_FIXED_RATE_CLOCK
help
Enable xilinx SD/EMMC host controller driver
if XLNX_SDHC
# sdhc needs 32 byte aligned buffers
config SDHC_BUFFER_ALIGNMENT
default 32
config HOST_ADMA2_DESC_SIZE
int "Max descriptor SIZE"
default 32
help
Set max number of descriptors supported
endif