[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230108114351.539786-1-ajye_huang@compal.corp-partner.google.com>
Date: Sun, 8 Jan 2023 19:43:51 +0800
From: Ajye Huang <ajye_huang@...pal.corp-partner.google.com>
To: linux-kernel@...r.kernel.org
Cc: Mark Brown <broonie@...nel.org>,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Sean Paul <sean@...rly.run>,
Terry Cheong <htcheong@...omium.org>,
Liam Girdwood <liam.r.girdwood@...ux.intel.com>,
Sasha Levin <sashal@...nel.org>,
Lucas Tanure <tanureal@...nsource.cirrus.com>,
Cezary Rojewski <cezary.rojewski@...el.com>,
Ryan Lee <ryan.lee.analog@...il.com>,
Charles Keepax <ckeepax@...nsource.cirrus.com>,
Jaroslav Kysela <perex@...ex.cz>,
David Lin <CTLIN0@...oton.com>, Brent Lu <brent.lu@...el.com>,
Takashi Iwai <tiwai@...e.com>,
Linux Patches Robot
<linux-patches-robot@...omeos-missing-patches.google.com.iam.gserviceaccount.com>,
amadeuszx.slawinski@...ux.intel.com, alsa-devel@...a-project.org,
Ajye Huang <ajye_huang@...pal.corp-partner.google.com>,
kernel test robot <lkp@...el.com>
Subject: [PATCH v1] ASoC: nau8315: remove dependency on GPIOLIB
commit dcc2c012c7691 ("ASoC: Fix gpiolib dependencies") removed a
series of unnecessary dependencies on GPIOLIB when the gpio was
optional.
A similar simplification seems valid for nau8315, so remove the
dependency as well. This will avoid the following warning
WARNING: unmet direct dependencies detected for SND_SOC_NAU8315
Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] &&
GPIOLIB [=n]
Selected by [y]:
- SND_SOC_INTEL_SOF_NAU8825_MACH [=y] && SOUND [=y] && !UML &&
SND [=y] && SND_SOC [=y] && SND_SOC_INTEL_MACH [=y] &&
(SND_SOC_SOF_HDA_LINK [=y] || SND_SOC_SOF_BAYTRAIL [=n]) &&
I2C [=y] && ACPI [=y] && SND_HDA_CODEC_HDMI [=y] &&
SND_SOC_SOF_HDA_AUDIO_CODEC [=y] && (MFD_INTEL_LPSS [=n] ||
COMPILE_TEST [=y])
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Ajye Huang <ajye_huang@...pal.corp-partner.google.com>
---
sound/soc/codecs/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index bbd401e52be1..e165addec25f 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1863,7 +1863,6 @@ config SND_SOC_MT6660
config SND_SOC_NAU8315
tristate "Nuvoton Technology Corporation NAU8315 CODEC"
- depends on GPIOLIB
config SND_SOC_NAU8540
tristate "Nuvoton Technology Corporation NAU85L40 CODEC"
--
2.25.1
Powered by blists - more mailing lists