summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-15 10:35:42 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-12-12 16:52:07 +0100
commit98cdee0eae861e8d25c147a72c5f309e883f4ed8 (patch)
tree3204f1420f54d47dabb499ebc42f67a087353c33 /arch/mips
parent9ec9b5ac239ebfff333c25c4a7d34649cb29e4e4 (diff)
downloadlinux-3.10-98cdee0eae861e8d25c147a72c5f309e883f4ed8.tar.gz
linux-3.10-98cdee0eae861e8d25c147a72c5f309e883f4ed8.tar.bz2
linux-3.10-98cdee0eae861e8d25c147a72c5f309e883f4ed8.zip
MIPS: Kconfig: Enable drivers/firmware/Kconfig
This allows the use of /sys/firmware/memmap for MIPS platforms. kexec-tools may use /sys/firmware/memmap though current versions parse /proc/iomem. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9934a4687ac..462f9c4fe2e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2585,6 +2585,8 @@ source "net/Kconfig"
source "drivers/Kconfig"
+source "drivers/firmware/Kconfig"
+
source "fs/Kconfig"
source "arch/mips/Kconfig.debug"