Skip to content
Snippets Groups Projects
Commit 981473c7 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: Add dependency to HAS_IOMEM


This patch prevents the module hdm_dim2 from breaking the build in case
HAS_IOMEM is not configured.

Reported-by: default avatar <fengguang.wu@intel.com>
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f5ab93fa
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
config HDM_DIM2 config HDM_DIM2
tristate "DIM2 HDM" tristate "DIM2 HDM"
depends on AIM_NETWORK depends on AIM_NETWORK
depends on HAS_IOMEM
---help--- ---help---
Say Y here if you want to connect via MediaLB to network transceiver. Say Y here if you want to connect via MediaLB to network transceiver.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment