Kconfig (6905f4d3c7be46fed4859f51f0a8f9a1107c22e7) Kconfig (48264d9beba2ccc18b9497944048eea135883529)
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/uniphier/Kconfig"
24
23endmenu
25endmenu