The directory hold boards other than ADL-P, such as ADL-U and ADL-H, and will also contain the RPL boards. Change-Id: I1b42246bcf1eaed9de51f59021209e9eb836df15 Signed-off-by: Tim Crawford <tcrawford@system76.com>
23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#if CONFIG(DRIVERS_GFX_NVIDIA)
|
|
#include <variant/gpio.h>
|
|
#endif
|
|
|
|
#define EC_GPE_SCI 0x6E
|
|
#define EC_GPE_SWI 0x6B
|
|
#include <ec/system76/ec/acpi/ec.asl>
|
|
|
|
Scope (\_SB) {
|
|
#include "sleep.asl"
|
|
Scope (PCI0) {
|
|
#include "backlight.asl"
|
|
|
|
#if CONFIG(DRIVERS_GFX_NVIDIA)
|
|
Scope (PEG2) {
|
|
#include <drivers/gfx/nvidia/acpi/tigerlake.asl>
|
|
}
|
|
#endif
|
|
}
|
|
}
|