diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-10-17 04:36:47 -0500 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-10-24 02:01:17 +0200 |
commit | acbdade5cd02c0abed1f1a6c65501893bc6bd679 (patch) | |
tree | cb9e0c3df6584bcce04b48fe36070d841d7d664b /src/southbridge/amd/sb700/Kconfig | |
parent | cab71b638f6bd9d8c7e6d7955d4527c5236177cb (diff) |
southbridge/amd/sb700: Allow use of auxiliary SMBUS controller
Change-Id: I29ece10eeefc2c75a3829c169f1e1aede7194ec2
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12079
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/amd/sb700/Kconfig')
-rw-r--r-- | src/southbridge/amd/sb700/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/Kconfig b/src/southbridge/amd/sb700/Kconfig index 42ca2bbc53..076193447b 100644 --- a/src/southbridge/amd/sb700/Kconfig +++ b/src/southbridge/amd/sb700/Kconfig @@ -27,6 +27,7 @@ config SOUTHBRIDGE_SPECIFIC_OPTIONS # dummy select IOAPIC select HAVE_USBDEBUG_OPTIONS select HAVE_HARD_RESET + select SMBUS_HAS_AUX_CHANNELS # Set for southbridge SP5100 which also uses SB700 driver config SOUTHBRIDGE_AMD_SUBTYPE_SP5100 |