forked from OERV-BSP/u-boot
Enable the Kconfig and Makefile for the MIPI DWI3C driver. hs: fixed typo on drivers/i3c/master/Kconfig Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
4 lines
83 B
Makefile
4 lines
83 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
|