diff options
author | Simon Glass | 2015-03-06 13:19:13 -0700 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:39 -0600 |
commit | dd573f91241ea76e7bf8efa9acad9d42693e95cd (patch) | |
tree | d0d8f612c7a5068329a11d76dce0370dea8b55ec /include/configs/exynos5250-common.h | |
parent | 7a170a59f3b512ccd1d3ce51a1814b60fd1ec7bc (diff) |
sandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/exynos5250-common.h')
-rw-r--r-- | include/configs/exynos5250-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h index 79a7adf761c..95e96ecde46 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 |