blob: 7af3a4e7f7d25af131fe301783fc93186d07fc60 [file] [log] [blame]
Vineet Guptacfdbc2e2013-01-18 15:12:20 +05301#
2# Copyright (C) 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License version 2 as
6# published by the Free Software Foundation.
7#
8
9if ARC_PLAT_FPGA_LEGACY
10
11choice
12 prompt "FPGA Board"
13
14config ARC_BOARD_ANGEL4
15 bool "ARC Angel4"
16 help
17 ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based)
18
19config ARC_BOARD_ML509
20 bool "ML509"
21 help
22 ARC ML509 FPGA Ref Platform (Xilinx Virtex-5 Based)
23
24endchoice
25
26config ARC_SERIAL_BAUD
27 int "UART Baud rate"
28 default "115200"
29 depends on SERIAL_ARC || SERIAL_ARC_CONSOLE
30 help
31 Baud rate for the ARC UART
32
33endif