Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62116 )
Change subject: device/Kconfig: Bring back SMBUS_HAS_AUX_CHANNELS ......................................................................
device/Kconfig: Bring back SMBUS_HAS_AUX_CHANNELS
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I0150f2ae5fc37683b984df283bc1c11951c3678f --- M src/device/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/62116/1
diff --git a/src/device/Kconfig b/src/device/Kconfig index cd8d8e9..873adf9 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -493,6 +493,10 @@
endmenu # "Display"
+config SMBUS_HAS_AUX_CHANNELS + bool + default n + config PCI bool default n