summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2
diff options
context:
space:
mode:
authorChristian Gromm2015-09-16 17:33:35 +0200
committerGreg Kroah-Hartman2015-09-17 15:11:03 +0200
commit981473c74c0930190aa4651efebb9bb1f784416e (patch)
treeefa9ddd683bd1821c4c106e4de9997136ccecf8d /drivers/staging/most/hdm-dim2
parentstaging: unisys: remove reference of visorutil (diff)
downloadkernel-qcow2-linux-981473c74c0930190aa4651efebb9bb1f784416e.tar.gz
kernel-qcow2-linux-981473c74c0930190aa4651efebb9bb1f784416e.tar.xz
kernel-qcow2-linux-981473c74c0930190aa4651efebb9bb1f784416e.zip
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: <fengguang.wu@intel.com> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/hdm-dim2')
-rw-r--r--drivers/staging/most/hdm-dim2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/hdm-dim2/Kconfig b/drivers/staging/most/hdm-dim2/Kconfig
index 1d4ad1d67758..fc548769479b 100644
--- a/drivers/staging/most/hdm-dim2/Kconfig
+++ b/drivers/staging/most/hdm-dim2/Kconfig
@@ -5,6 +5,7 @@
config HDM_DIM2
tristate "DIM2 HDM"
depends on AIM_NETWORK
+ depends on HAS_IOMEM
---help---
Say Y here if you want to connect via MediaLB to network transceiver.