ARC: Fold boards sub-menu into platform/SoC menu
[deliverable/linux.git] / arch / arc / plat-arcfpga / Kconfig
index ae2c017151fa5e3f4a12b72d85ffa9973d035155..b41e786cdbc06e8a42353bc34097e560862b8ad7 100644 (file)
@@ -6,13 +6,21 @@
 # published by the Free Software Foundation.
 #
 
-if ARC_PLAT_FPGA_LEGACY
+menuconfig ARC_PLAT_FPGA_LEGACY
+       bool "\"Legacy\" ARC FPGA dev Boards"
+       select ISS_SMP_EXTN if SMP
+       help
+         Support for ARC development boards, provided by Synopsys.
+         These are based on FPGA or ISS. e.g.
+         - ARCAngel4
+         - ML509
+         - MetaWare ISS
 
-menu "FPGA Board"
+if ARC_PLAT_FPGA_LEGACY
 
 config ARC_BOARD_ANGEL4
        bool "ARC Angel4"
-       select ISS_SMP_EXTN if SMP
+       default y
        help
          ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based)
 
@@ -34,8 +42,6 @@ config ISS_SMP_EXTN
          -XTL (To enable CPU start/stop/set-PC for another CPU)
          It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND)
 
-endmenu
-
 config ARC_SERIAL_BAUD
        int "UART Baud rate"
        default "115200"
This page took 0.045383 seconds and 5 git commands to generate.