]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: add GPIOLIB_LEGACY dependency where needed
authorArnd Bergmann <arnd@arndb.de>
Fri, 8 Aug 2025 15:17:52 +0000 (17:17 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 10 Aug 2025 20:09:03 +0000 (21:09 +0100)
commit5383d67e2430822fa7bd20dcbbebbd8ae808e386
tree1ea2775a538345ab33c56cee985ecbfa95f8eddf
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
ASoC: add GPIOLIB_LEGACY dependency where needed

In order to make the legacy gpiolib interfaces such as gpio_request()
optional, mark the three ASoC driver that rely on it today with a
dependency on the new Kconfig symbol.

The tlv320dac33 and ak4641 drivers have no in-tree users, while the
uda1380 driver is theoretically referened by two lpc3250 based boards,
but neither of them work because of the legacy gpiolib dependency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20250808151822.536879-9-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig