From: Eduardo Valentin Date: Fri, 15 Mar 2013 13:00:33 +0000 (-0400) Subject: staging: omap-thermal: change Kconfig dependency method X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~600 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494bbdd8b11f08dc703a76513674d57c5c349fa7;p=pandora-kernel.git staging: omap-thermal: change Kconfig dependency method Now arch code has to specify CONFIG_ARCH_HAS_BANDGAP. So, this driver will be selectable only if the platform reports itself as having a bandgap device. Any OMAP variant or any other OMAP version needs to select ARCH_HAS_BANDGAP so that the driver will be applicable. A part from that it is required to device the data structures that maps the registers and their bitfields. The DT compatible list must also be updated. CC: Santosh Shilimkar CC: Vaibhav Bedia Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed