diff options
Diffstat (limited to 'src/acpi/Kconfig')
-rw-r--r-- | src/acpi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig index b3a87f9b5f..b72d2c63e7 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -29,6 +29,13 @@ config ACPI_SOC_NVS Set to indicate <soc/nvs.h> exists for the platform with a definition for global_nvs. +config ACPI_GNVS_USB_CHARGECTL + bool + depends on ACPI_SOC_NVS + help + Set to indicate <soc/nvs.h> implements fields s3u0, s3u1, s5u0, s5u1 + to control USB port power rail for S3/S4/S5 sleep states. + config ACPI_CUSTOM_MADT bool default n if ACPI_NO_CUSTOM_MADT |