aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/Kconfig
diff options
context:
space:
mode:
authorRizwan Qureshi <rizwan.qureshi@intel.com>2017-01-14 06:08:21 +0530
committerMartin Roth <martinroth@google.com>2017-02-17 19:26:15 +0100
commit17335fab175ed1a16f61729b03c1fbeeec366f37 (patch)
tree8922c6825d455ea2178600ee3f0403c3e297711c /src/soc/intel/skylake/Kconfig
parent4979d7610e74b83f7b41b10ac30b4fb619b4e26d (diff)
soc/intel/skylake: Add Maxim 98927 and Realtek 5663 NHLT blob support
Add APIs and required parameters for creating Maxim 98927 and Realtek 5336 SSP endpoints in NHLT table. BUG=chrome-os-partner:62051 BRANCH=None TEST=check that NHLT table created is created properly Change-Id: Ica302aab05c5364faf4923dc5327be8e8eaae8b4 Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Signed-off-by: M Naveen <naveen.m@intel.com> Reviewed-on: https://review.coreboot.org/18213 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/skylake/Kconfig')
-rw-r--r--src/soc/intel/skylake/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 9dcafe63b1..725a25db80 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -59,6 +59,7 @@ config CPU_SPECIFIC_OPTIONS
select TSC_CONSTANT_RATE
select TSC_SYNC_MFENCE
select UDELAY_TSC
+ select ACPI_NHLT
config MAINBOARD_USES_FSP2_0
bool
@@ -234,6 +235,18 @@ config NHLT_SSM4567
help
Include DSP firmware settings for ssm4567 smart amplifier.
+config NHLT_RT5663
+ bool
+ default n
+ help
+ Include DSP firmware settings for rt5663 headset codec.
+
+config NHLT_MAX98927
+ bool
+ default n
+ help
+ Include DSP firmware settings for max98927 amplifier.
+
config SKIP_FSP_CAR
bool "Skip cache as RAM setup in FSP"
default y