aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2018-04-27 15:24:45 +0530
committerMartin Roth <martinroth@google.com>2018-05-15 15:49:29 +0000
commit532b8d5f251758e88dfe5769fb8d925da7844f19 (patch)
tree3ea324ba552a8e780c737ea5192ab8b29f33d296 /src/soc/intel/apollolake/Kconfig
parentebdeb4d07da3fe638b45d68266932045c92bd956 (diff)
soc/intel/apollolake: add rt5682 NHLT support
Add APIs and required parameters for creating Realtek 5682 SSP endpoint in NHLT table. BUG=b:79235534 TEST=check that NHLT table defined is created properly. With the series merged & required driver support in kernel. Verify Headset Audio playback. Change-Id: Ic26a0b881f77af64ba00fd714b08c0f17c0acb3d Signed-off-by: Naveen Manohar <naveen.m@intel.com> Reviewed-on: https://review.coreboot.org/26057 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 0f1f12152b..5df5ed1b56 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -293,6 +293,13 @@ config NHLT_DA7219
help
Include DSP firmware settings for headset codec.
+config NHLT_RT5682
+ bool
+ depends on ACPI_NHLT
+ default n
+ help
+ Include DSP firmware settings for headset codec.
+
choice
prompt "Cache-as-ram implementation"
default CAR_CQOS if !SOC_INTEL_GLK