From 77ca99d1a0d9fd46046d417b4247edb4e1b05d4e Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Tue, 25 Apr 2017 00:39:26 +0200 Subject: MIPS: add BMIPS Comtrend VR-3032u board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass --- board/comtrend/vr3032u/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/comtrend/vr3032u/Kconfig (limited to 'board/comtrend/vr3032u/Kconfig') diff --git a/board/comtrend/vr3032u/Kconfig b/board/comtrend/vr3032u/Kconfig new file mode 100644 index 0000000000..6f552cf22a --- /dev/null +++ b/board/comtrend/vr3032u/Kconfig @@ -0,0 +1,12 @@ +if BOARD_COMTREND_VR3032U + +config SYS_BOARD + default "vr3032u" + +config SYS_VENDOR + default "comtrend" + +config SYS_CONFIG_NAME + default "comtrend_vr3032u" + +endif -- cgit