diff options
Diffstat (limited to 'src/southbridge/via/vt8237r/Kconfig')
-rw-r--r-- | src/southbridge/via/vt8237r/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/southbridge/via/vt8237r/Kconfig b/src/southbridge/via/vt8237r/Kconfig index d0a6deb60c..8deea9278b 100644 --- a/src/southbridge/via/vt8237r/Kconfig +++ b/src/southbridge/via/vt8237r/Kconfig @@ -22,12 +22,20 @@ config SOUTHBRIDGE_VIA_VT8237R select HAVE_DEBUG_SMBUS select IOAPIC +if SOUTHBRIDGE_VIA_VT8237R + +if NORTHBRIDGE_AMD_K8 || NORTHBRIDGE_AMD_FAM10 +config SOUTH_BRIDGE_OPTIONS # dummy + def_bool y + select HAVE_SMI_HANDLER +endif + config EPIA_VT8237R_INIT bool default n - depends on SOUTHBRIDGE_VIA_VT8237R config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/via/vt8237r/bootblock.c" - depends on SOUTHBRIDGE_VIA_VT8237R + +endif |