summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:40 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:29 +0200
commitccaeb1a00cb4725d8cfe13034f5274cfdefea619 (patch)
tree903c28bbbb8e5025a4193d2b5cfdcc76db7a31ae /arch/mips/mach-bcm47xx
parentd507792a51882e9b299068414fb261266c9ab983 (diff)
downloadbarebox-ccaeb1a00cb4725d8cfe13034f5274cfdefea619.tar.gz
barebox-ccaeb1a00cb4725d8cfe13034f5274cfdefea619.tar.xz
MIPS: add initial D-Link DIR-320 wireless router support
Can be started from CFE using tftp, e.g.: CFE> ifconfig eth0 -addr=192.168.0.99 CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-bcm47xx')
-rw-r--r--arch/mips/mach-bcm47xx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mach-bcm47xx/Kconfig b/arch/mips/mach-bcm47xx/Kconfig
index 5143a15301..d0df0fd6b8 100644
--- a/arch/mips/mach-bcm47xx/Kconfig
+++ b/arch/mips/mach-bcm47xx/Kconfig
@@ -7,6 +7,11 @@ config ARCH_TEXT_BASE
choice
prompt "Board type"
+config BOARD_DLINK_DIR320
+ bool "D-Link DIR-320"
+
endchoice
+source arch/mips/boards/dlink-dir-320/Kconfig
+
endif