aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-01-14 10:45:00 -0500
committerJonathan Cameron <jic23@kernel.org>2014-01-18 06:49:39 -0500
commit8c314da583c9d5c67fe59aa8c92f94f15cb8de90 (patch)
treef2f9db942d8aa6cb8dfa2320498f22e4c015da74 /drivers/staging
parent1c51eb0bcf3489f72e1923241db7b6993442b13f (diff)
staging:iio:lpc32xx_adc: Add dependency on HAS_IOMEM
On archs like S390 or um this driver cannot build nor work. Make it depend on HAS_IOMEM to bypass build failures. drivers/built-in.o: In function `lpc32xx_adc_probe': drivers/staging/iio/adc/lpc32xx_adc.c:149: undefined reference to `devm_ioremap' Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/iio/adc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/Kconfig
index 7d5d6755db7f..363329808a4f 100644
--- a/drivers/staging/iio/adc/Kconfig
+++ b/drivers/staging/iio/adc/Kconfig
@@ -103,6 +103,7 @@ config AD7280
103config LPC32XX_ADC 103config LPC32XX_ADC
104 tristate "NXP LPC32XX ADC" 104 tristate "NXP LPC32XX ADC"
105 depends on ARCH_LPC32XX || COMPILE_TEST 105 depends on ARCH_LPC32XX || COMPILE_TEST
106 depends on HAS_IOMEM
106 help 107 help
107 Say yes here to build support for the integrated ADC inside the 108 Say yes here to build support for the integrated ADC inside the
108 LPC32XX SoC. Note that this feature uses the same hardware as the 109 LPC32XX SoC. Note that this feature uses the same hardware as the