From: Rajeshwari Shinde Date: Thu, 25 Oct 2012 19:49:30 +0000 (+0000) Subject: SMDK5250: Enable Sound X-Git-Tag: v2025.01-rc5-pxa1908~16628^2~32 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=363647143cafd6cbb8e1d9b0753cce9c5e89c535;p=u-boot.git SMDK5250: Enable Sound This patch enables sound support for EXYNOS5 Signed-off-by: Rajeshwari Shinde Acked-by: Chander Kashyap Acked-by: Simon Glass Signed-off-by: Minkyu Kang --- diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 89f442bd27..819493a8c7 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -223,6 +223,14 @@ #define CONFIG_MENU #endif +/* Sound */ +#define CONFIG_CMD_SOUND +#ifdef CONFIG_CMD_SOUND +#define CONFIG_SOUND +#define CONFIG_I2S +#define CONFIG_SOUND_WM8994 +#endif + /* Enable devicetree support */ #define CONFIG_OF_LIBFDT