diff options
author | Tom Rini | 2022-07-31 21:08:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-12 16:10:49 -0400 |
commit | 1de46d91dddfd60107c665530aed6ac25f55960e (patch) | |
tree | 9b3c87020ee166042da76fe591a76b2f90f8b8e0 /configs/P3041DS_defconfig | |
parent | c6eec0182a9823e6238f34bd177f27330b0ad52d (diff) |
Convert CONFIG_SYS_FSL_NUM_CC_PLLS to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_NUM_CC_PLLS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P3041DS_defconfig')
-rw-r--r-- | configs/P3041DS_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P3041DS_defconfig b/configs/P3041DS_defconfig index 2eb1f7f951b..b494dfa8223 100644 --- a/configs/P3041DS_defconfig +++ b/configs/P3041DS_defconfig @@ -15,6 +15,7 @@ CONFIG_PCIE1=y CONFIG_PCIE2=y CONFIG_PCIE3=y CONFIG_PCIE4=y +CONFIG_SYS_FSL_NUM_CC_PLLS=2 CONFIG_MP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |