blob: 544d69581176ab19ee94a55222869414e8dcfb32 [file] [log] [blame]
Naresh G Solankiab5d6902016-10-15 18:13:55 +05301/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2014 Google Inc.
5 * Copyright (C) 2016 Intel Corporation.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 */
16
Naresh G Solankidd397f02016-11-06 14:05:35 +053017#if IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC)
Naresh G Solankiab5d6902016-10-15 18:13:55 +053018Scope (\_SB)
19{
Naresh G Solankiab5d6902016-10-15 18:13:55 +053020 Device (PWRB)
21 {
22 Name (_HID, EisaId ("PNP0C0C"))
23 }
24}
Naresh G Solankidd397f02016-11-06 14:05:35 +053025#endif