summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-12 15:39:36 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-23 01:13:50 +0000
commite5868bf9c19d654cc46727a564ed54d028cef935 (patch)
tree772213fcd2aa405bd903a11e6b30907540ffa159 /include
parentc0b51566d992974919f0ee85d608bfe14c11ac88 (diff)
downloadchrome-ec-e5868bf9c19d654cc46727a564ed54d028cef935.tar.gz
Revert "ec_features / coral: Allow disabling keyboard backlight feature"
This reverts commit 09136dea764dbe482392c29b3c8d1763149df3e6. BUG=b:200823466 TEST=make buildall -j Change-Id: Ibd86be5017c3c984ba10c59a8c0cca6e5c392af5 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285823 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> (cherry picked from commit 52318b441a55f43e93598665c01b797b9c25c877) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3297009
Diffstat (limited to 'include')
-rw-r--r--include/board_config.h6
-rw-r--r--include/config.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/include/board_config.h b/include/board_config.h
index 76b92ac50b..4c062e2a55 100644
--- a/include/board_config.h
+++ b/include/board_config.h
@@ -61,10 +61,4 @@ void board_before_rsmrst(int rsmrst);
*/
void chip_pre_init(void);
-#ifdef CONFIG_EC_FEATURE_BOARD_OVERRIDE
-/* function for board specific overrides to default feature flags */
-uint32_t board_override_feature_flags0(uint32_t flags0);
-uint32_t board_override_feature_flags1(uint32_t flags1);
-#endif
-
#endif /* __CROS_EC_BOARD_CONFIG_H */
diff --git a/include/config.h b/include/config.h
index 525f15b61d..86145babd6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1435,12 +1435,6 @@
/* Usually, EC capable of sensor speeds up to 200000 mHz */
#define CONFIG_EC_MAX_SENSOR_FREQ_DEFAULT_MILLIHZ 200000
-/*
- * Allow board to override the feature bitmap provided through host command
- * and ACPI.
- */
-#undef CONFIG_EC_FEATURE_BOARD_OVERRIDE
-
/* Support EC chip internal data EEPROM */
#undef CONFIG_EEPROM