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 drivers: dmic: Intel PDM digital mic driver 2018-11-08 00:40:28 -05:00
CMakeLists.txt drivers/audio: Add support to ST digital microphones (MPxxDTyy) 2019-01-28 11:57:25 -06:00
Kconfig drivers/audio: Add support to ST digital microphones (MPxxDTyy) 2019-01-28 11:57:25 -06:00
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 drivers: tlv320dac: add GPIO as Kconfig dependency 2019-01-09 12:52:52 -06:00
intel_dmic.c drivers: intel_dmic: replace cache operation macros 2019-02-20 07:33:11 -05:00
intel_dmic.h drivers: dmic: Intel PDM digital mic driver 2018-11-08 00:40:28 -05:00
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 drivers/audio: Add support to ST digital microphones (MPxxDTyy) 2019-01-28 11:57:25 -06:00
tlv320dac310x.c audio: tlv320dac310x: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 19:24:23 -06:00
tlv320dac310x.h drivers: tlv320dac: use reset GPIO from DTS 2019-01-09 12:52:52 -06:00