zephyr/drivers/audio
Ulf Magnusson 569e64557f kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps.
These files are 'source'd within an 'if AUDIO_DMIC', in
drivers/audio/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 09:59:15 -05:00
..
decimation
CMakeLists.txt
Kconfig
Kconfig.intel_dmic kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps. 2019-03-09 09:59:15 -05:00
Kconfig.mpxxdtyy kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps. 2019-03-09 09:59:15 -05:00
Kconfig.tlv320dac
intel_dmic.c drivers: intel_dmic: replace cache operation macros 2019-02-20 07:33:11 -05:00
intel_dmic.h
mpxxdtyy-i2s.c drivers/audio: mpxxdtyy: Align log defines to audio dmic case 2019-02-19 12:29:09 -06:00
mpxxdtyy.c drivers/audio: mpxxdtyy: Align log defines to audio dmic case 2019-02-19 12:29:09 -06:00
mpxxdtyy.h
tlv320dac310x.c audio: tlv320dac310x: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 19:24:23 -06:00
tlv320dac310x.h