[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230912013929.658-1-sunying@nj.iscas.ac.cn>
Date: Tue, 12 Sep 2023 09:39:29 +0800
From: sunying@...iscas.ac.cn
To: lgirdwood@...il.com, broonie@...nel.org,
linux-kernel@...r.kernel.org
Cc: pengpeng@...as.ac.cn, renyanjie01@...il.com,
Ying Sun <sunying@...iscas.ac.cn>
Subject: [PATCH] regulator: mtk-dvfsrc: remove non-existent configuration dependency "MTK_DVFSRC"
From: Ying Sun <sunying@...iscas.ac.cn>
The definition of the configuration option "MTK_DVFSRC" cannot be found,
so that the configuration option "REGULATOR_MTK_DVFSRC"
that depends on it cannot be enabled.
Suggested-by: Yanjie Ren <renyanjie01@...il.com>
Signed-off-by: Ying Sun <sunying@...iscas.ac.cn>
---
drivers/regulator/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 965d4f0c18a6..80560e3a13f7 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -906,7 +906,6 @@ config REGULATOR_MT6397
config REGULATOR_MTK_DVFSRC
tristate "MediaTek DVFSRC regulator driver"
- depends on MTK_DVFSRC
help
Say y here to control regulator by DVFSRC (dynamic voltage
and frequency scaling resource collector).
--
2.17.1
Powered by blists - more mailing lists