Align the Kconfig option with the rest of the subsystem, use CONFIG_UFS_<vendor> format for the Kconfig option. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Link: https://patch.msgid.link/20251030223626.20005-4-marek.vasut+renesas@mailbox.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
16 lines
564 B
Makefile
16 lines
564 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
|
#
|
|
|
|
obj-$(CONFIG_UFS) += ufs-uclass.o
|
|
obj-$(CONFIG_UFS_AMD_VERSAL2) += ufs-amd-versal2.o ufshcd-dwc.o
|
|
obj-$(CONFIG_UFS_CADENCE) += cdns-platform.o
|
|
obj-$(CONFIG_UFS_MEDIATEK) += ufs-mediatek.o
|
|
obj-$(CONFIG_UFS_PCI) += ufs-pci.o
|
|
obj-$(CONFIG_UFS_QCOM) += ufs-qcom.o
|
|
obj-$(CONFIG_UFS_RENESAS) += ufs-renesas.o
|
|
obj-$(CONFIG_UFS_RENESAS_GEN5) += ufs-renesas-rcar-gen5.o
|
|
obj-$(CONFIG_UFS_ROCKCHIP) += ufs-rockchip.o
|
|
obj-$(CONFIG_UFS_TI_J721E) += ti-j721e-ufs.o
|