aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index d1590c7ed758..308bbe291d8f 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -249,7 +249,7 @@ config MEM_MT48LC8M32B2B5_7
249 249
250config MEM_MT48LC32M16A2TG_75 250config MEM_MT48LC32M16A2TG_75
251 bool 251 bool
252 depends on (BFIN527_EZKIT) 252 depends on (BFIN527_EZKIT || BFIN532_IP0X)
253 default y 253 default y
254 254
255source "arch/blackfin/mach-bf527/Kconfig" 255source "arch/blackfin/mach-bf527/Kconfig"
@@ -281,6 +281,7 @@ config CLKIN_HZ
281 default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS) 281 default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS)
282 default "30000000" if BFIN561_EZKIT 282 default "30000000" if BFIN561_EZKIT
283 default "24576000" if PNAV10 283 default "24576000" if PNAV10
284 default "10000000" if BFIN532_IP0X
284 help 285 help
285 The frequency of CLKIN crystal oscillator on the board in Hz. 286 The frequency of CLKIN crystal oscillator on the board in Hz.
286 287
@@ -304,6 +305,7 @@ config MEM_ADD_WIDTH
304 default 10 if BFIN537_STAMP 305 default 10 if BFIN537_STAMP
305 default 11 if BFIN533_STAMP 306 default 11 if BFIN533_STAMP
306 default 10 if PNAV10 307 default 10 if PNAV10
308 default 10 if BFIN532_IP0X
307 309
308config PLL_BYPASS 310config PLL_BYPASS
309 bool "Bypass PLL" 311 bool "Bypass PLL"
@@ -450,6 +452,7 @@ config MEM_SIZE
450 default 64 if PNAV10 452 default 64 if PNAV10
451 default 32 if H8606_HVSISTEMAS 453 default 32 if H8606_HVSISTEMAS
452 default 64 if BFIN548_BLUETECHNIX_CM 454 default 64 if BFIN548_BLUETECHNIX_CM
455 default 64 if BFIN532_IP0X
453 456
454choice 457choice
455 prompt "DDR SDRAM Chip Type" 458 prompt "DDR SDRAM Chip Type"