diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-01-14 10:11:23 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-21 05:36:49 -0500 |
commit | 67f43086a24b77a82724855141a5b7a4d72549bd (patch) | |
tree | b859152193a7ff7f9e568cbab2c835a4b9c5237d /arch/arm/mach-mxs/Kconfig | |
parent | bb58b3e8b18c542f30f898fff82f7ce58a4bdf7a (diff) |
ARM: mxs: add ocotp read function
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 8bfc8df54617..cd2fbdfc37e8 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -2,6 +2,9 @@ if ARCH_MXS | |||
2 | 2 | ||
3 | source "arch/arm/mach-mxs/devices/Kconfig" | 3 | source "arch/arm/mach-mxs/devices/Kconfig" |
4 | 4 | ||
5 | config MXS_OCOTP | ||
6 | bool | ||
7 | |||
5 | config SOC_IMX23 | 8 | config SOC_IMX23 |
6 | bool | 9 | bool |
7 | select CPU_ARM926T | 10 | select CPU_ARM926T |
@@ -26,6 +29,7 @@ config MACH_MX28EVK | |||
26 | select SOC_IMX28 | 29 | select SOC_IMX28 |
27 | select MXS_HAVE_AMBA_DUART | 30 | select MXS_HAVE_AMBA_DUART |
28 | select MXS_HAVE_PLATFORM_FEC | 31 | select MXS_HAVE_PLATFORM_FEC |
32 | select MXS_OCOTP | ||
29 | default y | 33 | default y |
30 | help | 34 | help |
31 | Include support for MX28EVK platform. This includes specific | 35 | Include support for MX28EVK platform. This includes specific |