summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-03-16 13:56:59 -0700
committerRandall Spangler <rspangler@chromium.org>2012-03-16 14:02:59 -0700
commite68844824b078df55c8ee19aec5d4b685d4898f5 (patch)
tree73d24a9f26b9665847904470036fcb19fdcc0e57 /common/main.c
parenta9f4794edb0a7db06b34bf344809db4393e679ac (diff)
downloadchrome-ec-e68844824b078df55c8ee19aec5d4b685d4898f5.tar.gz
Clean up chip/board configs for LM4
Board-specific features like lightbar should be config'd at the board level, not at the chip level. BUG=none TEST=build link, bds, daisy Change-Id: If1df2ca0422f7b8bdc172d0df7bd9f6a1af6a9d2 Signed-off-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index ca9426ee55..be9653cfb6 100644
--- a/common/main.c
+++ b/common/main.c
@@ -85,7 +85,7 @@ int main(void)
pwm_init();
#endif
i2c_init();
-#ifdef CONFIG_TEMP_SENSOR
+#ifdef CONFIG_TASK_TEMPSENSOR
temp_sensor_init();
chip_temp_sensor_init();
#endif