diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2017-04-07 21:10:27 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-11 17:04:13 +0200 |
commit | bf6dfaefc2fd2f22e55e3227d8b023bcd992cae5 (patch) | |
tree | 4bc0ac0b15a0a49ebc0abf89f18774ee63ab2eaa /src/soc/intel/apollolake/Kconfig | |
parent | c1f260e49a6af71025c9fee2cea10ee4f48186b2 (diff) | |
download | coreboot-bf6dfaefc2fd2f22e55e3227d8b023bcd992cae5.tar.xz |
intel/soc/apollolake: Use intel/common/uart driver
Change-Id: I6829eca34d983cfcc86074ef593cd92236b25ac5
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/19204
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 7ec97bf11c..dc639a237c 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -57,6 +57,8 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_PCR select SOC_INTEL_COMMON_BLOCK_SA select SOC_INTEL_COMMON_BLOCK_RTC + select SOC_INTEL_COMMON_BLOCK_SA + select SOC_INTEL_COMMON_BLOCK_UART select SOC_INTEL_COMMON_LPSS_I2C select SOC_INTEL_COMMON_SMI select SOC_INTEL_COMMON_SPI_FLASH_PROTECT |