mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Nov 6 10:59:11 PST 2015
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=ebdee13ac2b4f1463c1c195a40fa4f1555184f17
Commit: ebdee13ac2b4f1463c1c195a40fa4f1555184f17
Parent: 3f08b8ba9f5d7ec528a9fc293e76a14c2851e403
Author: Anup Patel <anup.patel at broadcom.com>
AuthorDate: Fri Oct 2 23:26:43 2015 +0530
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Oct 12 14:17:40 2015 -0700
mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64
The BRCM NAND driver can be re-used for Broadcom ARM64 SoCs hence
this patch updates Kconfig to allow selection of MTD_NAND_BRCMNAND
for ARM64.
Signed-off-by: Anup Patel <anup.patel at broadcom.com>
Reviewed-by: Vikram Prakash <vikramp at broadcom.com>
Reviewed-by: Ray Jui <rjui at broadcom.com>
Reviewed-by: Pramod KUMAR <pramodku at broadcom.com>
Reviewed-by: Scott Branden <sbranden at broadcom.com>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/nand/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index ccd1158..2896640 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -393,7 +393,7 @@ config MTD_NAND_GPMI_NAND
config MTD_NAND_BRCMNAND
tristate "Broadcom STB NAND controller"
- depends on ARM || MIPS
+ depends on ARM || ARM64 || MIPS
help
Enables the Broadcom NAND controller driver. The controller was
originally designed for Set-Top Box but is used on various BCM7xxx,
More information about the linux-mtd-cvs
mailing list