ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XX
authorKevin Hilman <khilman@ti.com>
Thu, 10 May 2012 18:10:07 +0000 (11:10 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 May 2012 18:10:07 +0000 (11:10 -0700)
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@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
[tony@atomide.com: updated for the driver config change also]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/io.c
drivers/net/ethernet/ti/Kconfig

index 7f89697aa5c2190574931dd4f5110e1f9d306763..61bf3c3ce6fc0025610b39c12879bc5d24a860ef 100644 (file)
@@ -82,7 +82,7 @@ config SOC_TI81XX
        depends on ARCH_OMAP3
        default y
 
-config SOC_OMAPAM33XX
+config SOC_AM33XX
        bool "AM33XX support"
        depends on ARCH_OMAP3
        default y
index f6be402611b0a96f511859bb3453fb1b32a00e68..9c255a3cb3926ddd66b327eef1648a05cef14aba 100644 (file)
@@ -63,7 +63,7 @@ static inline void omapti81xx_map_common_io(void)
 }
 #endif
 
-#ifdef CONFIG_SOC_OMAPAM33XX
+#ifdef CONFIG_SOC_AM33XX
 extern void omapam33xx_map_common_io(void);
 #else
 static inline void omapam33xx_map_common_io(void)
index 646a1cd335d318266ff46f4bc92da07952943d78..e451f60c3a8575e63d47a27c45faf30f55b7844e 100644 (file)
@@ -183,7 +183,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = {
 };
 #endif
 
-#ifdef CONFIG_SOC_OMAPAM33XX
+#ifdef CONFIG_SOC_AM33XX
 static struct map_desc omapam33xx_io_desc[] __initdata = {
        {
                .virtual        = L4_34XX_VIRT,
@@ -292,7 +292,7 @@ void __init omapti81xx_map_common_io(void)
 }
 #endif
 
-#ifdef CONFIG_SOC_OMAPAM33XX
+#ifdef CONFIG_SOC_AM33XX
 void __init omapam33xx_map_common_io(void)
 {
        iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc));
index b42252c4bec8903622db89641d12efca325c8277..1b173a6145d642fb3c2fe26c58c8d8b995ce50b8 100644 (file)
@@ -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---