]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 229ab88dbb0d0f44567327cbfec0f5d60b64cd05..5ef9535369ecfe608f9b976d2d7b386724666470 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"