Skip to content

Commit

Permalink
ARM: imx: allow configuration of the IMX50 SoC
Browse files Browse the repository at this point in the history
Allow the Freescale IMX50 SoC support code to be configured on.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
gregungerer authored and shawnguo2 committed Dec 9, 2013
1 parent 7a9cc1a commit 361b0a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,14 @@ endchoice

comment "Device tree only"

config SOC_IMX50
bool "i.MX50 support"
select HAVE_IMX_SRC
select SOC_IMX5

help
This enables support for Freescale i.MX50 processor.

config SOC_IMX53
bool "i.MX53 support"
select HAVE_IMX_SRC
Expand Down

0 comments on commit 361b0a4

Please sign in to comment.