summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-02-10 07:21:46 -0700
committerCommit Bot <commit-bot@chromium.org>2022-02-11 21:05:23 +0000
commit7de8d49a5311a050f1659f0b3013e84eb80b5f08 (patch)
tree094b6849924b4bf2062ba9cdc2912bac0b2f428b /Makefile.rules
parent31b07f2444ffd1f66c82768433c092e5793cabe6 (diff)
downloadchrome-ec-7de8d49a5311a050f1659f0b3013e84eb80b5f08.tar.gz
Add CONFIG_INA219 to config_allowed
This option is defined by Zephyr, but the Zephyr source tree is not always accessible to the script. Add it to the list to avoid any errors. BUG=b:181323955 BRANCH=none TEST=try CQ Build for plankton then check (without a Zephyr tree): ./util/kconfig_check.py -c build/plankton/.config -a util/config_allowed.txt -p PLATFORM_EC_ -s zephyr/ check See that it now succeeds Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I473ab291cee6074792124c6db5e44bfdaaa0c973 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3453164 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 6420c5b1d1..9f56b7f585 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -244,6 +244,7 @@ conflicting_options := \
DMA \
EEPROM \
I2C_BITBANG \
+ INA219 \
PECI \
PS2 \
SPI \