Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 21 Jul 2016 21:59:18 +0000 (14:59 -0700)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 10 Aug 2016 14:08:51 +0000 (16:08 +0200)
commit0ce3151af51ece7befe0ac97527355ddfd89e97f
tree60347d2abc5ed8389dd66b1edb982b9b44be32d6
parentfe18266a6b8b25c98a9e1e7d88b61a07bbdc35d7
Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOC

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.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/Kconfig
This page took 0.024703 seconds and 5 git commands to generate.