This patch enables sound support for EXYNOS5

Signed-off-by: Rajeshwari Shinde <rajeshwar...@samsung.com>
Acked-by: Chander Kashyap <chander.kash...@linaro.org>
Acked-by: Simon Glass <s...@chromium.org>
---
Changes in V2:
-  corrected the commit message.
Changes in V3:
-  None.
Changes in V4:
-  None.
 include/configs/smdk5250.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index 91da167..4cb43b5 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -218,6 +218,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
 
-- 
1.7.4.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to