Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1461722 > unrolled thread

Re: [PATCH] Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC

Started byBoris Brezillon <boris.brezillon@free-electrons.com>
First post2016-08-14 11:00 +0200
Last post2016-08-14 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-08-14 11:00 +0200

#1461722 — Re: [PATCH] Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC

FromBoris Brezillon <boris.brezillon@free-electrons.com>
Date2016-08-14 11:00 +0200
SubjectRe: [PATCH] Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC
Message-ID<s5ZqW-5AD-23@gated-at.bofh.it>
On Thu, 21 Jul 2016 14:59:18 -0700
Andrey Smirnov <andrew.smirnov@gmail.com> wrote:

> MTD_NAND_FSL_ELBC selects FSL_LBC that in turn depends on FSL_SOC, so
> depending on PPC instead of FSL_SOC leads to this message:
> 
> 	  warning: (MPC836x_RDK && MTD_NAND_FSL_ELBC &&
> 	  MTD_NAND_FSL_UPM) selects FSL_LBC which has unmet direct
> 	  dependencies (FSL_SOC)
> 
> when doing
> 
> 	  make ARCH=powerpc \
> 	       CROSS_COMPILE=powerpc-e500v2-linux-gnuspe- \
> 	       allmodconfig"
> 
> Changing dependency to FSL_SOC fixes that.

Applied the whole series.

Thanks,

Boris

> 
> Signed-off-by: Andrey Smirnov <andrew.smirnov@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 bcb519b..e528747 100644
> --- a/drivers/mtd/nand/Kconfig
> +++ b/drivers/mtd/nand/Kconfig
> @@ -426,7 +426,7 @@ config MTD_NAND_ORION
>  
>  config MTD_NAND_FSL_ELBC
>  	tristate "NAND support for Freescale eLBC controllers"
> -	depends on PPC
> +	depends on FSL_SOC
>  	select FSL_LBC
>  	help
>  	  Various Freescale chips, including the 8313, include a NAND Flash

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web