summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2024-10-11 16:49:55 +0200
committerMichael Trimarchi <[email protected]>2024-10-12 18:10:56 +0200
commit8439ab9b3d11672728f46d508b7a86c9e070ea4b (patch)
treec51a274b9200dd02d15bbfb0cbec98f4bea31850
parenta49519539abd5e47eb14d665385222b9ba6f87d4 (diff)
drivers: nand: bcmbca: Enable on BCM6846
The BCM6846 has the BRCMBCA NAND controller so enable it. Reviewed-by: Michael Trimarchi <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--arch/arm/mach-bcmbca/bcm6846/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmbca/bcm6846/Kconfig b/arch/arm/mach-bcmbca/bcm6846/Kconfig
index 229ab88dbb0..5ef9535369e 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"