From 80dc48f15dade9830b651eb73853ec806e475e7c Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Fri, 23 Sep 2022 11:57:25 -0700 Subject: [PATCH] ANDROID: GKI: x86: Enable CONFIG_SPMI This option was only enabled on arm64 when landed, and although there are no SPMI drivers for x86 and likely never will be, the subsystem compiles just fine. To keep changes to Kconfig.gki simple, and to improve build coverage, just enable it for x86. Bug: 248307451 Signed-off-by: Alistair Delva Change-Id: Ib35cbfd74efe64358801455d5cd9ed8e1ac330ab --- arch/x86/configs/gki_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 04ac977412b8..ada717cfd57d 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -351,6 +351,7 @@ CONFIG_HPET=y CONFIG_I3C=y CONFIG_SPI=y CONFIG_SPI_MEM=y +CONFIG_SPMI=y CONFIG_GPIOLIB=y CONFIG_GPIO_GENERIC_PLATFORM=y # CONFIG_HWMON is not set