summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.port80
blob: b3ff8ab60b7d2d2320f2771560ddc7845a907584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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