aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-15 14:48:50 -0500
committerRalf Baechle <ralf@linux-mips.org>2012-12-13 11:02:14 -0500
commit0e2794b0b72f38d0dd5aa8474e22b1fe56fb8bd1 (patch)
treee5bb62e59914a7177e4ed6cbe7b81769fc7d5cf7 /arch/mips/Kconfig
parentabe77f90dc9c65a7c9a4d61c2cbb8db4d5566e4f (diff)
MIPS: Kconfig: Rename several firmware related config symbols.
With the upcoming merge of the ARC architecture there is a small likelyhood of conflicting use for the CONFIG_ARC config symbol. Rename it to CONFIG_FW_ARC. Also rename CONFIG_ARC32 to CONFIG_FW_ARC32, CONFIG_ARC64 to CONFIG_FW_ARC64. For consistence also rename CONFIG_SNIPROM to CONFIG_FW_SNIPROM and CONFIG_CFE to CONFIG_FW_CFE. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig34
1 files changed, 17 insertions, 17 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c97fc030fdac..9b3759eef953 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -109,13 +109,13 @@ config BCM47XX
109 select CEVT_R4K 109 select CEVT_R4K
110 select CSRC_R4K 110 select CSRC_R4K
111 select DMA_NONCOHERENT 111 select DMA_NONCOHERENT
112 select FW_CFE
112 select HW_HAS_PCI 113 select HW_HAS_PCI
113 select IRQ_CPU 114 select IRQ_CPU
114 select SYS_SUPPORTS_32BIT_KERNEL 115 select SYS_SUPPORTS_32BIT_KERNEL
115 select SYS_SUPPORTS_LITTLE_ENDIAN 116 select SYS_SUPPORTS_LITTLE_ENDIAN
116 select GENERIC_GPIO 117 select GENERIC_GPIO
117 select SYS_HAS_EARLY_PRINTK 118 select SYS_HAS_EARLY_PRINTK
118 select CFE
119 help 119 help
120 Support for BCM47XX based boards 120 Support for BCM47XX based boards
121 121
@@ -192,8 +192,8 @@ config MACH_DECSTATION
192 192
193config MACH_JAZZ 193config MACH_JAZZ
194 bool "Jazz family of machines" 194 bool "Jazz family of machines"
195 select ARC 195 select FW_ARC
196 select ARC32 196 select FW_ARC32
197 select ARCH_MAY_HAVE_PC_FDC 197 select ARCH_MAY_HAVE_PC_FDC
198 select CEVT_R4K 198 select CEVT_R4K
199 select CSRC_R4K 199 select CSRC_R4K
@@ -457,8 +457,8 @@ config POWERTV
457 457
458config SGI_IP22 458config SGI_IP22
459 bool "SGI IP22 (Indy/Indigo2)" 459 bool "SGI IP22 (Indy/Indigo2)"
460 select ARC 460 select FW_ARC
461 select ARC32 461 select FW_ARC32
462 select BOOT_ELF32 462 select BOOT_ELF32
463 select CEVT_R4K 463 select CEVT_R4K
464 select CSRC_R4K 464 select CSRC_R4K
@@ -497,8 +497,8 @@ config SGI_IP22
497 497
498config SGI_IP27 498config SGI_IP27
499 bool "SGI IP27 (Origin200/2000)" 499 bool "SGI IP27 (Origin200/2000)"
500 select ARC 500 select FW_ARC
501 select ARC64 501 select FW_ARC64
502 select BOOT_ELF64 502 select BOOT_ELF64
503 select DEFAULT_SGI_PARTITION 503 select DEFAULT_SGI_PARTITION
504 select DMA_COHERENT 504 select DMA_COHERENT
@@ -518,8 +518,8 @@ config SGI_IP27
518config SGI_IP28 518config SGI_IP28
519 bool "SGI IP28 (Indigo2 R10k) (EXPERIMENTAL)" 519 bool "SGI IP28 (Indigo2 R10k) (EXPERIMENTAL)"
520 depends on EXPERIMENTAL 520 depends on EXPERIMENTAL
521 select ARC 521 select FW_ARC
522 select ARC64 522 select FW_ARC64
523 select BOOT_ELF64 523 select BOOT_ELF64
524 select CEVT_R4K 524 select CEVT_R4K
525 select CSRC_R4K 525 select CSRC_R4K
@@ -554,8 +554,8 @@ config SGI_IP28
554 554
555config SGI_IP32 555config SGI_IP32
556 bool "SGI IP32 (O2)" 556 bool "SGI IP32 (O2)"
557 select ARC 557 select FW_ARC
558 select ARC32 558 select FW_ARC32
559 select BOOT_ELF32 559 select BOOT_ELF32
560 select CEVT_R4K 560 select CEVT_R4K
561 select CSRC_R4K 561 select CSRC_R4K
@@ -673,8 +673,8 @@ config SIBYTE_BIGSUR
673 673
674config SNI_RM 674config SNI_RM
675 bool "SNI RM200/300/400" 675 bool "SNI RM200/300/400"
676 select ARC if CPU_LITTLE_ENDIAN 676 select FW_ARC if CPU_LITTLE_ENDIAN
677 select ARC32 if CPU_LITTLE_ENDIAN 677 select FW_ARC32 if CPU_LITTLE_ENDIAN
678 select SNIPROM if CPU_BIG_ENDIAN 678 select SNIPROM if CPU_BIG_ENDIAN
679 select ARCH_MAY_HAVE_PC_FDC 679 select ARCH_MAY_HAVE_PC_FDC
680 select BOOT_ELF32 680 select BOOT_ELF32
@@ -908,7 +908,7 @@ config SCHED_OMIT_FRAME_POINTER
908# 908#
909# Select some configuration options automatically based on user selections. 909# Select some configuration options automatically based on user selections.
910# 910#
911config ARC 911config FW_ARC
912 bool 912 bool
913 913
914config ARCH_MAY_HAVE_PC_FDC 914config ARCH_MAY_HAVE_PC_FDC
@@ -963,7 +963,7 @@ config GPIO_TXX9
963 select ARCH_REQUIRE_GPIOLIB 963 select ARCH_REQUIRE_GPIOLIB
964 bool 964 bool
965 965
966config CFE 966config FW_CFE
967 bool 967 bool
968 968
969config ARCH_DMA_ADDR_T_64BIT 969config ARCH_DMA_ADDR_T_64BIT
@@ -1188,7 +1188,7 @@ config SGI_HAS_I8042
1188config DEFAULT_SGI_PARTITION 1188config DEFAULT_SGI_PARTITION
1189 bool 1189 bool
1190 1190
1191config ARC32 1191config FW_ARC32
1192 bool 1192 bool
1193 1193
1194config SNIPROM 1194config SNIPROM
@@ -1221,7 +1221,7 @@ config ARC_PROMLIB
1221 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32 1221 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32
1222 default y 1222 default y
1223 1223
1224config ARC64 1224config FW_ARC64
1225 bool 1225 bool
1226 1226
1227config BOOT_ELF64 1227config BOOT_ELF64