Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

From: Arnd Bergmann
Date: Fri Oct 16 2015 - 12:25:12 EST


On Friday 16 October 2015 14:38:55 Anup Patel wrote:
>
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index 3324281..a1b5819 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,
> --
>

I think you also need this one:

8<-----------