diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 032e6ab5d3c4..96ef656e4669 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -1002,7 +1002,7 @@ config CONSISTENT_START_BOOL | |||
1002 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE | 1002 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE |
1003 | help | 1003 | help |
1004 | This option allows you to set the base virtual address | 1004 | This option allows you to set the base virtual address |
1005 | of the the consistent memory pool. This pool of virtual | 1005 | of the consistent memory pool. This pool of virtual |
1006 | memory is used to make consistent memory allocations. | 1006 | memory is used to make consistent memory allocations. |
1007 | 1007 | ||
1008 | config CONSISTENT_START | 1008 | config CONSISTENT_START |
@@ -1013,7 +1013,7 @@ config CONSISTENT_SIZE_BOOL | |||
1013 | bool "Set custom consistent memory pool size" | 1013 | bool "Set custom consistent memory pool size" |
1014 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE | 1014 | depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE |
1015 | help | 1015 | help |
1016 | This option allows you to set the size of the the | 1016 | This option allows you to set the size of the |
1017 | consistent memory pool. This pool of virtual memory | 1017 | consistent memory pool. This pool of virtual memory |
1018 | is used to make consistent memory allocations. | 1018 | is used to make consistent memory allocations. |
1019 | 1019 | ||