Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit aa06b6f4 authored by Alex Dewar's avatar Alex Dewar Committed by Jonathan Cameron
Browse files

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: default avatarAlex Dewar <alex.dewar90@gmail.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20200904170416.16061-1-alex.dewar90@gmail.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 2f0472a1
No related merge requests found
...@@ -863,7 +863,7 @@ config RN5T618_ADC ...@@ -863,7 +863,7 @@ config RN5T618_ADC
config ROCKCHIP_SARADC config ROCKCHIP_SARADC
tristate "Rockchip SARADC driver" tristate "Rockchip SARADC driver"
depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST) depends on ARCH_ROCKCHIP || COMPILE_TEST
depends on RESET_CONTROLLER depends on RESET_CONTROLLER
help help
Say yes here to build support for the SARADC found in SoCs from Say yes here to build support for the SARADC found in SoCs from
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment