aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-15 04:35:42 -0500
committerRalf Baechle <ralf@linux-mips.org>2012-12-12 10:52:07 -0500
commit98cdee0eae861e8d25c147a72c5f309e883f4ed8 (patch)
tree3204f1420f54d47dabb499ebc42f67a087353c33 /arch
parent9ec9b5ac239ebfff333c25c4a7d34649cb29e4e4 (diff)
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')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9934a4687ac4..462f9c4fe2e5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2585,6 +2585,8 @@ source "net/Kconfig"
2585 2585
2586source "drivers/Kconfig" 2586source "drivers/Kconfig"
2587 2587
2588source "drivers/firmware/Kconfig"
2589
2588source "fs/Kconfig" 2590source "fs/Kconfig"
2589 2591
2590source "arch/mips/Kconfig.debug" 2592source "arch/mips/Kconfig.debug"