diff options
Diffstat (limited to 'drivers/clk/Kconfig')
| -rw-r--r-- | drivers/clk/Kconfig | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 19aa2ffa539..ef1e5355be8 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -10,6 +10,16 @@ config CLK  	  feed into other clocks in a tree structure, with multiplexers to  	  choose the source for each clock. +config CLK_AUTO_ID +	bool "Enable support of an unique clock id with several provider" +	depends on CLK +	help +	  Add the uclass sequence number of clock provider in the 8 higher bits +	  of the clk id to guaranty an unique clock identifier in clk uclass +	  when several clock providers are present on the device and when +	  default xlate are used. +	  This feature limit each identifier for each clock providers (24 bits). +  config SPL_CLK  	bool "Enable clock support in SPL"  	depends on CLK && SPL && SPL_DM @@ -182,6 +192,7 @@ config CLK_SCMI  	bool "Enable SCMI clock driver"  	depends on CLK  	depends on SCMI_FIRMWARE +	select CLK_AUTO_ID if CLK_CCF  	help  	  Enable this option if you want to support clock devices exposed  	  by a SCMI agent based on SCMI clock protocol communication | 
