From 42d03a00128e4be0d149e6142d1987518cfead20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Tue, 30 Nov 2021 16:35:56 +0100 Subject: config: change temp_sensor_power from config to gpio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Split the temp_sensor_power config to separate config and gpio definition. To match the behavior of other optional gpios, there should be config that enables support for feature that requires gpio and per-board define that assigns custom GPIO name to board specific one. BRANCH=main BUG=b:181983966 TEST=zmake testall, compare_build.sh Change-Id: I57ff2532444960170d7a8a08027f13fbce8f34a2 Signed-off-by: Michał Barnaś Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3314583 Reviewed-by: Daisuke Nojiri Reviewed-by: Jeremy Bettis --- util/config_allowed.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/config_allowed.txt b/util/config_allowed.txt index 8fed3f7ea9..e7e751116c 100644 --- a/util/config_allowed.txt +++ b/util/config_allowed.txt @@ -896,7 +896,7 @@ CONFIG_TEMP_SENSOR_G781 CONFIG_TEMP_SENSOR_G782 CONFIG_TEMP_SENSOR_OTI502 CONFIG_TEMP_SENSOR_PCT2075 -CONFIG_TEMP_SENSOR_POWER_GPIO +CONFIG_TEMP_SENSOR_POWER CONFIG_TEMP_SENSOR_SB_TSI CONFIG_TEMP_SENSOR_TMP006 CONFIG_TEMP_SENSOR_TMP112 -- cgit v1.2.1