Message ID | 79CD15C6BA57404B839C016229A409A83EA9EBD1@DBDE01.ent.ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Hiremath, Vaibhav <hvaibhav@ti.com> [120831 09:47]: > > On Fri, Aug 31, 2012 at 21:41:22, Tony Lindgren wrote: > > Can you please review below patch? If you think its ok, I will send the > patch - Yeah thanks looks OK to me, at least I can't think of better options for now. Regards, Tony > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index fccbdf0..eccafb4 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -104,6 +104,9 @@ config SOC_AM33XX > select CPU_V7 > select ARM_CPU_SUSPEND if PM > select MULTI_IRQ_HANDLER > + select MACH_AM335XEVM > + select MACH_AM335XIAEVM > + select MACH_TAM335X > > config OMAP_PACKAGE_ZAF > bool > @@ -140,6 +143,15 @@ config MACH_OMAP_GENERIC > Support for generic TI OMAP2+ boards using Flattened Device Tree. > More information at Documentation/devicetree > > +config MACH_AM335XEVM > + bool > + > +config MACH_AM335XIAEVM > + bool > + > +config MACH_TAM335X > + bool > + > config MACH_OMAP2_TUSB6010 > bool > depends on ARCH_OMAP2 && SOC_OMAP2420 > > Thanks, > Vaibhav -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index fccbdf0..eccafb4 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -104,6 +104,9 @@ config SOC_AM33XX select CPU_V7 select ARM_CPU_SUSPEND if PM select MULTI_IRQ_HANDLER + select MACH_AM335XEVM + select MACH_AM335XIAEVM + select MACH_TAM335X config OMAP_PACKAGE_ZAF bool @@ -140,6 +143,15 @@ config MACH_OMAP_GENERIC Support for generic TI OMAP2+ boards using Flattened Device Tree. More information at Documentation/devicetree +config MACH_AM335XEVM + bool + +config MACH_AM335XIAEVM + bool + +config MACH_TAM335X + bool + config MACH_OMAP2_TUSB6010 bool depends on ARCH_OMAP2 && SOC_OMAP2420