diff options
author | Nicole Faerber <nicole.faerber@puri.sm> | 2021-04-15 05:59:37 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-21 09:15:26 +0000 |
commit | e00ea2fb38d2140d7a2551483e11978a7ec4a4da (patch) | |
tree | a3221d2c3e0eec8dcc741c0c4490424c617e849e /src/ec/purism/librem-ec/Kconfig | |
parent | 7d57d561b14cfe2390fe068d34089b826c968328 (diff) |
ec/purism/librem-ec: Apply initial Purism customizations
- remove unused Kconfig options
- change ACPI device name and HID
- remove ACPI for unused color keyboard backlight
- add support for RGB notification LED
- rename Wifi LED ACPI variable
- set some battery info defaults not populated by the EC
Change-Id: I72eca9deb83e5a6d919d6fcbd3b354fbf6e7a925
Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52391
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec/purism/librem-ec/Kconfig')
-rw-r--r-- | src/ec/purism/librem-ec/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ec/purism/librem-ec/Kconfig b/src/ec/purism/librem-ec/Kconfig index 40fdc56a11..e7dc473dd8 100644 --- a/src/ec/purism/librem-ec/Kconfig +++ b/src/ec/purism/librem-ec/Kconfig @@ -2,18 +2,3 @@ config EC_LIBREM_EC bool help Purism Librem EC - -config EC_LIBREM_EC_BAT_THRESHOLDS - depends on EC_LIBREM_EC - bool - default n - -config EC_LIBREM_EC_COLOR_KEYBOARD - depends on EC_LIBREM_EC - bool - default n - -config EC_LIBREM_EC_OLED - depends on EC_LIBREM_EC - bool - default n |