From 22c2325dea810d00fd35ca74bf027adf946bb4a8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 25 Jan 2022 10:19:12 -0700 Subject: Revert "Reland "make: disable kconfig option check"" The root cause of this has been fixed. This reverts commit dfd949d5bb781f23c1160ec9ca412d6be4cea1bd. BUG=b:216217781 BRANCH=none TEST=cq since I'm not sure how to test it otherwise, since cros_workon must be disabled Change-Id: I38de1617687db73ead4eb91c2c67459600a523a2 Signed-off-by: Simon Glass Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3415373 Reviewed-by: Jack Rosenthal --- Makefile.rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 8f2d2994e5..9808fa712d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -246,10 +246,7 @@ ifeq ($(TEST_BUILD),) @echo "directory! Otherwise, you won't be able to enter any commands." endif # not a TEST_BUILD endif # CONFIG_EXPERIMENTAL_CONSOLE=y -# TODO(b/195718112): Disable config option check as it's -# suspected to be breaking the CQ. We should consider enabling -# as a pre-submit only when re-enabling. -# $(call quiet,check_allowed) + $(call quiet,check_allowed) proj-%: | $(FAILED_BOARDS_DIR) @touch $(FAILED_BOARDS_DIR)/$* -- cgit v1.2.1