commit | de79a7654be3805477d63b5e1377aa1ad4cf6a4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 06 13:19:09 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:38 2015 -0600 |
tree | ab974274470e56588d4723bb864c3a01127a1b76 | |
parent | ef35d98aa4fa2faca259f55275a74a488f740540 [diff] [blame] |
sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index db10c19..299db4b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -24,3 +24,4 @@ CONFIG_SPI_FLASH_SANDBOX=y CONFIG_TPM_TIS_SANDBOX=y CONFIG_SOUND=y +CONFIG_CMD_SOUND=y