summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-11-17 16:31:00 -0600
committerPatrick Georgi <pgeorgi@google.com>2016-01-15 11:48:07 +0100
commit9420a5205c8f9a7a7052c36deb3884a18e632644 (patch)
tree76337548754a04f7b94ad0d087dedde5e4106778 /src/Kconfig
parent047363f6f122af63bbe14aaa58ba275a25d74b9a (diff)
downloadcoreboot-9420a5205c8f9a7a7052c36deb3884a18e632644.tar.xz
lib: NHLT ACPI table support
Intel's SST (Smart Sound Technology) employs audio support which may not consist of HDA. In order to define the topology of the audio devices (mics, amps, codecs) connected to the platform a NHLT specification was created to pass this information from the firmware to the OS/userland. BUG=chrome-os-partner:44481 BRANCH=None TEST=Tested on glados. Audio does get emitted and some mic recording works. Change-Id: I8a9c2f4f76a0d129be44070f09d938c28a73fd27 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 2472af5793dcffd2607a7b95521ddd25b4be0e8c Original-Change-Id: If469f99ed1a958364101078263afb27761236421 Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/312264 Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/12935 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index f6702eadaf..6a0209dad3 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -613,6 +613,12 @@ config COMMON_FADT
bool
default n
+config ACPI_NHLT
+ bool
+ default n
+ help
+ Build support for NHLT (non HD Audio) ACPI table generation.
+
#These Options are here to avoid "undefined" warnings.
#The actual selection and help texts are in the following menu.