From 5435ed7acc006400b95ebb77a533b2eda5f374e9 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Sat, 28 Feb 2026 09:39:54 +1100 Subject: [PATCH] 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 --- target/linux/armsr/armv8/config-6.12 | 1 - target/linux/generic/config-6.12 | 1 + target/linux/zynq/config-6.12 | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/armsr/armv8/config-6.12 b/target/linux/armsr/armv8/config-6.12 index 43bac8019e..6463660b5a 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 d218336b11..df78250e54 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 2afc561ab3..dff5ec171b 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