aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/Kconfig24
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
306config 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
306config PLL_BYPASS 318config 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
451config 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
463choice 463choice
464 prompt "DDR SDRAM Chip Type" 464 prompt "DDR SDRAM Chip Type"
465 depends on BFIN548_EZKIT 465 depends on BFIN548_EZKIT