diff options
author | Tom Rini | 2022-06-25 11:02:45 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-07 14:01:09 -0400 |
commit | f6c1f91761aef72961466c7f15e25148c7f17040 (patch) | |
tree | 8bc0b9ad57d028acb8895b219372e4430129d404 /configs/P3041DS_SPIFLASH_defconfig | |
parent | 5a4461867cee452f7e2e23d2afc29f34f659f67b (diff) |
Convert CONFIG_SYS_FSL_CPC et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_CPC
CONFIG_SYS_CPC_REINIT_F
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P3041DS_SPIFLASH_defconfig')
-rw-r--r-- | configs/P3041DS_SPIFLASH_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P3041DS_SPIFLASH_defconfig b/configs/P3041DS_SPIFLASH_defconfig index 13857b8208f..2be600a5847 100644 --- a/configs/P3041DS_SPIFLASH_defconfig +++ b/configs/P3041DS_SPIFLASH_defconfig @@ -10,6 +10,7 @@ CONFIG_TARGET_P3041DS=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_BOOK3E_HV=y +CONFIG_SYS_FSL_CPC=y CONFIG_PCIE1=y CONFIG_PCIE2=y CONFIG_PCIE3=y |