forked from OERV-BSP/u-boot
The Broadcom BCA platforms are broadband access SoCs. This is a port of the upstream Linux driver to U-Boot. It was based on drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c from Linux v6.11. Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
13 lines
540 B
Makefile
13 lines
540 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_NAND_BRCMNAND_6368) += bcm6368_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_63158) += bcm63158_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_6753) += bcm6753_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_68360) += bcm68360_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_6858) += bcm6858_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_BCMBCA) += bcmbca_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_IPROC) += iproc_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o
|