From: Lars-Peter Clausen Date: Sat, 12 Oct 2013 13:55:00 +0000 (+0100) Subject: staging:iio:mxs-lradc: Select STMP_DEVICE X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~196^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd1e1d8c19adee184ce4c99b0dd586b71892837;p=pandora-kernel.git 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 Cc: Marek Vasut Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed