diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-03 10:12:43 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-04 22:07:14 +0000 |
commit | 473d97940f8f42e641930b9c77ab2fca9a1e9877 (patch) | |
tree | 02991d95eb5d3a14b93731395f5113240735367e /src/device/Kconfig | |
parent | c1604d0bffaccde190ebd795ddc5970cd1c0473d (diff) |
device/smbus: Drop SMBUS_HAS_AUX_CHANNELS
The guarded prototypes are no longer implemented in the
tree.
Change-Id: I5bfedde2aaf691826e7537eceb8578a855800ea2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38153
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index f7adb07917..0bd9fe1d8b 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -480,10 +480,6 @@ config LINEAR_FRAMEBUFFER_MAX_HEIGHT endmenu # "Display" -config SMBUS_HAS_AUX_CHANNELS - bool - default n - config PCI bool default n |