mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 23:03:47 +01:00
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 <bevan.weiss@gmail.com>
This commit is contained in:
parent
73bfb34284
commit
5435ed7acc
3 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue