From a48ba7efcc0be4ca9e45c00b5a597ca468c43917 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Tue, 8 Oct 2024 11:20:47 +0800 Subject: [PATCH] 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 --- 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 -- 2.30.2