Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame^] | 1 | # |
| 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 | |
| 9 | if ARC_PLAT_FPGA_LEGACY |
| 10 | |
| 11 | choice |
| 12 | prompt "FPGA Board" |
| 13 | |
| 14 | config ARC_BOARD_ANGEL4 |
| 15 | bool "ARC Angel4" |
| 16 | help |
| 17 | ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based) |
| 18 | |
| 19 | config ARC_BOARD_ML509 |
| 20 | bool "ML509" |
| 21 | help |
| 22 | ARC ML509 FPGA Ref Platform (Xilinx Virtex-5 Based) |
| 23 | |
| 24 | endchoice |
| 25 | |
| 26 | config 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 | |
| 33 | endif |