summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 5256861ed6..be08ee5702 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -744,10 +744,6 @@ static int host_command_get_features(struct host_cmd_handler_args *args)
#ifdef CONFIG_CHARGE_MANAGER
| EC_FEATURE_MASK_0(EC_FEATURE_USB_PD)
#endif
-/* should be more generic */
-#ifdef CONFIG_USB_SWITCH_TSU6721
- | EC_FEATURE_MASK_0(EC_FEATURE_USB_MUX)
-#endif
#ifdef CONFIG_ACCEL_FIFO
| EC_FEATURE_MASK_0(EC_FEATURE_MOTION_SENSE_FIFO)
#endif