diff options
author | Tom Rini | 2022-06-27 13:35:46 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-08 17:57:33 -0400 |
commit | 38d091ac1d2d57612adb53b802609a7c3dcdbe3d (patch) | |
tree | b08fc8b1717a9438835a608ecc05080db03ffe37 /configs/P2041RDB_defconfig | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) |
Convert CONFIG_SYS_CACHE_STASHING to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CACHE_STASHING
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P2041RDB_defconfig')
-rw-r--r-- | configs/P2041RDB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig index e609dfcbf21..c1eb0805329 100644 --- a/configs/P2041RDB_defconfig +++ b/configs/P2041RDB_defconfig @@ -11,6 +11,7 @@ CONFIG_MPC85XX_HAVE_RESET_VECTOR=y CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_BOOK3E_HV=y CONFIG_SYS_FSL_CPC=y +CONFIG_SYS_CACHE_STASHING=y CONFIG_PCIE1=y CONFIG_PCIE2=y CONFIG_PCIE3=y |