[U-Boot] [PATCH 9/9 V3] SMDK5250: Enable Sound

Rajeshwari Shinde rajeshwari.s at samsung.com
Tue Oct 23 08:57:29 CEST 2012


This patch enables sound support for EXYNOS5

Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
Acked-by: Chander Kashyap <chander.kashyap at linaro.org>
Acked-by: Simon Glass <sjg at chromium.org>
---
Changes in V2:
-  corrected the commit message.
Changes in V3:
-  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 9e3b55b..4d6e791 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -219,6 +219,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



More information about the U-Boot mailing list