mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
configs: sandbox: Enable composite clk
Enable composite clk for sandbox test Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
2b12957d01
commit
7bd6432210
2 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ CONFIG_BOOTCOUNT_LIMIT=y
|
|||
CONFIG_DM_BOOTCOUNT=y
|
||||
CONFIG_DM_BOOTCOUNT_RTC=y
|
||||
CONFIG_CLK=y
|
||||
CONFIG_CLK_COMPOSITE_CCF=y
|
||||
CONFIG_SANDBOX_CLK_CCF=y
|
||||
CONFIG_CPU=y
|
||||
CONFIG_DM_DEMO=y
|
||||
|
|
|
@ -66,6 +66,7 @@ CONFIG_DEBUG_DEVRES=y
|
|||
CONFIG_ADC=y
|
||||
CONFIG_ADC_SANDBOX=y
|
||||
CONFIG_CLK=y
|
||||
CONFIG_CLK_COMPOSITE_CCF=y
|
||||
CONFIG_SANDBOX_CLK_CCF=y
|
||||
CONFIG_CPU=y
|
||||
CONFIG_DM_DEMO=y
|
||||
|
|
Loading…
Add table
Reference in a new issue