diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:14 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:39 -0600 |
commit | 3907305fb97c4547af5a03a0107b013ed7e886ca (patch) | |
tree | 48a1c85365454af8761d2f36e24ec559d9e7173f /configs/sandbox_defconfig | |
parent | dd573f91241ea76e7bf8efa9acad9d42693e95cd (diff) | |
download | u-boot-3907305fb97c4547af5a03a0107b013ed7e886ca.tar.gz u-boot-3907305fb97c4547af5a03a0107b013ed7e886ca.tar.bz2 u-boot-3907305fb97c4547af5a03a0107b013ed7e886ca.zip |
sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 299db4b1e7..5de7fbedb4 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -25,3 +25,4 @@ CONFIG_SPI_FLASH_SANDBOX=y CONFIG_TPM_TIS_SANDBOX=y CONFIG_SOUND=y CONFIG_CMD_SOUND=y +CONFIG_SOUND_SANDBOX=y |