浏览代码

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>
Ralf Baechle 13 年之前
父节点
当前提交
98cdee0eae
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/mips/Kconfig

+ 2 - 0
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"