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

Rajeshwari Shinde rajeshwari.s at samsung.com
Wed Aug 22 08:44:25 CEST 2012


This patch enables sound support for EXYNOS5

Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
---
Changes in V2:
-  corrected the commit message.
 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 29b7ac6..1463137 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -237,6 +237,14 @@
 #define CONFIG_ENV_SPI_MAX_HZ	50000000
 #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