diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:12 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:39 -0600 |
commit | 7a170a59f3b512ccd1d3ce51a1814b60fd1ec7bc (patch) | |
tree | c3240ac22a77b11cdc7f41ac1a013bf72e39b42d /include/configs | |
parent | 6bd7be278256c1e66a34c78bbe059584ba8cd9f1 (diff) |
sandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5250-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h index 895d6e1994..79a7adf761 100644 --- a/include/configs/exynos5250-common.h +++ b/include/configs/exynos5250-common.h @@ -30,7 +30,6 @@ /* Sound */ #ifdef CONFIG_CMD_SOUND -#define CONFIG_SOUND_MAX98095 #define CONFIG_SOUND_WM8994 #endif |