Skip to content

Commit

Permalink
MIPS: Kconfig: Enable drivers/firmware/Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle committed Dec 12, 2012
1 parent 9ec9b5a commit 98cdee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2585,6 +2585,8 @@ source "net/Kconfig"

source "drivers/Kconfig"

source "drivers/firmware/Kconfig"

source "fs/Kconfig"

source "arch/mips/Kconfig.debug"
Expand Down

0 comments on commit 98cdee0

Please sign in to comment.