summaryrefslogtreecommitdiff
path: root/drivers/misc/i2s/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/i2s/Kconfig')
-rw-r--r--drivers/misc/i2s/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/misc/i2s/Kconfig b/drivers/misc/i2s/Kconfig
deleted file mode 100644
index 569818caa5d..00000000000
--- a/drivers/misc/i2s/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# U8500 I2S HW kernel configuration
-#
-config STM_I2S
- bool "U8500 I2S hardware driver"
- depends on ARCH_U8500 && STE_DMA40
- default y
- ---help---
- If you say Y here, you will enable the U8500 I2S hardware driver.
-
- If unsure, say N.
-config STM_MSP_I2S
- tristate "U8500 MSP_I2S hardware driver"
- depends on ARCH_U8500 && STE_DMA40 && STM_I2S
- default y
- ---help---
- If you say Y here, you will enable the U8500 MSP_I2S hardware driver.
-
- If unsure, say N.