aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/google/Kconfig')
-rw-r--r--drivers/firmware/google/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/firmware/google/Kconfig b/drivers/firmware/google/Kconfig
new file mode 100644
index 00000000000..4a0383537f5
--- /dev/null
+++ b/drivers/firmware/google/Kconfig
@@ -0,0 +1,9 @@
1config GOOGLE_SMI
2 tristate "SMI interface for Google platforms"
3 depends on ACPI && DMI
4 select EFI_VARS
5 help
6 Say Y here if you want to enable SMI callbacks for Google
7 platforms. This provides an interface for writing to and
8 clearing the EFI event log and reading and writing NVRAM
9 variables.