From c8a1a1d5dffae507d29b56e9b603feea1d5fc258 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 26 Oct 2020 12:25:33 +0100 Subject: [PATCH] ANDROID: GKI: Drop CONFIG_POWER_AVS from arm64 gki_defconfig Commit bca815d62054 ("PM: AVS: smartreflex Move driver to soc specific drivers") dropped the CONFIG_POWER_AVS configuration option, so it also needs to be dropped from the arm64 gki_defconfig so that the build continues to work. Fixes: bca815d62054 ("PM: AVS: smartreflex Move driver to soc specific drivers") Signed-off-by: Greg Kroah-Hartman Change-Id: Ie437bf0dc6977dd58caffb1349186d16873798c9 --- arch/arm64/configs/gki_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 897cc103b63a..445bd0644695 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -334,7 +334,6 @@ CONFIG_SPMI=y # CONFIG_PINCTRL_SUN50I_H6 is not set # CONFIG_PINCTRL_SUN50I_H6_R is not set CONFIG_GPIO_GENERIC_PLATFORM=y -CONFIG_POWER_AVS=y CONFIG_POWER_RESET_HISI=y # CONFIG_HWMON is not set CONFIG_THERMAL=y