mtd: nand: ecc: mxic: Fix compile test issue
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 14 Mar 2022 15:23:36 +0000 (16:23 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 14 Mar 2022 16:05:35 +0000 (17:05 +0100)
Avoid random build errors with architectures which do not select
HAS_IOMEM by depending on it in Kconfig.

This fixes the following warning:

/home/mraynal/0day/gcc-11.2.0-nolibc/s390-linux/bin/s390-linux-ld:
drivers/mtd/nand/ecc-mxic.o: in function `mxic_ecc_probe':
ecc-mxic.c:(.text+0x2244): undefined reference to `devm_platform_ioremap_resource'

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220314152336.75447-1-miquel.raynal@bootlin.com
drivers/mtd/nand/Kconfig

index 8431292ff49ddec9cfd85af67b92843b3254a5be..9b249826ef93e2ee04138a0963e184d84cc6bb96 100644 (file)
@@ -48,6 +48,7 @@ config MTD_NAND_ECC_SW_BCH
 
 config MTD_NAND_ECC_MXIC
        bool "Macronix external hardware ECC engine"
+       depends on HAS_IOMEM
        select MTD_NAND_ECC
        help
          This enables support for the hardware ECC engine from Macronix.