aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/glkrvp/Kconfig
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2017-06-20 14:31:44 -0700
committerMartin Roth <martinroth@google.com>2017-09-16 22:30:33 +0000
commit7427abce07fb80289646b7653242022182b9e8f9 (patch)
tree40856f22b35c5577df5bb625590472db468c0b2a /src/mainboard/intel/glkrvp/Kconfig
parent1d4d3f3f73ded523b271c3b211deff949589751e (diff)
mainboard/intel/glkrvp: Add support for audio
This patch adds the below: 1) Add correct SSP endpoint config for spk and headset 2) Update GPIO config for jack detection 3) Update GPIO config for I2S pins TEST=sound card binds TEST=cross checked SSDT entries from /sys/firmware/acpi/tables/ TEST=Jack interrupt works Change-Id: I32022ddacd79917730080889c040f842e0c9e6b9 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-on: https://review.coreboot.org/19799 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/intel/glkrvp/Kconfig')
-rw-r--r--src/mainboard/intel/glkrvp/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/intel/glkrvp/Kconfig b/src/mainboard/intel/glkrvp/Kconfig
index 782e85083a..56ab00b8a5 100644
--- a/src/mainboard/intel/glkrvp/Kconfig
+++ b/src/mainboard/intel/glkrvp/Kconfig
@@ -10,6 +10,9 @@ config BOARD_INTEL_BASEBOARD_GLKRVP
select MAINBOARD_HAS_CHROMEOS
select MAINBOARD_HAS_LPC_TPM
select MAINBOARD_HAS_TPM2
+ select DRIVERS_I2C_GENERIC
+ select DRIVERS_GENERIC_MAX98357A
+ select DRIVERS_I2C_DA7219
if BOARD_INTEL_BASEBOARD_GLKRVP
@@ -75,6 +78,9 @@ config UART_FOR_CONSOLE
config INCLUDE_NHLT_BLOBS
bool "Include blobs for audio."
+ select NHLT_DMIC_4CH_16B
+ select NHLT_DA7219
+ select NHLT_MAX98357
config IS_GLK_RVP_1
bool "Is this RVP1?"