]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/mach-bmips/Kconfig
MIPS: add BMIPS Comtrend VR-3032u board
[u-boot] / arch / mips / mach-bmips / Kconfig
index b461b79226fe780903aee0b5b6351198adfb0283..d1684486a85f7cb23ba217b12b74c22bc11a6536 100644 (file)
@@ -53,6 +53,11 @@ config BOARD_COMTREND_AR5387UN
        depends on SOC_BMIPS_BCM6328
        select BMIPS_SUPPORTS_BOOT_RAM
 
+config BOARD_COMTREND_VR3032U
+       bool "Comtrend VR-3032u board"
+       depends on SOC_BMIPS_BCM63268
+       select BMIPS_SUPPORTS_BOOT_RAM
+
 config BOARD_HUAWEI_HG556A
        bool "Huawei EchoLife HG556a"
        depends on SOC_BMIPS_BCM6358
@@ -77,6 +82,7 @@ config BMIPS_SUPPORTS_BOOT_RAM
        bool
 
 source "board/comtrend/ar5387un/Kconfig"
+source "board/comtrend/vr3032u/Kconfig"
 source "board/huawei/hg556a/Kconfig"
 
 endmenu