summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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