summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-19 16:26:36 -0700
committerChromeBot <chrome-bot@google.com>2013-07-23 11:14:16 -0700
commit64e38af781a42a346f59ef27c352f4818bfa1516 (patch)
treed4cadba6ebf88e5f41ab82008af9227a0187ba8c /README
parent4288e45815d8677147d582a46eb625a185f49162 (diff)
downloadchrome-ec-64e38af781a42a346f59ef27c352f4818bfa1516.tar.gz
Clean up and document PMU config options
No functional changes, just documenting and renaming. All boards which use the PMU must provide pmu_board_init(). This was already true - except that Daisy's pmu_board_init() was implemented as part of pmu_init() instead of its code living in board.c; I've moved the code there now. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I85ad06dc3b6287ad917fe13acf83182f24a8f23d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62906 Reviewed-by: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index 499e4bf9ec..4190514c93 100644
--- a/README
+++ b/README
@@ -28,6 +28,9 @@ by Google. See below diagram for architecture.
Build Options
=============
+NOTE: see include/config.h for the current list. The information
+below will be moved there over time.
+
- CONFIG_WATCHDOG_HELP
Try to detect a watchdog that is about to fire, and print a trace.
@@ -62,13 +65,6 @@ Build Options
AC power is not connected, and high when it is connected. This
uses GPIO_AC_STATUS for this purpose.
-- CONFIG_PMU_FORCE_FET
-
- Force switching on and off the FETs on the PMU controlling various
- power rails during AP startup and shutdown sequences.
- This is mainly useful for bringup when we don't have the corresponding
- sequences in the AP code.
-
- CONFIG_KEYBOARD_TEST
Turn on keyboard testing functionality. This enables a message which