]> 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)
commit7b21ad0a918b64ab5f16b46c461b8678f4fd9737
treec674010f11ef74028b16e0b0160978e93bfd33e2
parent40a9af63ae9ec42386d6c40b14f92fb56557c9a8
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: 6946c9d47bde ("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