diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-04-22 20:07:05 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-22 20:07:05 -0400 |
commit | 618835a0e33a822d18b391a5e9dd821c8fb34b06 (patch) | |
tree | 449635a113f993d3ba3ecc67c28e341846b27fae /arch/blackfin/Kconfig | |
parent | 6a42a91019cb8744435e903f0693bd0e424061f8 (diff) |
[Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normally
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index a3cf9d0a528b..add87a5f64e9 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -303,6 +303,18 @@ config BFIN_KERNEL_CLOCK | |||
303 | are also not changed, and the Bootloader does 100% of the hardware | 303 | are also not changed, and the Bootloader does 100% of the hardware |
304 | configuration. | 304 | configuration. |
305 | 305 | ||
306 | config MEM_ADD_WIDTH | ||
307 | int "Memory Address Width" | ||
308 | depends on BFIN_KERNEL_CLOCK | ||
309 | depends on (!BF54x) | ||
310 | default 9 if BFIN533_EZKIT | ||
311 | default 9 if BFIN561_EZKIT | ||
312 | default 9 if H8606_HVSISTEMAS | ||
313 | default 10 if BFIN527_EZKIT | ||
314 | default 10 if BFIN537_STAMP | ||
315 | default 11 if BFIN533_STAMP | ||
316 | default 10 if PNAV10 | ||
317 | |||
306 | config PLL_BYPASS | 318 | config PLL_BYPASS |
307 | bool "Bypass PLL" | 319 | bool "Bypass PLL" |
308 | depends on BFIN_KERNEL_CLOCK | 320 | depends on BFIN_KERNEL_CLOCK |
@@ -448,18 +460,6 @@ config MEM_SIZE | |||
448 | default 64 if PNAV10 | 460 | default 64 if PNAV10 |
449 | default 32 if H8606_HVSISTEMAS | 461 | default 32 if H8606_HVSISTEMAS |
450 | 462 | ||
451 | config MEM_ADD_WIDTH | ||
452 | int "SDRAM Memory Address Width" | ||
453 | depends on (!BF54x) | ||
454 | default 9 if BFIN533_EZKIT | ||
455 | default 9 if BFIN561_EZKIT | ||
456 | default 9 if H8606_HVSISTEMAS | ||
457 | default 10 if BFIN527_EZKIT | ||
458 | default 10 if BFIN537_STAMP | ||
459 | default 11 if BFIN533_STAMP | ||
460 | default 10 if PNAV10 | ||
461 | |||
462 | |||
463 | choice | 463 | choice |
464 | prompt "DDR SDRAM Chip Type" | 464 | prompt "DDR SDRAM Chip Type" |
465 | depends on BFIN548_EZKIT | 465 | depends on BFIN548_EZKIT |