diff options
Diffstat (limited to 'src/southbridge/amd/cs5536/chip.h')
-rw-r--r-- | src/southbridge/amd/cs5536/chip.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h index 3e9be9938e..cb3cbe1039 100644 --- a/src/southbridge/amd/cs5536/chip.h +++ b/src/southbridge/amd/cs5536/chip.h @@ -4,7 +4,10 @@ extern struct chip_operations southbridge_amd_cs5536_ops; struct southbridge_amd_cs5536_config { - int none; + /* interrupt enable for LPC bus */ + int lpc_serirq_enable; /* how to enable, e.g. 0x80 */ + int lpc_irq; /* what to enable, e.g. 0x18 */ + int enable_gpio0_inta; /* almost always will be true */ }; #endif /* _SOUTHBRIDGE_AMD_CS5536 */ |