diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-04 14:08:25 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-10-09 20:50:46 +0100 |
commit | af5d716a90ba55635bbdcbf145465b5fdc5a5530 (patch) | |
tree | 7c9d2ee054e6dcdaeeca6b946b39b4e0c2a083c5 /drivers/iio | |
parent | 2a35734564bd2dc4f73c9e230ff55892290a130f (diff) | |
download | blackbird-obmc-linux-af5d716a90ba55635bbdcbf145465b5fdc5a5530.tar.gz blackbird-obmc-linux-af5d716a90ba55635bbdcbf145465b5fdc5a5530.zip |
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 config RCAR_GYRO_ADC tristate "Renesas R-Car GyroADC driver" - depends on ARCH_RCAR_GEN2 || (ARM && COMPILE_TEST) + depends on ARCH_RCAR_GEN2 || COMPILE_TEST help Say yes here to build support for the GyroADC found in Renesas R-Car Gen2 SoCs. This block is a simple SPI offload engine for |