summaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-03-28 12:07:23 +0200
committerJonathan Cameron <jic23@kernel.org>2017-04-02 11:36:27 +0100
commitbe2d73208606bc5d52e60dea223da77f49d58340 (patch)
tree70229dba4fa39b4888e308efb592b60c35264b6d /sound/core
parentbc82222fcca1ec3702caf98eb4a3ab0edfa6f789 (diff)
iio: adc: sun4i: add THERMAL dependency
With CONFIG_THERMAL=m and CONFIG_SUN4I_GPADC=y, we get a link error from calling devm_thermal_zone_of_sensor_register: drivers/iio/built-in.o: In function `sun4i_gpadc_probe': :(.text+0x1c284): undefined reference to `devm_thermal_zone_of_sensor_register' This adds a Kconfig dependency to ensure we can only have the ADC driver as built-in when this function is also built-in, or when we see the empty stub implementation. When the thermal code is a module, we can still build the adc driver as a module, too. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: d1caa99055382 ("iio: adc: add support for Allwinner SoCs ADC") Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'sound/core')
0 files changed, 0 insertions, 0 deletions