From b7bb70d3de1653275413f4b4e88bc01f9c570d48 Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Mon, 12 Aug 2013 20:07:47 +0800 Subject: Add a generic Intel HD audio (Azalia) module azalia_device.c This module uses cim_verb_data to detect and initialize HD audio codecs. The module source code is based on southbridge/intel/sch/audio.c and southbridge/nvidia/mcp55/azalia.c. Change-Id: I810fef6fdcf55d66f62da58c3d7d99f006559d6e Signed-off-by: Andrew Wu Reviewed-on: http://review.coreboot.org/3844 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov --- src/device/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/device/Kconfig') diff --git a/src/device/Kconfig b/src/device/Kconfig index ca2fb33028..4087f6fd4a 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -226,6 +226,11 @@ config CARDBUS_PLUGIN_SUPPORT depends on PCI default y +config AZALIA_PLUGIN_SUPPORT + bool + depends on PCI + default n + config PCIEXP_COMMON_CLOCK prompt "Enable PCIe Common Clock" bool -- cgit v1.2.3