aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl
blob: e0d92fabacf8071d4d57219e9ddb579cface4dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2014 Alexandru Gagniuc <mr.nuke.me@gmail.com>
 * Subject to the GNU GPL v2, or (at your option) any later version.
 */

/*
 * EC bits specific to the mainboard
 */
#define EC_SCI 3
/* TODO: We do not yet know how the LID is connected to the platform */
#define EC_ACPI_LID_SWITCH_OBJECT	Zero

/* ACPI code for EC functions */
#include <ec/compal/ene932/acpi/ec.asl>