diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-04 08:08:25 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-10-09 15:50:46 -0400 |
commit | af5d716a90ba55635bbdcbf145465b5fdc5a5530 (patch) | |
tree | 7c9d2ee054e6dcdaeeca6b946b39b4e0c2a083c5 /drivers/iio | |
parent | 2a35734564bd2dc4f73c9e230ff55892290a130f (diff) |
iio: adc: rcar-gyroadc: Enable compile-testing on non-ARM
The rcar-gyroadc driver compiles fine on other platforms, hence increase
compile coverage.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 57625653fcb6..383400b678c8 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig | |||
@@ -593,7 +593,7 @@ config QCOM_SPMI_VADC | |||
593 | 593 | ||
594 | config RCAR_GYRO_ADC | 594 | config RCAR_GYRO_ADC |
595 | tristate "Renesas R-Car GyroADC driver" | 595 | tristate "Renesas R-Car GyroADC driver" |
596 | depends on ARCH_RCAR_GEN2 || (ARM && COMPILE_TEST) | 596 | depends on ARCH_RCAR_GEN2 || COMPILE_TEST |
597 | help | 597 | help |
598 | Say yes here to build support for the GyroADC found in Renesas | 598 | Say yes here to build support for the GyroADC found in Renesas |
599 | R-Car Gen2 SoCs. This block is a simple SPI offload engine for | 599 | R-Car Gen2 SoCs. This block is a simple SPI offload engine for |