blob: a2652e9eab342e65c8908c89b4b284dbff01390a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#
# 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.
config STM_I2S_TEST_PROTOCOL_DRIVER
tristate "U8500 I2S test protocol driver"
depends on STM_I2S && STE_DMA40 && STM_MSP_I2S
default n
---help---
If you say Y here, you will enable the test protocol driver used for testing I2S Rx and Tx controllers
If unsure, say N.
|