Skip to content

Commit

Permalink
staging: most: Add dependency to HAS_IOMEM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Gromm authored and Greg Kroah-Hartman committed Sep 17, 2015
1 parent f5ab93f commit 981473c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/most/hdm-dim2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 981473c

Please sign in to comment.