diff options
author | Andrew Wu <arw@dmp.com.tw> | 2013-08-12 20:07:47 +0800 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2013-08-13 10:12:52 +0200 |
commit | b7bb70d3de1653275413f4b4e88bc01f9c570d48 (patch) | |
tree | 64ae32abe98ff3dc57252a7047f225cfb010ecb5 /src/device/Kconfig | |
parent | 9361daf7fdaa6a4fa81c06e4cdfb7b42b2915051 (diff) |
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 <arw@dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3844
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |