1. update cv182x/cv183x configuration file 2. update cv181x/cv180x configuration file 3. update clk driver for cvitek 4. update dma driver for cvitek 5. update soc driver for cvitek 6. porting cvitek ion driver from kernel-4.19 7. compatible with riscv Change-Id: Icff9fafe0ebe7d6bab824bbadb952e08bdc66c19
11 lines
341 B
Makefile
11 lines
341 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Cvitek MMC/SD host controller drivers
|
|
#
|
|
|
|
obj-$(CONFIG_MMC_SDHCI_CVI) += sdhci-cvi.o
|
|
sdhci-cvi-$(CONFIG_ARCH_CV183X) += sdhci-cv183x.o
|
|
sdhci-cvi-$(CONFIG_ARCH_CV182X) += sdhci-cv182x.o
|
|
sdhci-cvi-$(CONFIG_ARCH_CV181X) += sdhci-cv181x.o
|
|
sdhci-cvi-$(CONFIG_ARCH_CV180X) += sdhci-cv180x.o
|