mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regulator: mtk-dvfsrc: remove non-existent configuration dependency "MTK_DVFSRC"
@ 2023-09-12  1:39 sunying
  2023-09-12 12:45 ` kernel test robot
  2023-09-12 21:49 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: sunying @ 2023-09-12  1:39 UTC (permalink / raw)
  To: lgirdwood, broonie, linux-kernel; +Cc: pengpeng, renyanjie01, Ying Sun

From: Ying Sun <sunying@nj.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@gmail.com>
Signed-off-by: Ying Sun <sunying@nj.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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-12 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12  1:39 [PATCH] regulator: mtk-dvfsrc: remove non-existent configuration dependency "MTK_DVFSRC" sunying
2023-09-12 12:45 ` kernel test robot
2023-09-12 21:49 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®