fizz/nami: Drop CONFIG_THERMISTOR_NCP15WB

Nothing in fizz/nami code uses that thermistor: the 2 places that
would use it (ec_adc.c and bd99992gw.c) are not compiled in on
fizz/nami.

BRANCH=fizz
BUG=none
TEST=make buildall -j

Change-Id: Ib2af8ad066eb05cd9510669600feb26641433eed
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
This commit is contained in:
Nicolas Boichat
2017-12-22 08:31:29 +08:00
committed by chrome-bot
parent 7eacce9720
commit 292b4e1bcf
2 changed files with 0 additions and 4 deletions

View File

@@ -82,8 +82,6 @@
/* Sensor */
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_TMP432
/* TODO(crosbug.com/p/61098): Is this the correct thermistor? */
#define CONFIG_THERMISTOR_NCP15WB
/* USB */
#undef CONFIG_USB_CHARGER /* dnojiri: verify */

View File

@@ -82,8 +82,6 @@
/* Sensor */
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_TMP432
/* TODO(crosbug.com/p/61098): Is this the correct thermistor? */
#define CONFIG_THERMISTOR_NCP15WB
/* USB */
#undef CONFIG_USB_CHARGER /* dnojiri: verify */