summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-10-02 16:36:10 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-04 01:54:46 +0000
commit9ef58858c40e93c611c1260bea39d004c1687a18 (patch)
treed42e21cc1c08366e2217225f5069e2f59346cb8c /include
parent3990a8e32370d9ec05263b35a765b650bfd40acd (diff)
downloadchrome-ec-9ef58858c40e93c611c1260bea39d004c1687a18.tar.gz
Cleanup use of config.h macros
include/config.h should have the canonical list of all CONFIG_* macros used everywhere else. This fixes some that weren't included, and some that had been changed in one place but not in others. BUG=chrome-os-partner:18343 BRANCH=none TEST=manual Build everything. It should still work. cd src/plaform/ec make runtests for i in bds bolt daisy discovery falco kirby link mccroskey peppy pit puppy rambi samus slippy snow spring; do make BOARD=$i || touch died.$i; done There shouldn't be any died.* files. Change-Id: I0a1ec2d57668509c514dc5a521e547836a3e9894 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/171690 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 978b512d38..4c69dd9577 100644
--- a/include/config.h
+++ b/include/config.h
@@ -324,7 +324,7 @@
#undef CONFIG_FAN
/* Fan channel (not PWM channel) for the CPU fan */
-#undef CONFIG_FAN_CPU_CH
+#undef CONFIG_FAN_CH_CPU
/* Name of active high GPIO to control power to the cooling fan */
#undef CONFIG_FAN_EN_GPIO
@@ -733,6 +733,7 @@
#ifndef HAS_TASK_CHARGER
#undef CONFIG_CHARGER
+#undef CONFIG_CHARGER_BQ24192
#undef CONFIG_CHARGER_BQ24707A
#undef CONFIG_CHARGER_BQ24715
#undef CONFIG_CHARGER_BQ24725