[PATCH 3/3] ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XX

Tony Lindgren tony at atomide.com
Wed May 9 14:44:16 EDT 2012


* Hiremath, Vaibhav <hvaibhav at ti.com> [120509 04:25]:
> On Wed, May 09, 2012 at 03:32:56, Hilman, Kevin wrote:
> > No need to have an OMAP prefix on these SoCs that are in the family
> > but arent' really called OMAP.
> > 
> > Simple rename: CONFIG_SOC_OMAPAM33XX --> CONFIG_SOC_AM33XX
> > 
> > No functional change.
> > 
> > Signed-off-by: Kevin Hilman <khilman at ti.com>
> > ---
> >  arch/arm/mach-omap2/Kconfig  |    2 +-
> >  arch/arm/mach-omap2/common.h |    2 +-
> >  arch/arm/mach-omap2/io.c     |    4 ++--
> >  3 files changed, 4 insertions(+), 4 deletions(-)
> > 
> 
> Missed one place to change, Can you merge the below diff?

Thanks I'll apply the first one into fixes-non-critical and the
others into devel-soc branch. Will update with your change too.

Regards,

Tony

 
> diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
> index b42252c..1b173a6 100644
> --- a/drivers/net/ethernet/ti/Kconfig
> +++ b/drivers/net/ethernet/ti/Kconfig
> @@ -51,7 +51,7 @@ config TI_DAVINCI_CPDMA
> 
>  config TI_CPSW
>         tristate "TI CPSW Switch Support"
> -       depends on ARM && (ARCH_DAVINCI || SOC_OMAPAM33XX)
> +       depends on ARM && (ARCH_DAVINCI || SOC_AM33XX)
>         select TI_DAVINCI_CPDMA
>         select TI_DAVINCI_MDIO
>         ---help---
> 
> 
> Thanks,
> Vaibhav



More information about the linux-arm-kernel mailing list