Re: [PATCH 03/27] ASoC: tas2764: Extend driver to SN012776
From: Alyssa Rosenzweig
Date: Sun Feb 16 2025 - 17:59:10 EST
> config SND_SOC_TAS2764
> tristate "Texas Instruments TAS2764 Mono Audio amplifier"
> depends on I2C
> + depends on OF
Do we want to drop support for !OF configurations? The alternative would
be extra #ifdef soup. I don't know if this is a useful build configuration but we should be deliberate about adding the depends.