commit | f951566e56b36414e18e7b411bb0ea3eed6703f8 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Mon Aug 03 12:07:16 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Oct 28 15:22:53 2020 +0100 |
tree | d9a8b3755e8d118a8740f07c0ddaa971f32892bd | |
parent | b7639551eeeb45fb9a03c60b9791b865145a8c75 [diff] [blame] |
drivers: regulator: add GPIO-controlled regulator driver This provides structure for the regulator device hierarchy and a driver for GPIO-controlled regulators along with its binding. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
diff --git a/drivers/Kconfig b/drivers/Kconfig index eafe17c..3491113 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -99,4 +99,6 @@ source "drivers/peci/Kconfig" +source "drivers/regulator/Kconfig" + endmenu