summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorEnrik Berkhan <Enrik.Berkhan@ge.com>2008-01-23 12:12:01 +0100
committerWolfram Sang <w.sang@pengutronix.de>2008-01-23 12:13:23 +0100
commit9f27a5f0683975a1adbd0563566152c8f22a44c7 (patch)
tree3978f34dec176169f80c162c991fa489824c285e /arch/blackfin/Kconfig
parent0449be2dc1133631d22105dd8770f7bc3e1de56b (diff)
downloadbarebox-9f27a5f0683975a1adbd0563566152c8f22a44c7.tar.gz
barebox-9f27a5f0683975a1adbd0563566152c8f22a44c7.tar.xz
Enable blackfin boot rom boot modes
Signed-Off-By: Enrik Berkhan <Enrik.Berkhan@ge.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index a956dd5a25..7c4fd9fb2c 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -27,6 +27,27 @@ config MACH_IPE337
endchoice
+choice
+ prompt "Boot Mode"
+ default BFIN_BOOT_BYPASS
+
+config BFIN_BOOT_BYPASS
+ bool "bypass"
+ help
+ blackfin is strapped to boot from parallel flash on CS0
+
+config BFIN_BOOT_FLASH8
+ bool "flash 8 bit"
+ help
+ blackfin is strapped to boot from 8bit wide flash via boot ROM
+
+config BFIN_BOOT_FLASH16
+ bool "flash 16 bit"
+ help
+ blackfin is strapped to boot from 16bit wide flash via boot ROM
+
+endchoice
+
source common/Kconfig
source commands/Kconfig
source net/Kconfig