mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
test: Properly exclude CONFIG_POWER_TRACK_HOST_SLEEP_STATE
CONFIG_POWER_TRACK_HOST_SLEEP_STATE has a dependency on CONFIG_POWER_COMMON, so remove it from test builds that don't have a chipset task, rather than heavy-handedly removing it from all test builds. BUG=chrome-os-partner:56197 BRANCH=None TEST=`make BOARD=gru tests` Change-Id: I86e20b4dccbb01ee285054a47093d6f60abc2166 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/378119 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
a4bfc663a3
commit
e4d6f134ec
@@ -2367,6 +2367,7 @@
|
||||
#undef CONFIG_CHIPSET_SKYLAKE
|
||||
#undef CONFIG_CHIPSET_TEGRA
|
||||
#undef CONFIG_POWER_COMMON
|
||||
#undef CONFIG_POWER_TRACK_HOST_SLEEP_STATE
|
||||
#endif
|
||||
|
||||
#ifndef HAS_TASK_KEYPROTO
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
/* Don't compile features unless specifically testing for them */
|
||||
#undef CONFIG_VBOOT_HASH
|
||||
#undef CONFIG_USB_PD_LOGGING
|
||||
#undef CONFIG_POWER_TRACK_HOST_SLEEP_STATE
|
||||
|
||||
#ifdef TEST_BKLIGHT_LID
|
||||
#define CONFIG_BACKLIGHT_LID
|
||||
|
||||
Reference in New Issue
Block a user