Skip to content

Commit

Permalink
Merge branch 'imx' into devel
Browse files Browse the repository at this point in the history
Conflicts:

	arch/arm/mm/Kconfig
  • Loading branch information
Russell King authored and Russell King committed Jul 10, 2008
2 parents a177ba3 + 1bd55a4 commit f000631
Show file tree
Hide file tree
Showing 92 changed files with 13,540 additions and 610 deletions.
4 changes: 4 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,11 @@ config ARCH_MV78XX0

config ARCH_MXC
bool "Freescale MXC/iMX-based"
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select ARCH_MTD_XIP
select GENERIC_GPIO
select HAVE_GPIO_LIB
help
Support for Freescale MXC/iMX-based family of processors

Expand Down
1 change: 1 addition & 0 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ endif
machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood
machine-$(CONFIG_ARCH_KS8695) := ks8695
incdir-$(CONFIG_ARCH_MXC) := mxc
machine-$(CONFIG_ARCH_MX2) := mx2
machine-$(CONFIG_ARCH_MX3) := mx3
machine-$(CONFIG_ARCH_ORION5X) := orion5x
machine-$(CONFIG_ARCH_MSM7X00A) := msm
Expand Down
Loading

0 comments on commit f000631

Please sign in to comment.