diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-07-23 16:32:18 -0700 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-07-24 12:09:47 -0700 |
commit | 8cd69cfe53b1243e76d2054f7682b32b675bae9c (patch) | |
tree | deeba4e75fa6214022f59a2c23b4d9a674b5f4aa /README | |
parent | eda52c4ab4c8c3090a07132a4f66efd3a639badd (diff) | |
download | chrome-ec-8cd69cfe53b1243e76d2054f7682b32b675bae9c.tar.gz |
Clean up and document more config options
No functional changes, just renaming config options.
Remove README, now that all options described in it have been moved to
config.h, and the remaining information is out of date. (Yes, we
should have a README which describes the organization of the EC
repository, but that's a matter for another CL; this one's about
cleaning up config options.)
BUG=chrome-os-partner:18343
BRANCH=none
TEST=build all platforms
Change-Id: Iafefbe94369f1217c698f11d358bc0ecac2bdfde
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/63145
Reviewed-by: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/README b/README deleted file mode 100644 index c895d8e0ad..0000000000 --- a/README +++ /dev/null @@ -1,45 +0,0 @@ -- EC Lib - -This wraps Blizzard driverlib and implements the EC chip interface defined -by Google. See below diagram for architecture. - - - +--------------------+ - | Host BIOS/OS | - +--------------------+ - - ---- host interface ---- - - +--------------------+ - | Google EC features | - +--------------------+ - - ---- chip interface ---- The interface is defined in - src/platform/ec/chip_interface/*. - +--------------------+ But the real implementation is in EC Lib. - | EC Lib | - +--------------------+ - | Blizzard low level | - | driver, the | - | driverlib. | - +--------------------+ - - -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. - This is needed on STM32, where the independent watchdog has no early - warning feature and the windowed watchdog has a very short period. - -- CONFIG_AC_POWER_STATUS - - Monitor the state of the AC power input and drive out a GPIO to - the AP indicating this state. The GPIO will be driven low when - AC power is not connected, and high when it is connected. This - uses GPIO_AC_STATUS for this purpose. |