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

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>

authored by

Geert Uytterhoeven and committed by
Jonathan Cameron
af5d716a 2a357345

+1 -1
+1 -1
drivers/iio/adc/Kconfig
··· 593 593 594 594 config RCAR_GYRO_ADC 595 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 597 help 598 598 Say yes here to build support for the GyroADC found in Renesas 599 599 R-Car Gen2 SoCs. This block is a simple SPI offload engine for