diff options
| author | Tom Rini <trini@konsulko.com> | 2020-01-08 15:24:50 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-01-08 15:24:50 -0500 |
| commit | deb287b561233a1a9718ec87360dfa2079144e60 (patch) | |
| tree | 2ecce95e6d7203f63ffa8c6dc0d7c2a90f0aefe6 /drivers/clk/imx/Kconfig | |
| parent | ce022f2857714e19c6b31a023b8145782ecef5a5 (diff) | |
| parent | 028c8c411976c30758ddb5f5ffeef792e4595d8d (diff) | |
Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
---------------------------------------------------------------------
Add i.MX8MP SoC and EVK board
Update README for i.MX8MN EVK and fix mmc env
Add pca9450 driver
--------------------------------------------------------------------
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/634211885
Diffstat (limited to 'drivers/clk/imx/Kconfig')
| -rw-r--r-- | drivers/clk/imx/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig index 0ba8bc9f63f..2f149ff6f8a 100644 --- a/drivers/clk/imx/Kconfig +++ b/drivers/clk/imx/Kconfig @@ -52,3 +52,19 @@ config CLK_IMX8MN select CLK_CCF help This enables support clock driver for i.MX8MN platforms. + +config SPL_CLK_IMX8MP + bool "SPL clock support for i.MX8MP" + depends on ARCH_IMX8M && SPL + select SPL_CLK + select SPL_CLK_CCF + help + This enables SPL DM/DTS support for clock driver in i.MX8MP + +config CLK_IMX8MP + bool "Clock support for i.MX8MP" + depends on ARCH_IMX8M + select CLK + select CLK_CCF + help + This enables support clock driver for i.MX8MP platforms. |
