[PATCH] regulator: mtk-dvfsrc: remove non-existent configuration dependency "MTK_DVFSRC"

From: sunying
Date: Mon Sep 11 2023 - 22:09:27 EST


From: Ying Sun <sunying@xxxxxxxxxxxxxx>

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@xxxxxxxxx>
Signed-off-by: Ying Sun <sunying@xxxxxxxxxxxxxx>
---
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