diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/samsung/stumpy/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/samsung/stumpy/acpi/superio.asl b/src/mainboard/samsung/stumpy/acpi/superio.asl index c7ce92b15f..126221130f 100644 --- a/src/mainboard/samsung/stumpy/acpi/superio.asl +++ b/src/mainboard/samsung/stumpy/acpi/superio.asl @@ -24,7 +24,7 @@ #define SIO_ENABLE_ENVC // pnp 2e.4: Enable Environmental Controller #define SIO_ENVC_IO0 0x700 // pnp 2e.4: io 0x60 #define SIO_ENVC_IO1 0x710 // pnp 2e.4: io 0x62 -#define SIO_ENABLE_GPIO // pnp 2e.7: Enable GPIO +#define SIO_ENABLE_GPIO // pnp 2e.7: Enable GPIO #define SIO_GPIO_IO0 0x720 // pnp 2e.7: io 0x60 #define SIO_GPIO_IO1 0x730 // pnp 2e.7: io 0x60 |