diff options
Diffstat (limited to 'src/southbridge/amd/cs5536/chip.h')
-rw-r--r-- | src/southbridge/amd/cs5536/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h index cb3cbe1039..12cfecbd72 100644 --- a/src/southbridge/amd/cs5536/chip.h +++ b/src/southbridge/amd/cs5536/chip.h @@ -8,6 +8,7 @@ struct southbridge_amd_cs5536_config { 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 */ + int enable_ide_nand_flash; /* if you are using nand flash instead of IDE drive */ }; #endif /* _SOUTHBRIDGE_AMD_CS5536 */ |