summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-15 09:35:42 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2012-12-12 15:52:07 (GMT)
commit98cdee0eae861e8d25c147a72c5f309e883f4ed8 (patch)
tree3204f1420f54d47dabb499ebc42f67a087353c33
parent9ec9b5ac239ebfff333c25c4a7d34649cb29e4e4 (diff)
downloadlinux-98cdee0eae861e8d25c147a72c5f309e883f4ed8.tar.xz
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>
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9934a46..462f9c4 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"