[U-Boot] [PATCH 9/9 V2] SMDK5250: Enable Sound
Simon Glass
sjg at chromium.org
Fri Oct 19 22:16:32 CEST 2012
On Tue, Aug 21, 2012 at 11:44 PM, Rajeshwari Shinde
<rajeshwari.s at samsung.com> wrote:
> This patch enables sound support for EXYNOS5
>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
Acked-by: Simon Glass <sjg at chromium.org>
> ---
> 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