Kconfig (d9fd7008f48ba3361133e3b901322a724fd2aced) Kconfig (9e5935c04e891abb38a92a893f3457cdf304ef4f)
1menu "Clock"
2
3config CLK
4 bool "Enable clock driver support"
5 depends on DM
6 help
7 This allows drivers to be provided for clock generators, including
8 oscillators and PLLs. Devices can use a common clock API to request

--- 6 unchanged lines hidden (view full) ---

15 depends on CLK
16 help
17 The clock subsystem adds a small amount of overhead to the image.
18 If this is acceptable and you have a need to use clock drivers in
19 SPL, enable this option. It might provide a cleaner interface to
20 setting up clocks within SPL, and allows the same drivers to be
21 used as U-Boot proper.
22
1menu "Clock"
2
3config CLK
4 bool "Enable clock driver support"
5 depends on DM
6 help
7 This allows drivers to be provided for clock generators, including
8 oscillators and PLLs. Devices can use a common clock API to request

--- 6 unchanged lines hidden (view full) ---

15 depends on CLK
16 help
17 The clock subsystem adds a small amount of overhead to the image.
18 If this is acceptable and you have a need to use clock drivers in
19 SPL, enable this option. It might provide a cleaner interface to
20 setting up clocks within SPL, and allows the same drivers to be
21 used as U-Boot proper.
22
23source "drivers/clk/tegra/Kconfig"
24source "drivers/clk/uniphier/Kconfig"
25source "drivers/clk/exynos/Kconfig"
23source "drivers/clk/uniphier/Kconfig"
24source "drivers/clk/exynos/Kconfig"
25source "drivers/clk/at91/Kconfig"
26
27endmenu
26
27endmenu