Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency
The MIPI i3c HCI driver makes use of IOMEM functions like devm_platform_ioremap_resource(), which are only available if CONFIG_HAS_IOMEM is defined. This causes the driver to be enabled under make ARCH=um allyesconfig, even though it won't build. By adding a dependency on HAS_IOMEM, the driver will not be enabled on architectures which don't support it. Fixes: 9ad9a52 ("i3c/master: introduce the mipi-i3c-hci driver") Signed-off-by: David Gow <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
- Loading branch information