zephyr/drivers/i2s
Ulf Magnusson 70da85c8ec kconfig: drivers: i2s: Remove redundant deps.
I2S_STM32 is already within an 'if I2S', in drivers/i2s/Kconfig.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 10:01:12 -05:00
..
CMakeLists.txt drivers: i2s: Add support for I2S stm32 2018-10-11 16:55:00 +02:00
i2s_cavs.c drivers: i2s_cavs: replace cache operation macros 2019-02-20 07:33:11 -05:00
i2s_cavs.h drivers: i2s_cavs: add transmit underrun status 2019-02-04 00:52:15 -05:00
i2s_common.c i2s: fix bad argument to k_mem_slab_free() 2018-11-16 18:26:03 -05:00
i2s_handlers.c i2s: fix slab leak in i2s_buf_write() 2018-11-16 18:26:03 -05:00
i2s_ll_stm32.c drivers/i2s_ll_stm32.c: pass proper PLLR param when setting I2S PLL 2019-01-24 09:35:53 -06:00
i2s_ll_stm32.h drivers: i2s: Add support for I2S stm32 2018-10-11 16:55:00 +02:00
i2s_sam_ssc.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
Kconfig driver: i2s: move to new logger 2018-10-10 10:22:01 -04:00
Kconfig.cavs drivers: i2s_cavs: Add bidirectional I2S support 2018-11-05 08:48:36 -05:00
Kconfig.sam_ssc drivers: i2c: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 kconfig: drivers: i2s: Remove redundant deps. 2019-03-09 10:01:12 -05:00