From: Bevan Weiss Date: Fri, 27 Feb 2026 22:39:54 +0000 (+1100) Subject: kernel: lift CONFIG_REGULATOR_VEXPRESS 'not set' to generic X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5435ed7acc006400b95ebb77a533b2eda5f374e9;p=thirdparty%2Fopenwrt.git kernel: lift CONFIG_REGULATOR_VEXPRESS 'not set' to generic Advertise the default 'not set' of this CONFIG higher in the tree since it's already referenced by several other targets, with a few more targets missing this reference (which fails build to prompt for N/y/m). Signed-off-by: Bevan Weiss --- diff --git a/target/linux/armsr/armv8/config-6.12 b/target/linux/armsr/armv8/config-6.12 index 43bac8019e3..6463660b5ad 100644 --- a/target/linux/armsr/armv8/config-6.12 +++ b/target/linux/armsr/armv8/config-6.12 @@ -671,7 +671,6 @@ CONFIG_REGULATOR_HI655X=y CONFIG_REGULATOR_PFUZE100=y CONFIG_REGULATOR_RZG2L_VBCTRL=y # CONFIG_REGULATOR_SUN20I is not set -# CONFIG_REGULATOR_VEXPRESS is not set CONFIG_RELOCATABLE=y # CONFIG_RENESAS_ETHER_SWITCH is not set CONFIG_RENESAS_OSTM=y diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index d218336b110..df78250e542 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -5143,6 +5143,7 @@ CONFIG_RCU_STALL_COMMON=y # CONFIG_REGULATOR_TPS6524X is not set # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set # CONFIG_REGULATOR_VCTRL is not set +# CONFIG_REGULATOR_VEXPRESS is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set diff --git a/target/linux/zynq/config-6.12 b/target/linux/zynq/config-6.12 index 2afc561ab30..dff5ec171b7 100644 --- a/target/linux/zynq/config-6.12 +++ b/target/linux/zynq/config-6.12 @@ -438,7 +438,6 @@ CONFIG_REGMAP_I2C=y CONFIG_REGMAP_MMIO=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -# CONFIG_REGULATOR_VEXPRESS is not set CONFIG_RESET_CONTROLLER=y CONFIG_RESET_ZYNQ=y CONFIG_RFS_ACCEL=y