sound: Allow audio codecs to be used by other SoCs
[oweals/u-boot.git] / drivers / sound / Kconfig
index bd72dd335e9d7e791ec3431de6adaea3179b1739..40f4f7598aae4e1b6c9798e4de1226b02188790f 100644 (file)
@@ -32,7 +32,7 @@ config I2S_ROCKCHIP
 
 config I2S_SAMSUNG
        bool "Enable I2C support for Samsung SoCs"
-       depends on SOUND
+       depends on I2S
        help
          Samsung Exynos SoCs support an I2S interface for sending audio
          data to an audio codec. This option enables support for this,
@@ -42,7 +42,7 @@ config I2S_SAMSUNG
 
 config SOUND_MAX98088
        bool "Support Maxim max98088 audio codec"
-       depends on I2S_SAMSUNG
+       depends on I2S
        help
          Enable the max98088 audio codec. This is connected via I2S for
          audio data and I2C for codec control. At present it only works
@@ -50,7 +50,7 @@ config SOUND_MAX98088
 
 config SOUND_MAX98090
        bool "Support Maxim max98090 audio codec"
-       depends on I2S_SAMSUNG
+       depends on I2S
        help
          Enable the max98090 audio codec. This is connected via I2S for
          audio data and I2C for codec control. At present it only works
@@ -58,7 +58,7 @@ config SOUND_MAX98090
 
 config SOUND_MAX98095
        bool "Support Maxim max98095 audio codec"
-       depends on I2S_SAMSUNG
+       depends on I2S
        help
          Enable the max98095 audio codec. This is connected via I2S for
          audio data and I2C for codec control. At present it only works