diff options
Diffstat (limited to 'drivers/clk/Kconfig')
| -rw-r--r-- | drivers/clk/Kconfig | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index d9d518d7038..18bd640a68b 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -96,6 +96,13 @@ config SPL_CLK_GPIO  	  Enable this option to add GPIO-controlled clock gate driver  	  in U-Boot SPL. +config CLK_STUB +	bool "Stub clock driver" +	depends on CLK +	help +	  Enable this to provide a stub clock driver for non-essential clock +	  controllers. +  config CLK_BCM6345  	bool "Clock controller driver for BCM6345"  	depends on CLK && ARCH_BMIPS | 
