libpayload: configs: Add new config.featuretest to broaden CI
[coreboot2.git] / src / mainboard / msi / ms7e06 / acpi / mainboard.asl
blob8cc72ab68d73e2464966c0179cde247490c25168
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 Scope (_GPE) {
4         /* Empty PCI_EXP_STS handler */
5         Method (_L69, 0, Serialized) { }
8 Scope (\_SB.PCI0) {
9         /* This device triggers automatic drivers and MSI utilities installation on Windows */
10         Device (MSIV) {
11                 Name (_HID, "MBID0001")
12                 Name (_UID, 1)
13                 Method (_STA, 0, NotSerialized){
14                         Return (1)
15                 }
16         }