summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.port80
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.port80')
-rw-r--r--zephyr/Kconfig.port8014
1 files changed, 0 insertions, 14 deletions
diff --git a/zephyr/Kconfig.port80 b/zephyr/Kconfig.port80
deleted file mode 100644
index b3ff8ab60b..0000000000
--- a/zephyr/Kconfig.port80
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-if PLATFORM_EC_ESPI
-
-config PLATFORM_EC_PORT80_4_BYTE
- bool "Allow accept 4-byte Port80 codes"
- help
- Enable this config to allow the common Port80 layer to accept 4-byte
- codes when AP sends 4-byte Port80 codes via eSPI PUT_IOWR_SHORT
- protocol in a single transaction.
-
-endif # PLATFORM_EC_ESPI