summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-02-09 10:54:24 -0700
committerCommit Bot <commit-bot@chromium.org>2022-02-09 20:10:05 +0000
commitc7898208f471555ee408b5fd22ce70c5d9712b7f (patch)
tree5c89863a1c7a098c3305a63cfa8433828258fd61 /Makefile.rules
parent20900836440a72710045009335be59f87905b36a (diff)
downloadchrome-ec-c7898208f471555ee408b5fd22ce70c5d9712b7f.tar.gz
Add PS2 to the config checker
This is defined in Zephyr and is used by a board in Chrome OS too. Add it to the exception list. BUG=b:181323955 BRANCH=none TEST=try CQ Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I77ed52e88fd14b3c4b3b891e191b52629196c041 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3449668 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 39a18bb12f..6420c5b1d1 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -245,6 +245,7 @@ conflicting_options := \
EEPROM \
I2C_BITBANG \
PECI \
+ PS2 \
SPI \
UART_CONSOLE