diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index d0f7ff3dc088..c602727d1a9a 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -310,11 +310,6 @@ config BFIN_KERNEL_CLOCK | |||
310 | are also not changed, and the Bootloader does 100% of the hardware | 310 | are also not changed, and the Bootloader does 100% of the hardware |
311 | configuration. | 311 | configuration. |
312 | 312 | ||
313 | config MEM_SIZE | ||
314 | int "SDRAM Memory Size in MBytes" | ||
315 | depends on BFIN_KERNEL_CLOCK | ||
316 | default 64 | ||
317 | |||
318 | config PLL_BYPASS | 313 | config PLL_BYPASS |
319 | bool "Bypass PLL" | 314 | bool "Bypass PLL" |
320 | depends on BFIN_KERNEL_CLOCK | 315 | depends on BFIN_KERNEL_CLOCK |
@@ -376,7 +371,7 @@ config SCLK_DIV | |||
376 | 371 | ||
377 | config MAX_MEM_SIZE | 372 | config MAX_MEM_SIZE |
378 | int "Max SDRAM Memory Size in MBytes" | 373 | int "Max SDRAM Memory Size in MBytes" |
379 | depends on !BFIN_KERNEL_CLOCK && !MPU | 374 | depends on !MPU |
380 | default 512 | 375 | default 512 |
381 | help | 376 | help |
382 | This is the max memory size that the kernel will create CPLB | 377 | This is the max memory size that the kernel will create CPLB |