Skip to content

Commit 68e4dad

Browse files
geertubroonie
authored andcommitted
ASoC: img: Imagination Technologies sound should depend on MIPS
Before, all Imagination sound symbols were gated by the SND_SOC_IMG symbol, offering the user a simple option to hide them all. After the removal of this gate symbol, all symbols are exposed to the user, even when configuring a kernel for a non-Imagination platform. Fix this by adding a dependency on MIPS, to prevent asking the user about these drivers when configuring a kernel for a different architecture. Fixes: b13f7ee ("ASoC: img: Standardize ASoC menu") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://patch.msgid.link/242832f225ae68018111648ea9934dc059741567.1751989463.git.geert+renesas@glider.be Signed-off-by: Mark Brown <[email protected]>
1 parent bb96a31 commit 68e4dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/img/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menu "Imagination Technologies"
3+
depends on MIPS || COMPILE_TEST
34

45
config SND_SOC_IMG_I2S_IN
56
tristate "Imagination I2S Input Device Driver"

0 commit comments

Comments
 (0)