]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arc/plat-axs10x/Kconfig
ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x cores
[karo-tx-linux.git] / arch / arc / plat-axs10x / Kconfig
index 45641ca8aba81dab6c0333d9763153409e68e376..d475f9d4847c05dc844efcaf8c0edf21ad868ad1 100644 (file)
@@ -6,7 +6,7 @@
 # published by the Free Software Foundation.
 #
 
-config ARC_PLAT_AXS10X
+menuconfig ARC_PLAT_AXS10X
        bool "Synopsys ARC AXS10x Software Development Platforms"
        select DW_APB_ICTL
        select GPIO_DWAPB
@@ -23,6 +23,7 @@ config ARC_PLAT_AXS10X
 if ARC_PLAT_AXS10X
 
 config AXS101
+       depends on ISA_ARCOMPACT
        bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
        help
          This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
@@ -32,4 +33,14 @@ config AXS101
          this daughtercard. Please use the axs101.dts device tree
          with this configuration.
 
+config AXS103
+       bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
+       depends on ISA_ARCV2
+       help
+         This adds support for the HS38x CPU Card.
+
+         The AXS103 Platform consists of an AXS10x mainboard with
+         this daughtercard. Please use the axs103.dts device tree
+         with this configuration.
+
 endif