[ubicom32] remove target
[openwrt.git] / target / linux / ubicom32 / files / sound / ubicom32 / Kconfig
diff --git a/target/linux/ubicom32/files/sound/ubicom32/Kconfig b/target/linux/ubicom32/files/sound/ubicom32/Kconfig
deleted file mode 100644 (file)
index c57bd34..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# ALSA Ubicom32 drivers
-
-menuconfig SND_UBI32
-       tristate "Ubicom32 sound devices"
-       select SND_PCM
-       default n
-       help
-         Say Y here to include support for audio on the Ubicom32 platform.
-         To compile this driver as a module, say M here: the module will be
-         called snd_ubi32.
-
-if SND_UBI32
-
-config SND_UBI32_AUDIO_GENERIC_CAPTURE
-       bool "Generic Capture Support"
-       default n
-       help
-         Use this option to support ADCs which don't require special drivers.
-
-config SND_UBI32_AUDIO_GENERIC
-       bool "Generic Playback Support"
-       default n
-       help
-         Use this option to support DACs which don't require special drivers.
-
-comment "I2C Based Codecs"
-
-config SND_UBI32_AUDIO_CS4350
-       bool "Cirrus Logic CS4350 DAC"
-       depends on I2C
-       default n
-       help
-         Support for the Cirrus Logic CS4350 DAC.
-
-config SND_UBI32_AUDIO_CS4384
-       bool "Cirrus Logic CS4384 DAC"
-       depends on I2C
-       default n
-       help
-         Support for the Cirrus Logic CS4384 DAC.
-
-endif #SND_UBI32