summaryrefslogtreecommitdiff
path: root/drivers/misc/i2s/Kconfig
blob: 569818caa5d2592ded740f64011616c959d8b253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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.