|
@@ -97,7 +97,7 @@ config REGMAP
|
|
|
|
|
|
config SPL_REGMAP
|
|
config SPL_REGMAP
|
|
bool "Support register maps in SPL"
|
|
bool "Support register maps in SPL"
|
|
- depends on DM
|
|
|
|
|
|
+ depends on SPL_DM
|
|
help
|
|
help
|
|
Hardware peripherals tend to have one or more sets of registers
|
|
Hardware peripherals tend to have one or more sets of registers
|
|
which can be accessed to control the hardware. A register map
|
|
which can be accessed to control the hardware. A register map
|
|
@@ -116,7 +116,7 @@ config SYSCON
|
|
|
|
|
|
config SPL_SYSCON
|
|
config SPL_SYSCON
|
|
bool "Support system controllers in SPL"
|
|
bool "Support system controllers in SPL"
|
|
- depends on REGMAP
|
|
|
|
|
|
+ depends on SPL_REGMAP
|
|
help
|
|
help
|
|
Many SoCs have a number of system controllers which are dealt with
|
|
Many SoCs have a number of system controllers which are dealt with
|
|
as a group by a single driver. Some common functionality is provided
|
|
as a group by a single driver. Some common functionality is provided
|