| .. | .. |
|---|
| 137 | 137 | |
|---|
| 138 | 138 | config ENV_PARTITION |
|---|
| 139 | 139 | bool "Enable ENV partition table support" |
|---|
| 140 | | - depends on PARTITIONS && ENVF |
|---|
| 141 | | - default y |
|---|
| 140 | + depends on PARTITIONS |
|---|
| 141 | + default y if ENVF |
|---|
| 142 | 142 | help |
|---|
| 143 | 143 | Say Y here if you would like to use ENV partition table. |
|---|
| 144 | 144 | |
|---|
| 145 | 145 | config SPL_ENV_PARTITION |
|---|
| 146 | 146 | 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 |
|---|
| 149 | 149 | help |
|---|
| 150 | 150 | Say Y here if you would like to use ENV partition table in SPL. |
|---|
| 151 | 151 | |
|---|