diff options
author | David Gow <[email protected]> | 2021-01-26 20:06:37 -0800 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2021-02-01 23:39:17 +0100 |
commit | 9d909f1b1e91b4aa7d016ed14b7b76dbf2675414 (patch) | |
tree | 4f7c365b3d3e51f8f95f8b125be3caf82014b500 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
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: 9ad9a52cce28 ("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]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions