diff options
author | Simon Glass | 2019-01-11 18:37:10 -0700 |
---|---|---|
committer | Simon Glass | 2019-02-09 12:50:22 -0700 |
commit | 8d135f5c6f6b52c3a3de4512d8f838a9dbb2f6b5 (patch) | |
tree | bca112fd5774df296a42a86d7bc96645a6138304 /configs | |
parent | 9a7210f6a4ca0fe2cf6231ae812cae60e54f0fad (diff) |
spring: Update sound to use max98088 codec
Update the spring settings to use this codec, which is what it actually
shipped with.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/spring_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/spring_defconfig b/configs/spring_defconfig index 5c5569acd23..c0084289d96 100644 --- a/configs/spring_defconfig +++ b/configs/spring_defconfig @@ -62,6 +62,7 @@ CONFIG_DEBUG_UART_S5P=y CONFIG_SOUND=y CONFIG_I2S=y CONFIG_I2S_SAMSUNG=y +CONFIG_SOUND_MAX98088=y CONFIG_SOUND_MAX98095=y CONFIG_SOUND_WM8994=y CONFIG_EXYNOS_SPI=y |