sio/nuvoton/nct6779d: Enable common ASL code

Define the requisite super I/O chip identities and bring in the common
ACPI code.

Change-Id: I1db85c8d0028a1c3e4a5582f3d0e503b71beac70
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90574
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Keith Hui 2025-12-19 00:56:47 -05:00 committed by Matt DeVillier
commit c30802d6fb

View file

@ -0,0 +1,15 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SUPERIO_CHIP_NAME
#define SUPERIO_CHIP_NAME NCT6779D
#endif
#ifndef SUPERIO_FULL_CHIP_NAME
#define SUPERIO_FULL_CHIP_NAME "Nuvoton NCT6779D Super I/O"
#endif
/*
* See ASL file below for details of defines to control
* device visibilities.
*/
#include <superio/nuvoton/common/acpi/superio.asl>