From dd573f91241ea76e7bf8efa9acad9d42693e95cd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 6 Mar 2015 13:19:13 -0700 Subject: sandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- include/configs/exynos5250-common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/exynos5250-common.h') diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h index 79a7adf761..95e96ecde4 100644 --- a/include/configs/exynos5250-common.h +++ b/include/configs/exynos5250-common.h @@ -28,11 +28,6 @@ #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK -/* Sound */ -#ifdef CONFIG_CMD_SOUND -#define CONFIG_SOUND_WM8994 -#endif - /* I2C */ #define CONFIG_MAX_I2C_NUM 8 -- cgit v1.2.1