diff options
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 |