summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-17 17:57:55 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-17 17:57:55 +0200
commit3be8ed2fa1d4813bf11985083850ec7fa47236ed (patch)
tree12a67fbeaeedc95f02e1c110bb08a396d1a870bb /arch/arm/Kconfig
parent60f8ee6f3f220383c2bc29ee0316530666c43769 (diff)
downloadbarebox-3be8ed2fa1d4813bf11985083850ec7fa47236ed.tar.gz
barebox-3be8ed2fa1d4813bf11985083850ec7fa47236ed.tar.xz
adding i.MX31 CPU support
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig19
1 files changed, 17 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5392322691..8ac34116a9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -6,6 +6,7 @@ config ARCH_TEXT_BASE
default 0x81f00000 if MACH_NXDB500
default 0x21e00000 if MACH_ECO920
default 0xa0000000 if MACH_PCM038
+ default 0x87f00000 if MACH_IMX31
config BOARDINFO
default "Synertronixx scb9328" if MACH_SCB9328
@@ -16,6 +17,9 @@ config BOARDINFO
config BOARDINFO
default "Phytec Phycore MX27" if MACH_PCM038
+config BOARDINFO
+ default "Phytec Phycore i.MX31" if MACH_IMX31
+
config ARM
bool
select HAS_KALLSYMS
@@ -28,7 +32,7 @@ config ARM920T
config ARM926EJS
bool
-# i.MX1 i.MXL and i.MX27 are quite similar and thus
+# i.MX1, i.MXL, i.MX27 and i.MX31 are quite similar and thus
# handled in one arch
config ARCH_IMX
bool
@@ -43,6 +47,10 @@ config ARCH_IMX27
select ARCH_IMX
select ARM926EJS
+config ARCH_IMX31
+ bool
+ select ARCH_IMX
+
config ARCH_AT91RM9200
bool
select ARM920T
@@ -92,7 +100,14 @@ config MACH_NXDB500
select ARCH_NETX
help
Say Y here if you are using the Hilscher Netx nxdb500 board
-
+
+config MACH_IMX31
+ bool "Phytec i.MX31"
+ select ARCH_IMX31
+ help
+ Say Y here if your are using Phytec's pcm-mx31 equipped
+ with a Freescale i.MX31 Processor
+
endchoice
source arch/arm/mach-netx/Kconfig