From 292b4e1bcf1f823092dde11dcb9ddfd26db88773 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 22 Dec 2017 08:31:29 +0800 Subject: [PATCH] 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 --- board/fizz/board.h | 2 -- board/nami/board.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/board/fizz/board.h b/board/fizz/board.h index 2dbcd311dd..9409cfffb3 100644 --- a/board/fizz/board.h +++ b/board/fizz/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 */ 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 */