From: Shiji Yang Date: Tue, 8 Oct 2024 03:20:47 +0000 (+0800) Subject: ipq40xx: generic: enable userspace regulator consumer driver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a48ba7efcc0be4ca9e45c00b5a597ca468c43917;p=openwrt%2Fstaging%2Fblogic.git 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 Link: https://github.com/openwrt/openwrt/pull/16476 Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/generic/config-default b/target/linux/ipq40xx/generic/config-default index bd9876a0b64f..4999ad36223c 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