-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add support of rcar mmc driver #60285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b9c12fb
f24e11d
038552b
80dc96d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # Copyright (c) 2023 EPAM Systems | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| config RCAR_MMC | ||
| bool "Renesas Rcar MMC driver" | ||
| default y | ||
| depends on DT_HAS_RENESAS_RCAR_MMC_ENABLED | ||
| select SDHC_SUPPORTS_NATIVE_MODE | ||
| select REGULATOR | ||
| select GPIO | ||
| select SDHC_SUPPORTS_UHS if SDMMC_STACK | ||
| help | ||
| Renesas Rcar MMC driver. | ||
|
|
||
| if RCAR_MMC | ||
|
|
||
| config RCAR_MMC_DMA_SUPPORT | ||
| bool "Internal DMA support for Renesas Rcar MMC driver" | ||
| select CACHE_MANAGEMENT | ||
| select DCACHE | ||
| default y | ||
| help | ||
| Internal DMA support for Renesas Rcar MMC driver. | ||
|
|
||
| config RCAR_MMC_SCC_SUPPORT | ||
| bool "Support of SCC" | ||
| default y | ||
| help | ||
| Enable support of Sampling Clock Controller for Renesas Rcar MMC driver. | ||
|
||
|
|
||
| if RCAR_MMC_DMA_SUPPORT | ||
|
|
||
| config SDHC_BUFFER_ALIGNMENT | ||
| default 128 | ||
jfischer-no marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| config RCAR_MMC_DMA_IRQ_DRIVEN_SUPPORT | ||
| bool "Internal DMA IRQ driven support for Renesas Rcar MMC driver" | ||
| default y | ||
|
|
||
| endif # RCAR_MMC_DMA_SUPPORT | ||
|
|
||
| endif # RCAR_MMC | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config MMC_RCAR_DMA_SUPPORTThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like better to change
MMC_RCARtoRCAR_MMCinstead of touching this param