summaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2019-12-11 22:27:37 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-01-27 19:44:21 +0300
commitbaebaa2b13d92bd588ed8d06b28d787611b52a46 (patch)
treef79b20f3e87b492d47ab64cf8067839cce5fc24b /drivers/mtd/Kconfig
parentc3917a04843fa38d9e3926e7508813e115d3df78 (diff)
downloadlinux-baebaa2b13d92bd588ed8d06b28d787611b52a46.tar.xz
mtd: rawnand: add unspecified HAS_IOMEM dependency
Currently CONFIG_MTD_NAND_CADENCE implicitly depends on CONFIG_HAS_IOMEM=y; consequently, on architectures without IOMEM we get the following build error: ld: drivers/mtd/nand/raw/cadence-nand-controller.o: in function `cadence_nand_dt_probe.cold.31': drivers/mtd/nand/raw/cadence-nand-controller.c:2969: undefined reference to `devm_platform_ioremap_resource' ld: drivers/mtd/nand/raw/cadence-nand-controller.c:2977: undefined reference to `devm_ioremap_resource' Fix the build error by adding the unspecified dependency. Reported-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
0 files changed, 0 insertions, 0 deletions