Commit bb6abcf4 authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XX

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: default avatarKevin Hilman <khilman@ti.com>
Acked-by: default avatarVaibhav Hiremath <hvaibhav@ti.com>
[tony@atomide.com: updated for the driver config change also]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 33959553
...@@ -82,7 +82,7 @@ config SOC_TI81XX ...@@ -82,7 +82,7 @@ config SOC_TI81XX
depends on ARCH_OMAP3 depends on ARCH_OMAP3
default y default y
config SOC_OMAPAM33XX config SOC_AM33XX
bool "AM33XX support" bool "AM33XX support"
depends on ARCH_OMAP3 depends on ARCH_OMAP3
default y default y
......
...@@ -63,7 +63,7 @@ static inline void omapti81xx_map_common_io(void) ...@@ -63,7 +63,7 @@ static inline void omapti81xx_map_common_io(void)
} }
#endif #endif
#ifdef CONFIG_SOC_OMAPAM33XX #ifdef CONFIG_SOC_AM33XX
extern void omapam33xx_map_common_io(void); extern void omapam33xx_map_common_io(void);
#else #else
static inline void omapam33xx_map_common_io(void) static inline void omapam33xx_map_common_io(void)
......
...@@ -183,7 +183,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = { ...@@ -183,7 +183,7 @@ static struct map_desc omapti81xx_io_desc[] __initdata = {
}; };
#endif #endif
#ifdef CONFIG_SOC_OMAPAM33XX #ifdef CONFIG_SOC_AM33XX
static struct map_desc omapam33xx_io_desc[] __initdata = { static struct map_desc omapam33xx_io_desc[] __initdata = {
{ {
.virtual = L4_34XX_VIRT, .virtual = L4_34XX_VIRT,
...@@ -292,7 +292,7 @@ void __init omapti81xx_map_common_io(void) ...@@ -292,7 +292,7 @@ void __init omapti81xx_map_common_io(void)
} }
#endif #endif
#ifdef CONFIG_SOC_OMAPAM33XX #ifdef CONFIG_SOC_AM33XX
void __init omapam33xx_map_common_io(void) void __init omapam33xx_map_common_io(void)
{ {
iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc)); iotable_init(omapam33xx_io_desc, ARRAY_SIZE(omapam33xx_io_desc));
......
...@@ -51,7 +51,7 @@ config TI_DAVINCI_CPDMA ...@@ -51,7 +51,7 @@ config TI_DAVINCI_CPDMA
config TI_CPSW config TI_CPSW
tristate "TI CPSW Switch Support" 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_CPDMA
select TI_DAVINCI_MDIO select TI_DAVINCI_MDIO
---help--- ---help---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment