diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-08-03 11:58:30 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-04 16:13:57 +0200 |
commit | ef0c592ad099fd443d8aad36719f26f62acea18a (patch) | |
tree | 2b7fc76f0e69ed4dac38d8a59bf615ef2d4b71df /arch/mips/bmips/Kconfig | |
parent | 8e385a66d7db14599457fdc7898403c1fa24acb4 (diff) | |
download | talos-obmc-linux-ef0c592ad099fd443d8aad36719f26f62acea18a.tar.gz talos-obmc-linux-ef0c592ad099fd443d8aad36719f26f62acea18a.zip |
MIPS: BMIPS: Add device tree example for BCM6362
This adds a device tree example for SFR NeufBox 6.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jogo@openwrt.org
Cc: cernekee@gmail.com
Cc: robh@kernel.org
Cc: simon@fire.lp0.eu
Cc: john@phrozen.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13844/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bmips/Kconfig')
-rw-r--r-- | arch/mips/bmips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/bmips/Kconfig b/arch/mips/bmips/Kconfig index f499fd251e3a..2d60f25403de 100644 --- a/arch/mips/bmips/Kconfig +++ b/arch/mips/bmips/Kconfig @@ -73,6 +73,10 @@ config DT_SFR_NEUFBOX4_SERCOMM bool "SFR Neufbox 4 (Sercomm)" select BUILTIN_DTB +config DT_SFR_NEUFBOX6_SERCOMM + bool "SFR Neufbox 6 (Sercomm)" + select BUILTIN_DTB + endchoice endif |