The define for color keyboard setting has never been used, as it was added as a Kconfig selection when ec/system76/ec was introduced. Change-Id: Ib83d4510c14ddf083660e42175ab093403792cac Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51944 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#define EC_GPE_SCI 0x50 /* GPP_E16 */
|
|
#define EC_GPE_SWI 0x29 /* GPP_D9 */
|
|
#include <ec/system76/ec/acpi/ec.asl>
|
|
|
|
Scope (\_SB) {
|
|
#include "sleep.asl"
|
|
}
|
|
|
|
Scope (\_GPE) {
|
|
#include "gpe.asl"
|
|
}
|