diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:02:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:34 -0400 |
commit | 98954df6917cb8f7e65f4f0f79ed641112fcf6b6 (patch) | |
tree | 64c6d17b7f05b8b1d7322f9d05201e374d779c6b /arch/arm/mach-iop3xx | |
parent | cdf3f8e0387e81477dee72ecb2e3be28feac05c8 (diff) |
[ARM] 3816/1: iop3xx: rename config symbols
Rename CONFIG_ARCH_IOP321 to CONFIG_ARCH_IOP32X and
CONFIG_ARCH_IOP331 to CONFIG_ARCH_IOP33X.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop3xx')
-rw-r--r-- | arch/arm/mach-iop3xx/Kconfig | 16 | ||||
-rw-r--r-- | arch/arm/mach-iop3xx/Makefile | 4 | ||||
-rw-r--r-- | arch/arm/mach-iop3xx/Makefile.boot | 2 | ||||
-rw-r--r-- | arch/arm/mach-iop3xx/iop331-setup.c | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/mach-iop3xx/Kconfig b/arch/arm/mach-iop3xx/Kconfig index 4422f2388607..887c3753727f 100644 --- a/arch/arm/mach-iop3xx/Kconfig +++ b/arch/arm/mach-iop3xx/Kconfig | |||
@@ -6,48 +6,48 @@ comment "IOP3xx Platform Types" | |||
6 | 6 | ||
7 | config ARCH_IQ80321 | 7 | config ARCH_IQ80321 |
8 | bool "Enable support for IQ80321" | 8 | bool "Enable support for IQ80321" |
9 | select ARCH_IOP321 | 9 | select ARCH_IOP32X |
10 | help | 10 | help |
11 | Say Y here if you want to run your kernel on the Intel IQ80321 | 11 | Say Y here if you want to run your kernel on the Intel IQ80321 |
12 | evaluation kit for the IOP321 chipset. | 12 | evaluation kit for the IOP321 chipset. |
13 | 13 | ||
14 | config ARCH_IQ31244 | 14 | config ARCH_IQ31244 |
15 | bool "Enable support for IQ31244" | 15 | bool "Enable support for IQ31244" |
16 | select ARCH_IOP321 | 16 | select ARCH_IOP32X |
17 | help | 17 | help |
18 | Say Y here if you want to run your kernel on the Intel IQ31244 | 18 | Say Y here if you want to run your kernel on the Intel IQ31244 |
19 | evaluation kit for the IOP321 chipset. | 19 | evaluation kit for the IOP321 chipset. |
20 | 20 | ||
21 | config ARCH_IQ80331 | 21 | config ARCH_IQ80331 |
22 | bool "Enable support for IQ80331" | 22 | bool "Enable support for IQ80331" |
23 | select ARCH_IOP331 | 23 | select ARCH_IOP33X |
24 | help | 24 | help |
25 | Say Y here if you want to run your kernel on the Intel IQ80331 | 25 | Say Y here if you want to run your kernel on the Intel IQ80331 |
26 | evaluation kit for the IOP331 chipset. | 26 | evaluation kit for the IOP331 chipset. |
27 | 27 | ||
28 | config MACH_IQ80332 | 28 | config MACH_IQ80332 |
29 | bool "Enable support for IQ80332" | 29 | bool "Enable support for IQ80332" |
30 | select ARCH_IOP331 | 30 | select ARCH_IOP33X |
31 | help | 31 | help |
32 | Say Y here if you want to run your kernel on the Intel IQ80332 | 32 | Say Y here if you want to run your kernel on the Intel IQ80332 |
33 | evaluation kit for the IOP332 chipset. | 33 | evaluation kit for the IOP332 chipset. |
34 | 34 | ||
35 | config ARCH_EP80219 | 35 | config ARCH_EP80219 |
36 | bool "Enable support for EP80219" | 36 | bool "Enable support for EP80219" |
37 | select ARCH_IOP321 | 37 | select ARCH_IOP32X |
38 | select ARCH_IQ31244 | 38 | select ARCH_IQ31244 |
39 | help | 39 | help |
40 | Say Y here if you want to run your kernel on the Intel EP80219 | 40 | Say Y here if you want to run your kernel on the Intel EP80219 |
41 | evaluation kit for the Intel 80219 chipset (a IOP321 variant). | 41 | evaluation kit for the Intel 80219 chipset (a IOP321 variant). |
42 | 42 | ||
43 | # Which IOP variant are we running? | 43 | # Which IOP variant are we running? |
44 | config ARCH_IOP321 | 44 | config ARCH_IOP32X |
45 | bool | 45 | bool |
46 | help | 46 | help |
47 | The IQ80321 uses the IOP321 variant. | 47 | The IQ80321 uses the IOP321 variant. |
48 | The IQ31244 and EP80219 uses the IOP321 variant. | 48 | The IQ31244 and EP80219 uses the IOP321 variant. |
49 | 49 | ||
50 | config ARCH_IOP331 | 50 | config ARCH_IOP33X |
51 | bool | 51 | bool |
52 | default ARCH_IQ80331 | 52 | default ARCH_IQ80331 |
53 | help | 53 | help |
@@ -57,7 +57,7 @@ comment "IOP3xx Chipset Features" | |||
57 | 57 | ||
58 | config IOP331_STEPD | 58 | config IOP331_STEPD |
59 | bool "Chip stepping D of the IOP80331 processor or IOP80333" | 59 | bool "Chip stepping D of the IOP80331 processor or IOP80333" |
60 | depends on (ARCH_IOP331) | 60 | depends on ARCH_IOP33X |
61 | help | 61 | help |
62 | Say Y here if you have StepD of the IOP80331 or IOP8033 | 62 | Say Y here if you have StepD of the IOP80331 or IOP8033 |
63 | based platforms. | 63 | based platforms. |
diff --git a/arch/arm/mach-iop3xx/Makefile b/arch/arm/mach-iop3xx/Makefile index b17eb1f46102..ad3051524480 100644 --- a/arch/arm/mach-iop3xx/Makefile +++ b/arch/arm/mach-iop3xx/Makefile | |||
@@ -10,9 +10,9 @@ obj-m := | |||
10 | obj-n := | 10 | obj-n := |
11 | obj- := | 11 | obj- := |
12 | 12 | ||
13 | obj-$(CONFIG_ARCH_IOP321) += iop321-setup.o iop321-irq.o iop321-pci.o iop321-time.o | 13 | obj-$(CONFIG_ARCH_IOP32X) += iop321-setup.o iop321-irq.o iop321-pci.o iop321-time.o |
14 | 14 | ||
15 | obj-$(CONFIG_ARCH_IOP331) += iop331-setup.o iop331-irq.o iop331-pci.o iop331-time.o | 15 | obj-$(CONFIG_ARCH_IOP33X) += iop331-setup.o iop331-irq.o iop331-pci.o iop331-time.o |
16 | 16 | ||
17 | obj-$(CONFIG_ARCH_IQ80321) += iq80321-mm.o iq80321-pci.o | 17 | obj-$(CONFIG_ARCH_IQ80321) += iq80321-mm.o iq80321-pci.o |
18 | 18 | ||
diff --git a/arch/arm/mach-iop3xx/Makefile.boot b/arch/arm/mach-iop3xx/Makefile.boot index 6387aa20461b..e120c233b706 100644 --- a/arch/arm/mach-iop3xx/Makefile.boot +++ b/arch/arm/mach-iop3xx/Makefile.boot | |||
@@ -1,7 +1,7 @@ | |||
1 | zreladdr-y := 0xa0008000 | 1 | zreladdr-y := 0xa0008000 |
2 | params_phys-y := 0xa0000100 | 2 | params_phys-y := 0xa0000100 |
3 | initrd_phys-y := 0xa0800000 | 3 | initrd_phys-y := 0xa0800000 |
4 | ifeq ($(CONFIG_ARCH_IOP331),y) | 4 | ifeq ($(CONFIG_ARCH_IOP33X),y) |
5 | zreladdr-y := 0x00008000 | 5 | zreladdr-y := 0x00008000 |
6 | params_phys-y := 0x00000100 | 6 | params_phys-y := 0x00000100 |
7 | initrd_phys-y := 0x00800000 | 7 | initrd_phys-y := 0x00800000 |
diff --git a/arch/arm/mach-iop3xx/iop331-setup.c b/arch/arm/mach-iop3xx/iop331-setup.c index 3cc98d892ad4..b2f24931d143 100644 --- a/arch/arm/mach-iop3xx/iop331-setup.c +++ b/arch/arm/mach-iop3xx/iop331-setup.c | |||
@@ -177,7 +177,7 @@ void __init iop331_map_io(void) | |||
177 | iotable_init(iop331_std_desc, ARRAY_SIZE(iop331_std_desc)); | 177 | iotable_init(iop331_std_desc, ARRAY_SIZE(iop331_std_desc)); |
178 | } | 178 | } |
179 | 179 | ||
180 | #ifdef CONFIG_ARCH_IOP331 | 180 | #ifdef CONFIG_ARCH_IOP33X |
181 | extern void iop331_init_irq(void); | 181 | extern void iop331_init_irq(void); |
182 | extern struct sys_timer iop331_timer; | 182 | extern struct sys_timer iop331_timer; |
183 | #endif | 183 | #endif |