summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar <alex.dewar90@gmail.com>2020-09-04 18:04:16 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-09-06 16:13:40 +0100
commitaa06b6f4d8e36fa9f183b4f7a44d5c63acac33e2 (patch)
tree34cbcef81ec18109b056a514ec7ab26115dfd00f
parent2f0472a1f80e6230f126aa0af76e89f85abc37bd (diff)
downloadlinux-aa06b6f4d8e36fa9f183b4f7a44d5c63acac33e2.tar.bz2
iio: adc: rockchip_saradc: Allow compile-testing with !ARM
There seems no reason to allow for compile-testing on ARM only, so remove this restriction. Build-tested with allyesconfig on x86. Signed-off-by: Alex Dewar <alex.dewar90@gmail.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20200904170416.16061-1-alex.dewar90@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/adc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index f495d01a79b9..e7a9c1834d39 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -863,7 +863,7 @@ config RN5T618_ADC
config ROCKCHIP_SARADC
tristate "Rockchip SARADC driver"
- depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
+ depends on ARCH_ROCKCHIP || COMPILE_TEST
depends on RESET_CONTROLLER
help
Say yes here to build support for the SARADC found in SoCs from