summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2019-08-24 02:21:36 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-13 00:35:15 +0000
commit363a95df1b4921f8faa1cdb35edee7accc37deb7 (patch)
tree490e063bab78e209991c6b9ae3dfdb6f4ff664d0
parentc4ba7e80706fe489406df870d6e54064f7793d44 (diff)
downloadchrome-ec-363a95df1b4921f8faa1cdb35edee7accc37deb7.tar.gz
config.h: remove unused PP1350, PP5000 config uptions
there are no references to the following config options in our source, so removing them: CONFIG_CHIPSET_HAS_PP1350 CONFIG_CHIPSET_HAS_PP5000 BUG=none BRANCH=none TEST=verified there are no references to these config options Change-Id: I94470bc180b7a94b07caa5b858163a10dc3f6157 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1772528 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 37c2246f85..d4fa6abf47 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1096,10 +1096,6 @@
*/
#undef CONFIG_CHIPSET_X86_RSMRST_DELAY
-/* Support power rail control */
-#define CONFIG_CHIPSET_HAS_PP1350
-#define CONFIG_CHIPSET_HAS_PP5000
-
/* Support PMIC reset(using LDO_EN) in chipset */
#undef CONFIG_CHIPSET_HAS_PLATFORM_PMIC_RESET