diff options
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 4c91ea97d885..fd6f3c06a0dc 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -14,6 +14,15 @@ if FSL_SOC_BOOKE | |||
14 | 14 | ||
15 | if PPC32 | 15 | if PPC32 |
16 | 16 | ||
17 | config FSL_85XX_CACHE_SRAM | ||
18 | bool | ||
19 | select PPC_LIB_RHEAP | ||
20 | help | ||
21 | When selected, this option enables cache-sram support | ||
22 | for memory allocation on P1/P2 QorIQ platforms. | ||
23 | cache-sram-size and cache-sram-offset kernel boot | ||
24 | parameters should be passed when this option is enabled. | ||
25 | |||
17 | config MPC8540_ADS | 26 | config MPC8540_ADS |
18 | bool "Freescale MPC8540 ADS" | 27 | bool "Freescale MPC8540 ADS" |
19 | select DEFAULT_UIMAGE | 28 | select DEFAULT_UIMAGE |