Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christian Gromm and committed by
Greg Kroah-Hartman
981473c7 f5ab93fa

+1
+1
drivers/staging/most/hdm-dim2/Kconfig
··· 5 5 config HDM_DIM2 6 6 tristate "DIM2 HDM" 7 7 depends on AIM_NETWORK 8 + depends on HAS_IOMEM 8 9 9 10 ---help--- 10 11 Say Y here if you want to connect via MediaLB to network transceiver.