diff mbox series

[3/4] drivers: nand: bcmbca: Enable on BCM6846

Message ID 20240930-bcmbca-nand-support-v1-3-e637c65de947@linaro.org
State New
Headers show
Series mtd: rawnand: brcmnand: Add BCMBCA support | expand

Commit Message

Linus Walleij Sept. 30, 2024, 1:24 p.m. UTC
The BCM6846 has the BRCMBCA NAND controller so enable
it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/mach-bcmbca/bcm6846/Kconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-bcmbca/bcm6846/Kconfig b/arch/arm/mach-bcmbca/bcm6846/Kconfig
index 229ab88dbb0d..5ef9535369ec 100644
--- a/arch/arm/mach-bcmbca/bcm6846/Kconfig
+++ b/arch/arm/mach-bcmbca/bcm6846/Kconfig
@@ -8,6 +8,9 @@  if BCM6846
 config TARGET_BCM96846
 	bool "Broadcom 6846 Reference Board"
 	depends on ARCH_BCMBCA
+	imply MTD_RAW_NAND
+	imply NAND_BRCMNAND
+	imply NAND_BRCMNAND_BCMBCA
 
 config SYS_SOC
 	default "bcm6846"