aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/plat-arcfpga
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-22 06:21:50 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 12:46:13 -0500
commit93ad700de2abc111c50bb961c150a9968d5b3982 (patch)
treefd24278dd85307a402db187d6e3278ba4b389c2c /arch/arc/plat-arcfpga
parent53d98958f585517f362733a1dbdb69e2dc5153a3 (diff)
ARC: Fold boards sub-menu into platform/SoC menu
This is more natural and is now doable since the choice constructs are gone. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/plat-arcfpga')
-rw-r--r--arch/arc/plat-arcfpga/Kconfig16
1 files changed, 11 insertions, 5 deletions
diff --git a/arch/arc/plat-arcfpga/Kconfig b/arch/arc/plat-arcfpga/Kconfig
index ae2c017151fa..b41e786cdbc0 100644
--- a/arch/arc/plat-arcfpga/Kconfig
+++ b/arch/arc/plat-arcfpga/Kconfig
@@ -6,13 +6,21 @@
6# published by the Free Software Foundation. 6# published by the Free Software Foundation.
7# 7#
8 8
9if ARC_PLAT_FPGA_LEGACY 9menuconfig ARC_PLAT_FPGA_LEGACY
10 bool "\"Legacy\" ARC FPGA dev Boards"
11 select ISS_SMP_EXTN if SMP
12 help
13 Support for ARC development boards, provided by Synopsys.
14 These are based on FPGA or ISS. e.g.
15 - ARCAngel4
16 - ML509
17 - MetaWare ISS
10 18
11menu "FPGA Board" 19if ARC_PLAT_FPGA_LEGACY
12 20
13config ARC_BOARD_ANGEL4 21config ARC_BOARD_ANGEL4
14 bool "ARC Angel4" 22 bool "ARC Angel4"
15 select ISS_SMP_EXTN if SMP 23 default y
16 help 24 help
17 ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based) 25 ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based)
18 26
@@ -34,8 +42,6 @@ config ISS_SMP_EXTN
34 -XTL (To enable CPU start/stop/set-PC for another CPU) 42 -XTL (To enable CPU start/stop/set-PC for another CPU)
35 It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND) 43 It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND)
36 44
37endmenu
38
39config ARC_SERIAL_BAUD 45config ARC_SERIAL_BAUD
40 int "UART Baud rate" 46 int "UART Baud rate"
41 default "115200" 47 default "115200"