提交 5f53f52c 编写于 作者: R Richard Weinberger 提交者: David S. Miller

staging,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: NRichard Weinberger <richard@nod.at>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 850bc4d5
...@@ -103,6 +103,7 @@ config AD7280 ...@@ -103,6 +103,7 @@ config AD7280
config LPC32XX_ADC config LPC32XX_ADC
tristate "NXP LPC32XX ADC" tristate "NXP LPC32XX ADC"
depends on ARCH_LPC32XX || COMPILE_TEST depends on ARCH_LPC32XX || COMPILE_TEST
depends on HAS_IOMEM
help help
Say yes here to build support for the integrated ADC inside the Say yes here to build support for the integrated ADC inside the
LPC32XX SoC. Note that this feature uses the same hardware as the LPC32XX SoC. Note that this feature uses the same hardware as the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册