From acbdade5cd02c0abed1f1a6c65501893bc6bd679 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 17 Oct 2015 04:36:47 -0500 Subject: southbridge/amd/sb700: Allow use of auxiliary SMBUS controller Change-Id: I29ece10eeefc2c75a3829c169f1e1aede7194ec2 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/12079 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) --- src/device/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/device') 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 -- cgit v1.2.3