hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
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