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 <adelva@google.com>
Change-Id: Ib35cbfd74efe64358801455d5cd9ed8e1ac330ab
This commit is contained in:
Alistair Delva
2022-09-23 11:57:25 -07:00
parent 39d2e77918
commit 80dc48f15d

View File

@@ -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