From eff6c81fe8d66f513adc75bd84788908fc88e0fa Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 5 Apr 2022 15:39:35 -0700 Subject: [PATCH] Revert "ANDROID: disable PINCTRL_THUNDERBAY from allmodconfig builds" This reverts commit 3877717bd70fd412b51c6f87c57362f1bbe3f5c3. Nathan points out this was resolved upstream by: commit 25d2e41cf59b ("pinctrl: thunderbay: rework loops looking for groups names") Suggested-by: Nathan Chancellor Change-Id: I1df1c8c25fc831cd5e67668d724ad7a7054100dc Signed-off-by: Nick Desaulniers --- build.config.allmodconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 41164822e124..1301e950d777 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -5,7 +5,6 @@ function update_config() { ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \ -e UNWINDER_FRAME_POINTER \ -d WERROR \ - -d PINCTRL_THUNDERBAY \ -d SAMPLES \ -d BPFILTER \