clk: at91: Kconfig: fix the dependency of AT91_UTMI

What the AT91_UTMI depends on SPL_DM isn't right. AT91_UTMI is not
only used in SPL, also in other place, even if SPL_DM isn't enabled.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
This commit is contained in:
Wenyou Yang 2017-11-17 14:46:43 +08:00 committed by Tom Rini
parent c729fb258a
commit 9e0eb01239

View File

@ -14,11 +14,11 @@ config CLK_AT91
config AT91_UTMI config AT91_UTMI
bool "Support UTMI PLL Clock" bool "Support UTMI PLL Clock"
depends on CLK_AT91 && SPL_DM depends on CLK_AT91
select REGMAP select REGMAP
select SPL_REGMAP select SPL_REGMAP if SPL_DM
select SYSCON select SYSCON
select SPL_SYSCON select SPL_SYSCON if SPL_DM
help help
This option is used to enable the AT91 UTMI PLL clock This option is used to enable the AT91 UTMI PLL clock
driver. It is the clock provider of USB, and UPLLCK is the driver. It is the clock provider of USB, and UPLLCK is the