From 4eb74c8ed2d8f8e19da593a0bdf574c1fb517e87 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 12 Jan 2023 15:02:41 +0100 Subject: [PATCH] drivers: regulator: remove ONOFF dependency The regulator drivers no longer depend on ONOFF. Signed-off-by: Gerard Marull-Paretas --- drivers/regulator/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index d6aea0ef216..e0329db1b26 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -3,7 +3,6 @@ menuconfig REGULATOR bool "Regulator drivers" - select ONOFF help Include drivers for current/voltage regulators in system config