diff options
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index e451c0898e7a..203ec61c6d4c 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -156,6 +156,15 @@ config ADVANCED_OPTIONS | |||
156 | comment "Default settings for advanced configuration options are used" | 156 | comment "Default settings for advanced configuration options are used" |
157 | depends on !ADVANCED_OPTIONS | 157 | depends on !ADVANCED_OPTIONS |
158 | 158 | ||
159 | config XILINX_UNCACHED_SHADOW | ||
160 | bool "Are you using uncached shadow for RAM ?" | ||
161 | depends on ADVANCED_OPTIONS && !MMU | ||
162 | default n | ||
163 | help | ||
164 | This is needed to be able to allocate uncachable memory regions. | ||
165 | The feature requires the design to define the RAM memory controller | ||
166 | window to be twice as large as the actual physical memory. | ||
167 | |||
159 | config HIGHMEM_START_BOOL | 168 | config HIGHMEM_START_BOOL |
160 | bool "Set high memory pool address" | 169 | bool "Set high memory pool address" |
161 | depends on ADVANCED_OPTIONS && HIGHMEM | 170 | depends on ADVANCED_OPTIONS && HIGHMEM |