summaryrefslogtreecommitdiffstats
path: root/drivers/sound
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-06 13:19:11 -0700
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:39 -0600
commit6bd7be278256c1e66a34c78bbe059584ba8cd9f1 (patch)
tree8f77c915cfef3c2150fd7726fa507e1a84b17e26 /drivers/sound
parent00cf7bf19eb85ae9c28736ace8b046af0c3baed9 (diff)
downloadblackbird-obmc-uboot-6bd7be278256c1e66a34c78bbe059584ba8cd9f1.tar.gz
blackbird-obmc-uboot-6bd7be278256c1e66a34c78bbe059584ba8cd9f1.zip
sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound')
-rw-r--r--drivers/sound/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig
index 759a10fcc3..1b97af001b 100644
--- a/drivers/sound/Kconfig
+++ b/drivers/sound/Kconfig
@@ -18,3 +18,13 @@ config I2S
SoC to the audio codec. This option enables sound support using
I2S. It calls either of the two supported codecs (no use is made
of driver model at present).
+
+config I2S_SAMSUNG
+ bool "Enable I2C support for Samsung SoCs"
+ depends on SOUND
+ help
+ Samsung Exynos SoCs support an I2S interface for sending audio
+ data to an audio codec. This option enables support for this,
+ using one of the available audio codec drivers. Enabling this
+ option provides an implementation for sound_init() and
+ sound_play().
OpenPOWER on IntegriCloud