This patch enables sound support for EXYNOS5 Signed-off-by: Rajeshwari Shinde <rajeshwar...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot