summaryrefslogtreecommitdiffstats
path: root/arch/mips/fw
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-15 20:48:50 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-12-13 17:02:14 +0100
commit0e2794b0b72f38d0dd5aa8474e22b1fe56fb8bd1 (patch)
treee5bb62e59914a7177e4ed6cbe7b81769fc7d5cf7 /arch/mips/fw
parentabe77f90dc9c65a7c9a4d61c2cbb8db4d5566e4f (diff)
downloadop-kernel-dev-0e2794b0b72f38d0dd5aa8474e22b1fe56fb8bd1.zip
op-kernel-dev-0e2794b0b72f38d0dd5aa8474e22b1fe56fb8bd1.tar.gz
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/fw')
-rw-r--r--arch/mips/fw/sni/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/fw/sni/Makefile b/arch/mips/fw/sni/Makefile
index d9740a3..3f01dd3 100644
--- a/arch/mips/fw/sni/Makefile
+++ b/arch/mips/fw/sni/Makefile
@@ -2,4 +2,4 @@
# Makefile for the SNI prom monitor routines under Linux.
#
-lib-$(CONFIG_SNIPROM) += sniprom.o
+lib-$(CONFIG_FW_SNIPROM) += sniprom.o
OpenPOWER on IntegriCloud