Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/28777
Change subject: mb/intel/whlrvp: Enable HDA controller driver ......................................................................
mb/intel/whlrvp: Enable HDA controller driver
Enable HDA controller coreboot driver for Whiskey Lake RVP platform on top of common code.
Change-Id: I14345ae89dea517761c9de46a3961b780b63216f Signed-off-by: Lijian Zhao lijian.zhao@intel.com --- M src/mainboard/intel/coffeelake_rvp/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/28777/1
diff --git a/src/mainboard/intel/coffeelake_rvp/Kconfig b/src/mainboard/intel/coffeelake_rvp/Kconfig index 311f6d1..651efd6 100644 --- a/src/mainboard/intel/coffeelake_rvp/Kconfig +++ b/src/mainboard/intel/coffeelake_rvp/Kconfig @@ -13,6 +13,7 @@ select DRIVERS_I2C_GENERIC select SOC_INTEL_COFFEELAKE select SOC_INTEL_CANNONLAKE_MEMCFG_INIT + select SOC_INTEL_COMMON_BLOCK_HDA if BOARD_INTEL_WHISKEYLAKE_RVP
config MAINBOARD_DIR string