diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2013-02-14 19:46:16 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-03-08 22:34:19 +0900 |
commit | cfa6df19091ec831a4767fe36907abb8a8e99f84 (patch) | |
tree | e0e847a989355ae4a5eed625ec9b316e9f9e7569 | |
parent | 7772bb787e50eb93544755dd8d21180d28a1f8ee (diff) | |
download | u-boot-imx-cfa6df19091ec831a4767fe36907abb8a8e99f84.zip u-boot-imx-cfa6df19091ec831a4767fe36907abb8a8e99f84.tar.gz u-boot-imx-cfa6df19091ec831a4767fe36907abb8a8e99f84.tar.bz2 |
config: Snow: Enable MAX98095 codec
This patch enables MAX98095 codec required for Snow
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r-- | include/configs/exynos5250-dt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index cabd2f2..89fcda5 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -296,6 +296,7 @@ #ifdef CONFIG_CMD_SOUND #define CONFIG_SOUND #define CONFIG_I2S +#define CONFIG_SOUND_MAX98095 #define CONFIG_SOUND_WM8994 #endif |