diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
commit | 8197d92843952b376915fdbcbf67c723feab1532 (patch) | |
tree | da0c744f5254b549498293dc2e148c59af0b9f8d /drivers/clk/uniphier/Kconfig | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
parent | 3444d1d40e9ee42ba7423f4fa6651703a8666bc1 (diff) |
Merge git://git.denx.de/u-boot-uniphier
- Fix unmet direct dependencies warning
- Remove old sLD3 SoC support
- Update reset data
- Add dr_mode DT property to avoid warning
Diffstat (limited to 'drivers/clk/uniphier/Kconfig')
-rw-r--r-- | drivers/clk/uniphier/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig index da3e355389..3666d8414c 100644 --- a/drivers/clk/uniphier/Kconfig +++ b/drivers/clk/uniphier/Kconfig @@ -1,9 +1,8 @@ config CLK_UNIPHIER - bool "Clock driver for UniPhier SoCs" + def_bool y depends on ARCH_UNIPHIER select CLK - select SPL_CLK - default y + select SPL_CLK if SPL help Support for clock controllers on UniPhier SoCs. Say Y if you want to control clocks provided by System Control |