summaryrefslogtreecommitdiff
path: root/board/nami
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2017-12-22 08:31:29 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-12-21 22:50:38 -0800
commit292b4e1bcf1f823092dde11dcb9ddfd26db88773 (patch)
tree9f99e56c0849d8ed17fd5be0961578667eb89e1e /board/nami
parent7eacce9720053d298bf322be6af64288a75fd295 (diff)
downloadchrome-ec-292b4e1bcf1f823092dde11dcb9ddfd26db88773.tar.gz
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>
Diffstat (limited to 'board/nami')
-rw-r--r--board/nami/board.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/nami/board.h b/board/nami/board.h
index 7bff00ae65..23d84376d7 100644
--- a/board/nami/board.h
+++ b/board/nami/board.h
@@ -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 */