[openwrt/openwrt] ipq40xx: generic: enable userspace regulator consumer driver
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 8 10:33:39 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a48ba7efcc0be4ca9e45c00b5a597ca468c43917
commit a48ba7efcc0be4ca9e45c00b5a597ca468c43917
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Tue Oct 8 11:20:47 2024 +0800
ipq40xx: generic: enable userspace regulator consumer driver
It can be used to control the power on/off status for the fixed
voltage regulator via sysfs.
Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
Link: https://github.com/openwrt/openwrt/pull/16476
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ipq40xx/generic/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq40xx/generic/config-default b/target/linux/ipq40xx/generic/config-default
index bd9876a0b6..4999ad3622 100644
--- a/target/linux/ipq40xx/generic/config-default
+++ b/target/linux/ipq40xx/generic/config-default
@@ -3,4 +3,5 @@ CONFIG_MTD_UBI_BEB_LIMIT=20
CONFIG_MTD_UBI_BLOCK=y
CONFIG_MTD_UBI_NVMEM=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
+CONFIG_REGULATOR_USERSPACE_CONSUMER=y
CONFIG_UBIFS_FS=y
More information about the lede-commits
mailing list