iio:adc: at91 requires the input subsystem
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Apr 2014 15:18:10 +0000 (17:18 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 10 May 2014 10:42:09 +0000 (11:42 +0100)
commit758ee467d37b6de6b3ca412d0cc90d2b9966b1af
tree239f4916983786f0300921b4947f276925f7d741
parentcc8b49fa26f57cc0096e702d3e7c3f7c3e263300
iio:adc: at91 requires the input subsystem

Building the at91 adc driver with CONFIG_INPUT disabled results in this
build error:

ERROR: "input_event" [drivers/iio/adc/at91_adc.ko] undefined!
ERROR: "input_unregister_device" [drivers/iio/adc/at91_adc.ko] undefined!
ERROR: "input_free_device" [drivers/iio/adc/at91_adc.ko] undefined!
ERROR: "input_register_device" [drivers/iio/adc/at91_adc.ko] undefined!
ERROR: "input_set_abs_params" [drivers/iio/adc/at91_adc.ko] undefined!
ERROR: "input_allocate_device" [drivers/iio/adc/at91_adc.ko] undefined!

To make sure we can build random configurations, this adds a Kconfig
dependency on CONFIG_INPUT, as we do for other similar drivers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-iio@vger.kernel.org
Cc: Josh Wu <josh.wu@atmel.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
This page took 0.024415 seconds and 5 git commands to generate.