Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201623
b: refs/heads/master
c: e780d23
h: refs/heads/master
i:
  201621: 4758540
  201619: 79d08b0
  201615: c7fd189
v: v3
  • Loading branch information
Uwe Kleine-König committed Jun 30, 2010
1 parent cd819c7 commit 79a2643
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6b06be062daf3a8a2a2bb93585564c7aa1fa8d3
refs/heads/master: e780d2392dd37fcc231d97400c1cdd8d261ed556
21 changes: 19 additions & 2 deletions trunk/arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
if ARCH_MX1

config SOC_IMX1
select CPU_ARM920T
select IMX_HAVE_IOMUX_V1
bool

comment "MX1 platforms:"
config MACH_MXLADS
bool
Expand All @@ -19,19 +24,31 @@ endif

if ARCH_MX2

config SOC_IMX21
select CPU_ARM926T
select ARCH_MXC_AUDMUX_V1
select IMX_HAVE_IOMUX_V1
bool

config SOC_IMX27
select CPU_ARM926T
select ARCH_MXC_AUDMUX_V1
select IMX_HAVE_IOMUX_V1
bool

choice
prompt "CPUs:"
default MACH_MX21

config MACH_MX21
bool "i.MX21 support"
select ARCH_MXC_AUDMUX_V1
select SOC_IMX21
help
This enables support for Freescale's MX2 based i.MX21 processor.

config MACH_MX27
bool "i.MX27 support"
select ARCH_MXC_AUDMUX_V1
select SOC_IMX27
help
This enables support for Freescale's MX2 based i.MX27 processor.

Expand Down
5 changes: 1 addition & 4 deletions trunk/arch/arm/plat-mxc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ choice

config ARCH_MX1
bool "MX1-based"
select CPU_ARM920T
select IMX_HAVE_IOMUX_V1
select SOC_IMX1
help
This enables support for systems based on the Freescale i.MX1 family

config ARCH_MX2
bool "MX2-based"
select CPU_ARM926T
select IMX_HAVE_IOMUX_V1
help
This enables support for systems based on the Freescale i.MX2 family

Expand Down

0 comments on commit 79a2643

Please sign in to comment.