mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
7a87590338
caif_shm is an old implementation caif_shm will be replaced by caif_virtio [ As explained by Linus Walleij: "U5500 used this, but was cancelled and the silicon did not reach anyone outside ST-Ericsson. Then for the next platforms, we have gone for the leaner & cleaner approach of using virtio, rpmesg and rproc." ] Signed-off-by: Erwan Yvin <erwan.yvin@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Sjur Brendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
288 B
Makefile
12 lines
288 B
Makefile
ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG
|
|
|
|
# Serial interface
|
|
obj-$(CONFIG_CAIF_TTY) += caif_serial.o
|
|
|
|
# SPI slave physical interfaces module
|
|
cfspi_slave-objs := caif_spi.o caif_spi_slave.o
|
|
obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o
|
|
|
|
# HSI interface
|
|
obj-$(CONFIG_CAIF_HSI) += caif_hsi.o
|