diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2017-05-17 15:13:08 +0530 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-05-22 18:12:27 +0200 |
commit | fd8e00092a7d2b5ccc9bb832a8eafa2f2d1cddbf (patch) | |
tree | 178a41f97ce161be407b4af4d49a38c6bd0c1d34 /src/soc/intel/skylake/Kconfig | |
parent | 1b1ecae0a410b3f24ac5b959e8a13a7a97729b5e (diff) | |
download | coreboot-fd8e00092a7d2b5ccc9bb832a8eafa2f2d1cddbf.tar.xz |
soc/intel/skylake: Use Intel SATA common code
Use SATA common code from soc/intel/common/block/sata
and clean up code.
Change-Id: Ib5d65f1afda6b2f8098f1c006623a48cf2690593
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/19735
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Diffstat (limited to 'src/soc/intel/skylake/Kconfig')
-rw-r--r-- | src/soc/intel/skylake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index e7cca3255a..80cdde63f8 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -60,6 +60,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_PCR select SOC_INTEL_COMMON_BLOCK_RTC select SOC_INTEL_COMMON_BLOCK_SA + select SOC_INTEL_COMMON_BLOCK_SATA select SOC_INTEL_COMMON_BLOCK_SMBUS select SOC_INTEL_COMMON_BLOCK_UART select SOC_INTEL_COMMON_BLOCK_XHCI |