hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
u-boot/disk/Kconfig
....@@ -137,15 +137,15 @@
137137
138138 config ENV_PARTITION
139139 bool "Enable ENV partition table support"
140
- depends on PARTITIONS && ENVF
141
- default y
140
+ depends on PARTITIONS
141
+ default y if ENVF
142142 help
143143 Say Y here if you would like to use ENV partition table.
144144
145145 config SPL_ENV_PARTITION
146146 bool "Enable ENV partition table support in SPL"
147
- depends on SPL && PARTITIONS && SPL_ENVF
148
- default y
147
+ depends on SPL && PARTITIONS
148
+ default y if SPL_ENVF
149149 help
150150 Say Y here if you would like to use ENV partition table in SPL.
151151