This patch adds basic support for the OMAP35x Applications Processors. (See: http://focus.ti.com/general/docs/gencontent.tsp?contentId=46725) - OMAP3503 - OMAP3515 - OMAP3525 - OMAP3530
Signed-off-by: Sanjeev Premi <pr...@ti.com> --- arch/arm/mach-omap2/Kconfig | 65 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 59 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 0a86a88..2877def 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -28,6 +28,53 @@ config ARCH_OMAP3430 select ARCH_OMAP_OTG select CPU_V7 +config ARCH_OMAP35XX + bool "OMAP35x Family" + select ARCH_OMAP3 + select ARCH_OMAP34XX + select ARCH_OMAP3430 + select NEON + help + OMAP35x family of processors based on ARM Cortex-A8 + in combination with IVA2.2 core and OpenGL ES2.0 + compatible graphics engine. + + ARM Cortex-A8 contains NEON SIMD coprocessor. + +choice + prompt "Current choice" + default ARCH_OMAP3503 + +config ARCH_OMAP3503 + bool "OMAP3503" + depends on ARCH_OMAP35XX + help + Contains ARM Cortex-A8 processor. + +config ARCH_OMAP3515 + bool "OMAP3515" + depends on ARCH_OMAP35XX + help + Contains ARM Cortex-A8 processor and SGX530 subsystem + for 2D and 3D graphics acceleration. + +config ARCH_OMAP3525 + bool "OMAP3525" + depends on ARCH_OMAP35XX + help + Contains ARM Cortex-A8 processor and IVA2.2 subsystem + with a C64x+ DSP core. + +config ARCH_OMAP3530 + bool "OMAP3530" + depends on ARCH_OMAP35XX + help + Contains ARM Cortex-A8 processor, IVA2.2 subsystem + with a C64x+ DSP Core and SGX530 subsystem for 2D + and 3D graphics acceleration. + +endchoice + comment "OMAP Board Type" depends on ARCH_OMAP2 || ARCH_OMAP3 @@ -105,21 +152,24 @@ config MACH_OMAP_2430SDP bool "OMAP 2430 SDP board" depends on ARCH_OMAP2 && ARCH_OMAP2430 -config MACH_OMAP_LDP - bool "OMAP3 LDP board" - depends on ARCH_OMAP3 && ARCH_OMAP34XX - config MACH_OMAP2EVM bool "OMAP 2530 EVM board" depends on ARCH_OMAP2 && ARCH_OMAP24XX +choice + prompt "Choose board" + +config MACH_OMAP_LDP + bool "OMAP3 LDP board" + depends on ARCH_OMAP3 && ARCH_OMAP34XX && !ARCH_OMAP35XX + config MACH_OMAP_3430SDP bool "OMAP 3430 SDP board" - depends on ARCH_OMAP3 && ARCH_OMAP34XX + depends on ARCH_OMAP3 && ARCH_OMAP34XX && !ARCH_OMAP35XX config MACH_OMAP3EVM bool "OMAP 3530 EVM board" - depends on ARCH_OMAP3 && ARCH_OMAP34XX + depends on ARCH_OMAP35XX config MACH_OMAP3_BEAGLE bool "OMAP3 BEAGLE board" @@ -132,3 +182,6 @@ config MACH_OVERO config MACH_OMAP3_PANDORA bool "OMAP3 Pandora" depends on ARCH_OMAP3 && ARCH_OMAP34XX + +endchoice + -- 1.5.6 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html