summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorKevin Cernekee2014-12-25 18:49:20 +0100
committerRalf Baechle2015-04-01 17:21:42 +0200
commit8945e37e103b165f12c403cc412740718969f811 (patch)
tree26d13c443a4fec1ec2b5805ff77e2c05fb95b906 /arch/mips/Kconfig
parentMIPS: BMIPS: Update DT bindings to reflect new SoC support (diff)
downloadkernel-qcow2-linux-8945e37e103b165f12c403cc412740718969f811.tar.gz
kernel-qcow2-linux-8945e37e103b165f12c403cc412740718969f811.tar.xz
kernel-qcow2-linux-8945e37e103b165f12c403cc412740718969f811.zip
MIPS: BMIPS: Add DTS files for several platforms
Most of the supported chips use legacy (non-DT) bootloaders, so they will need to select an appropriate builtin DTB at compile time until the bootloader is updated. Provide suitable DTS files, and a means to compile one of them into the kernel image. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Cc: f.fainelli@gmail.com Cc: abrestic@chromium.org Cc: tglx@linutronix.de Cc: jason@lakedaemon.net Cc: jogo@openwrt.org Cc: arnd@arndb.de Cc: computersforpeace@gmail.com Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8858/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 438a1e8753cd..f4cebfc8c7f9 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -926,6 +926,7 @@ source "arch/mips/ath25/Kconfig"
source "arch/mips/ath79/Kconfig"
source "arch/mips/bcm47xx/Kconfig"
source "arch/mips/bcm63xx/Kconfig"
+source "arch/mips/bmips/Kconfig"
source "arch/mips/jazz/Kconfig"
source "arch/mips/jz4740/Kconfig"
source "arch/mips/lantiq/Kconfig"