181385818SMasahiro Yamadamenu "Clock" 281385818SMasahiro Yamada 3f26c8a8eSSimon Glassconfig CLK 4f26c8a8eSSimon Glass bool "Enable clock driver support" 5f26c8a8eSSimon Glass depends on DM 6f26c8a8eSSimon Glass help 7f26c8a8eSSimon Glass This allows drivers to be provided for clock generators, including 8f26c8a8eSSimon Glass oscillators and PLLs. Devices can use a common clock API to request 9f26c8a8eSSimon Glass a particular clock rate and check on available clocks. Clocks can 10f26c8a8eSSimon Glass feed into other clocks in a tree structure, with multiplexers to 11f26c8a8eSSimon Glass choose the source for each clock. 12f26c8a8eSSimon Glass 1305435891SMasahiro Yamadaconfig SPL_CLK 14f26c8a8eSSimon Glass bool "Enable clock support in SPL" 150712b672SWenyou Yang depends on CLK && SPL && SPL_DM 16f26c8a8eSSimon Glass help 17f26c8a8eSSimon Glass The clock subsystem adds a small amount of overhead to the image. 18f26c8a8eSSimon Glass If this is acceptable and you have a need to use clock drivers in 19f26c8a8eSSimon Glass SPL, enable this option. It might provide a cleaner interface to 20f26c8a8eSSimon Glass setting up clocks within SPL, and allows the same drivers to be 21f26c8a8eSSimon Glass used as U-Boot proper. 2281385818SMasahiro Yamada 237c819e7fSPhilipp Tomsichconfig TPL_CLK 247c819e7fSPhilipp Tomsich bool "Enable clock support in TPL" 257c819e7fSPhilipp Tomsich depends on CLK && TPL_DM 267c819e7fSPhilipp Tomsich help 277c819e7fSPhilipp Tomsich The clock subsystem adds a small amount of overhead to the image. 287c819e7fSPhilipp Tomsich If this is acceptable and you have a need to use clock drivers in 297c819e7fSPhilipp Tomsich SPL, enable this option. It might provide a cleaner interface to 307c819e7fSPhilipp Tomsich setting up clocks within TPL, and allows the same drivers to be 317c819e7fSPhilipp Tomsich used as U-Boot proper. 327c819e7fSPhilipp Tomsich 335357eb95SÁlvaro Fernández Rojasconfig CLK_BCM6345 345357eb95SÁlvaro Fernández Rojas bool "Clock controller driver for BCM6345" 355357eb95SÁlvaro Fernández Rojas depends on CLK && ARCH_BMIPS 365357eb95SÁlvaro Fernández Rojas default y 375357eb95SÁlvaro Fernández Rojas help 385357eb95SÁlvaro Fernández Rojas This clock driver adds support for enabling and disabling peripheral 395357eb95SÁlvaro Fernández Rojas clocks on BCM6345 SoCs. HW has no rate changing capabilities. 405357eb95SÁlvaro Fernández Rojas 41dd7c7494SPaul Burtonconfig CLK_BOSTON 42dd7c7494SPaul Burton def_bool y if TARGET_BOSTON 43dd7c7494SPaul Burton depends on CLK 44dd7c7494SPaul Burton select REGMAP 45dd7c7494SPaul Burton select SYSCON 46dd7c7494SPaul Burton help 47dd7c7494SPaul Burton Enable this to support the clocks 48dd7c7494SPaul Burton 49f264e235SPatrice Chotardconfig CLK_STM32F 50f264e235SPatrice Chotard bool "Enable clock driver support for STM32F family" 51f264e235SPatrice Chotard depends on CLK && (STM32F7 || STM32F4) 52f264e235SPatrice Chotard default y 53f264e235SPatrice Chotard help 54f264e235SPatrice Chotard This clock driver adds support for RCC clock management 55f264e235SPatrice Chotard for STM32F4 and STM32F7 SoCs. 56f264e235SPatrice Chotard 57*e585bef1SAndreas Dannenbergconfig CLK_TI_SCI 58*e585bef1SAndreas Dannenberg bool "TI System Control Interface (TI SCI) clock driver" 59*e585bef1SAndreas Dannenberg depends on CLK && TI_SCI_PROTOCOL && OF_CONTROL 60*e585bef1SAndreas Dannenberg help 61*e585bef1SAndreas Dannenberg This enables the clock driver support over TI System Control Interface 62*e585bef1SAndreas Dannenberg available on some new TI's SoCs. If you wish to use clock resources 63*e585bef1SAndreas Dannenberg managed by the TI System Controller, say Y here. Otherwise, say N. 64*e585bef1SAndreas Dannenberg 65e80dac0aSEugeniy Paltsevconfig CLK_HSDK 66e80dac0aSEugeniy Paltsev bool "Enable cgu clock driver for HSDK" 67e80dac0aSEugeniy Paltsev depends on CLK 68e80dac0aSEugeniy Paltsev help 69e80dac0aSEugeniy Paltsev Enable this to support the cgu clocks on Synopsys ARC HSDK 70e80dac0aSEugeniy Paltsev 713a64b253SStefan Herbrechtsmeierconfig CLK_ZYNQ 723a64b253SStefan Herbrechtsmeier bool "Enable clock driver support for Zynq" 733a64b253SStefan Herbrechtsmeier depends on CLK && ARCH_ZYNQ 743a64b253SStefan Herbrechtsmeier default y 753a64b253SStefan Herbrechtsmeier help 763a64b253SStefan Herbrechtsmeier This clock driver adds support for clock realted settings for 773a64b253SStefan Herbrechtsmeier Zynq platform. 783a64b253SStefan Herbrechtsmeier 79128ec1feSSiva Durga Prasad Paladuguconfig CLK_ZYNQMP 80128ec1feSSiva Durga Prasad Paladugu bool "Enable clock driver support for ZynqMP" 81128ec1feSSiva Durga Prasad Paladugu depends on ARCH_ZYNQMP 82128ec1feSSiva Durga Prasad Paladugu help 83128ec1feSSiva Durga Prasad Paladugu This clock driver adds support for clock realted settings for 84128ec1feSSiva Durga Prasad Paladugu ZynqMP platform. 85128ec1feSSiva Durga Prasad Paladugu 86a6151916SPatrick Delaunayconfig CLK_STM32MP1 87a6151916SPatrick Delaunay bool "Enable RCC clock driver for STM32MP1" 88a6151916SPatrick Delaunay depends on ARCH_STM32MP && CLK 89a6151916SPatrick Delaunay default y 90a6151916SPatrick Delaunay help 91a6151916SPatrick Delaunay Enable the STM32 clock (RCC) driver. Enable support for 92a6151916SPatrick Delaunay manipulating STM32MP1's on-SoC clocks. 93a6151916SPatrick Delaunay 949e5935c0SWenyou Yangsource "drivers/clk/at91/Kconfig" 95cf682257SJagan Tekisource "drivers/clk/exynos/Kconfig" 9682a248dfSMarek Behúnsource "drivers/clk/mvebu/Kconfig" 97ae485b54SManivannan Sadhasivamsource "drivers/clk/owl/Kconfig" 98cf682257SJagan Tekisource "drivers/clk/renesas/Kconfig" 99cf682257SJagan Tekisource "drivers/clk/tegra/Kconfig" 100cf682257SJagan Tekisource "drivers/clk/uniphier/Kconfig" 10148264d9bSMasahiro Yamada 102f0bcbe6cSMario Sixconfig ICS8N3QV01 103f0bcbe6cSMario Six bool "Enable ICS8N3QV01 VCXO driver" 104f0bcbe6cSMario Six depends on CLK 105f0bcbe6cSMario Six help 106f0bcbe6cSMario Six Support for the ICS8N3QV01 Quad-Frequency VCXO (Voltage-Controlled 107f0bcbe6cSMario Six Crystal Oscillator). The output frequency can be programmed via an 108f0bcbe6cSMario Six I2C interface. 109f0bcbe6cSMario Six 11081385818SMasahiro Yamadaendmenu 111