]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: denali: Add the dependency on HAS_IOMEM
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 9 Nov 2021 13:47:58 +0000 (21:47 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 3 Dec 2021 13:33:43 +0000 (14:33 +0100)
commit9acb64d128ea049601050846319f643630aa897b
treec674010f11ef74028b16e0b0160978e93bfd33e2
parentbad68f6c0c96b209be688acd1511fc590315093b
mtd: rawnand: denali: Add the dependency on HAS_IOMEM

The helper function devm_platform_ioremap_resource_xxx()
needs HAS_IOMEM enabled, so add the dependency on HAS_IOMEM.

Fixes: 11ed1535b0ed ("mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_resource_byname()")
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20211109134758.417-1-caihuoqing@baidu.com
drivers/mtd/nand/raw/Kconfig