mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
5de15b610f
Add the HyperFLash driver for the Renesas RPC-IF. It's the "front end" driver using the "back end" APIs in the main driver to talk to the real hardware. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Link: https://lore.kernel.org/r/78abb851-2beb-fe7d-87e5-ce58ee877d35@gmail.com
6 lines
164 B
Makefile
6 lines
164 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
|
|
obj-$(CONFIG_HBMC_AM654) += hbmc-am654.o
|
|
obj-$(CONFIG_RPCIF_HYPERBUS) += rpc-if.o
|