defconfig: fsm9010: Enable thermal

Add thermal config to avoid compilation errors see when calling thermal
api's from VADC. Update Kconfig support for VADC.

Change-Id: Ie23a600aaa019386f34b501c8413c9eeaaba0da1
Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
This commit is contained in:
Rama Krishna Phani A 2015-01-21 19:29:06 +05:30
parent 3fc4ced6ce
commit f6fc01a954
3 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,7 @@ CONFIG_GPIO_QPNP_PIN_DEBUG=y
CONFIG_POWER_SUPPLY=y
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
CONFIG_SENSORS_QPNP_ADC_CURRENT=y
CONFIG_THERMAL=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_STUB=y
CONFIG_REGULATOR_QPNP=y

View File

@ -103,6 +103,7 @@ CONFIG_GPIO_QPNP_PIN_DEBUG=y
CONFIG_POWER_SUPPLY=y
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
CONFIG_SENSORS_QPNP_ADC_CURRENT=y
CONFIG_THERMAL=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_STUB=y
CONFIG_REGULATOR_QPNP=y

View File

@ -977,7 +977,7 @@ config SENSORS_EPM_ADC
config SENSORS_QPNP_ADC_VOLTAGE
tristate "Support for Qualcomm QPNP Voltage ADC"
depends on SPMI
depends on SPMI && THERMAL
help
This is the VADC arbiter driver for Qualcomm QPNP ADC Chip.