diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2017-10-30 17:03:06 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-04 00:42:00 +0000 |
commit | 9bb684a0ec1f3c1a276ec6d7a9e83b5b75aa6350 (patch) | |
tree | 288a50a5e9f2299834f4370185b415aee614d00c /src/soc/intel/cannonlake/Kconfig | |
parent | f08ed7d790ade3f29680dc300b71cf95a694ce2a (diff) |
soc/intel/cannonlake: Install common i2c
Add common i2c support for cannonlake.
TEST=N/A
Change-Id: I5c60b0579f9e6050308896dcb13dda0bbb724d2b
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/22238
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index ee4fcbec78..4047a38fb2 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -52,6 +52,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_GPIO select SOC_INTEL_COMMON_BLOCK_GSPI select SOC_INTEL_COMMON_BLOCK_ITSS + select SOC_INTEL_COMMON_BLOCK_I2C select SOC_INTEL_COMMON_BLOCK_LPC select SOC_INTEL_COMMON_BLOCK_LPSS select SOC_INTEL_COMMON_BLOCK_P2SB |