aboutsummaryrefslogtreecommitdiff
path: root/src/ec/purism/librem/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2016-01-16 17:43:16 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-21 02:31:34 +0100
commit5f4ee47c6c6e9ed0b49f3c39192249a7ab5ceed2 (patch)
tree8c3ead52f1ff0bf49bf7c48e5fae61766e83f46f /src/ec/purism/librem/Kconfig
parent8faea7d93d34f51e23de2d0ccd5c04b99d1dbbd7 (diff)
ec: Add support for EC used on Purism Librem laptops
This adds basic ACPI support for the EC used on Purism Librem laptops. The EC firmware appears to use the topstar laptop interface that has support in the linux kernel for handling the special keys. Supported functions: - Battery information - AC presence - Lid switch - Special keys (after loading topstar-laptop driver in linux) - EC events for turbo enable/disable when on AC power Things it does not do: - EC SMI handling - Fan is left under EC control This was developed and tested on a Librem 13 laptop, and has not been directly tested on an Librem 15. Change-Id: Ib85a24e4cc8ab09b14147060043cff372863c2d1 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/13025 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/purism/librem/Kconfig')
-rw-r--r--src/ec/purism/librem/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ec/purism/librem/Kconfig b/src/ec/purism/librem/Kconfig
new file mode 100644
index 0000000000..0ea38c6f0c
--- /dev/null
+++ b/src/ec/purism/librem/Kconfig
@@ -0,0 +1,4 @@
+config EC_PURISM_LIBREM
+ bool
+ help
+ Purism Librem EC