diff options
| author | Shiji Yang | 2024-10-08 03:20:47 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-08 17:33:33 +0000 |
| commit | a48ba7efcc0be4ca9e45c00b5a597ca468c43917 (patch) | |
| tree | 7cc537a7c5d2724af31e177cadd152c40a330c7d | |
| parent | 823fd1b1662244b83c1ae8a5f050e2640d582e61 (diff) | |
| download | openwrt-a48ba7efcc0be4ca9e45c00b5a597ca468c43917.tar.gz | |
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@qq.com>
Link: https://github.com/openwrt/openwrt/pull/16476
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |