summaryrefslogtreecommitdiff
path: root/chip/lm4/config_chip.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-23 16:32:18 -0700
committerChromeBot <chrome-bot@google.com>2013-07-24 12:09:47 -0700
commit8cd69cfe53b1243e76d2054f7682b32b675bae9c (patch)
treedeeba4e75fa6214022f59a2c23b4d9a674b5f4aa /chip/lm4/config_chip.h
parenteda52c4ab4c8c3090a07132a4f66efd3a639badd (diff)
downloadchrome-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 'chip/lm4/config_chip.h')
-rw-r--r--chip/lm4/config_chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/lm4/config_chip.h b/chip/lm4/config_chip.h
index c1a60e7013..c2ddbbb702 100644
--- a/chip/lm4/config_chip.h
+++ b/chip/lm4/config_chip.h
@@ -105,7 +105,6 @@
#define CONFIG_FPU
#define CONFIG_I2C
#define CONFIG_SWITCH
-#define CONFIG_WATCHDOG
/* Compile for running from RAM instead of flash */
/* #define COMPILE_FOR_RAM */