diff options
| author | Tom Rini <[email protected]> | 2022-06-27 13:35:46 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-08 17:57:33 -0400 |
| commit | 38d091ac1d2d57612adb53b802609a7c3dcdbe3d (patch) | |
| tree | b08fc8b1717a9438835a608ecc05080db03ffe37 /arch | |
| 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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 915e28e1108..b6881bf1ff3 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -1230,6 +1230,9 @@ config SYS_CPC_REINIT_F config SYS_FSL_CPC bool "Corenet Platform Cache support" +config SYS_CACHE_STASHING + bool "Enable cache stashing" + config SYS_MPC85XX_NO_RESETVEC bool "Discard resetvec section and move bootpg section up" depends on MPC85xx |
