staging:iio:mxs-lradc: Select STMP_DEVICE
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 12 Oct 2013 13:55:00 +0000 (14:55 +0100)
committerJonathan Cameron <jic23@kernel.org>
Mon, 14 Oct 2013 22:09:47 +0000 (23:09 +0100)
commit2cd1e1d8c19adee184ce4c99b0dd586b71892837
tree13da2425a52093a74e420389cc06edde4f78e926
parent8ecf5002f4e5be54b05f98d581ffd5f8a4082546
staging:iio:mxs-lradc: Select STMP_DEVICE

The MXS ADC driver uses the stmp_reset_block() which is only provided when the
STMP_DEVICE Kconfig symbol is selected. Hence the driver should select this
symbol. So far this has not been a problem since the driver depends on ARCH_MXS,
which already selects STMP_DEVICE, but will become necessary once we allow the
driver to be built when COMPILE_TEST is selected.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/Kconfig