summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-04-23 08:07:05 +0800
committerBryan Wu <cooloney@kernel.org>2008-04-23 08:07:05 +0800
commit618835a0e33a822d18b391a5e9dd821c8fb34b06 (patch)
tree449635a113f993d3ba3ecc67c28e341846b27fae /arch/blackfin
parent6a42a91019cb8744435e903f0693bd0e424061f8 (diff)
downloadop-kernel-dev-618835a0e33a822d18b391a5e9dd821c8fb34b06.zip
op-kernel-dev-618835a0e33a822d18b391a5e9dd821c8fb34b06.tar.gz
[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')
-rw-r--r--arch/blackfin/Kconfig24
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index a3cf9d0..add87a5 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -303,6 +303,18 @@ config BFIN_KERNEL_CLOCK
are also not changed, and the Bootloader does 100% of the hardware
configuration.
+config MEM_ADD_WIDTH
+ int "Memory Address Width"
+ depends on BFIN_KERNEL_CLOCK
+ depends on (!BF54x)
+ default 9 if BFIN533_EZKIT
+ default 9 if BFIN561_EZKIT
+ default 9 if H8606_HVSISTEMAS
+ default 10 if BFIN527_EZKIT
+ default 10 if BFIN537_STAMP
+ default 11 if BFIN533_STAMP
+ default 10 if PNAV10
+
config PLL_BYPASS
bool "Bypass PLL"
depends on BFIN_KERNEL_CLOCK
@@ -448,18 +460,6 @@ config MEM_SIZE
default 64 if PNAV10
default 32 if H8606_HVSISTEMAS
-config MEM_ADD_WIDTH
- int "SDRAM Memory Address Width"
- depends on (!BF54x)
- default 9 if BFIN533_EZKIT
- default 9 if BFIN561_EZKIT
- default 9 if H8606_HVSISTEMAS
- default 10 if BFIN527_EZKIT
- default 10 if BFIN537_STAMP
- default 11 if BFIN533_STAMP
- default 10 if PNAV10
-
-
choice
prompt "DDR SDRAM Chip Type"
depends on BFIN548_EZKIT
OpenPOWER on IntegriCloud