The EC_COLOR_KEYBOARD define is not used by the EC ASL. A Kconfig selection is used instead. Change-Id: I83610f54f49285d16a34c1fe45aadcfefcbc84e4
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#include "../gpio.h"
|
|
#include <drivers/system76/dgpu/acpi/dgpu.asl>
|
|
|
|
#define EC_GPE_SCI 0x03 /* GPP_K3 */
|
|
#define EC_GPE_SWI 0x06 /* GPP_K6 */
|
|
#include <ec/system76/ec/acpi/ec.asl>
|
|
|
|
Scope (\_SB) {
|
|
#include "sleep.asl"
|
|
}
|
|
|
|
Scope (\_GPE) {
|
|
#include "gpe.asl"
|
|
}
|