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/device/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/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 613461b346..bcf7dad2a0 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -192,6 +192,10 @@ config MULTIPLE_VGA_ADAPTERS bool default n +config SMBUS_HAS_AUX_CHANNELS + bool + default n + config SPD_CACHE bool default n |