diff options
author | Hannah Williams <hannah.williams@intel.com> | 2016-04-18 13:40:04 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-08 22:30:58 +0200 |
commit | f8daa378614178263b705fbd9e1251bb4b8d148d (patch) | |
tree | 784c153ef6c787894a1567e383b42eed9472ebc3 /src/soc/intel/common/Kconfig | |
parent | 5f8cdc641bda2204bc7ea75c8b932e637a7f32b6 (diff) |
soc/intel/common: Add common code for acpi c/p/t-state entries
Change-Id: I87505bb31cd1b46d27cc5c9ba8d086df7393653e
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/15050
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
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 0a5e935e15..e64aabf426 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -80,4 +80,8 @@ config SOC_INTEL_COMMON_SMI bool default n +config SOC_INTEL_COMMON_ACPI + bool + default n + endif # SOC_INTEL_COMMON |