drivers: nand: bcmbca: Enable on BCM6846
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Oct 2024 14:49:55 +0000 (16:49 +0200)
committerMichael Trimarchi <michael@amarulasolutions.com>
Sat, 12 Oct 2024 16:10:56 +0000 (18:10 +0200)
The BCM6846 has the BRCMBCA NAND controller so enable
it.

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-bcmbca/bcm6846/Kconfig

index 229ab88..5ef9535 100644 (file)
@@ -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"