Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98cdee0e authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9ec9b5ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,8 @@ source "net/Kconfig"

source "drivers/Kconfig"

source "drivers/firmware/Kconfig"

source "fs/Kconfig"

source "arch/mips/Kconfig.debug"