diff options
Diffstat (limited to 'src/soc/intel/common/Kconfig')
-rw-r--r-- | src/soc/intel/common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index dd0a68c806..0a5e935e15 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -76,4 +76,8 @@ config SOC_INTEL_COMMON_GFX_OPREGION bool default n +config SOC_INTEL_COMMON_SMI + bool + default n + endif # SOC_INTEL_COMMON |