]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/sparc/Kconfig
arm64: mvebu: Armada 7K/8K: Add COMPHY device tree nodes
[karo-tx-uboot.git] / arch / sparc / Kconfig
index 56bdae66d64bd284a12ef5e418228e068c2894cc..1d1347b167539d9c8fa90422d5a9e080a7340028 100644 (file)
@@ -1,9 +1,6 @@
 menu "SPARC architecture"
        depends on SPARC
 
-config SYS_ARCH
-       default "sparc"
-
 config LEON
        bool
 
@@ -15,8 +12,18 @@ config LEON3
        bool
        select LEON
 
+config SYS_SPARC_NWINDOWS
+       int "Number of SPARC register windows"
+       range 2 32
+       default "8"
+       help
+         Specify the number of SPARC register windows implemented by this
+         processor. A SPARC implementation can have from 2 to 32 windows.
+         If unsure, choose 8.
+
 choice
        prompt "Board select"
+       optional
 
 config TARGET_GRSIM_LEON2
        bool "GRSIM simulating a LEON2 board"
@@ -44,6 +51,16 @@ config TARGET_GRSIM
 
 endchoice
 
+config SYS_ARCH
+       default "sparc"
+
+config SYS_CPU
+       default "leon2" if LEON2
+       default "leon3" if LEON3
+
+config SYS_VENDOR
+       default "gaisler"
+
 source "board/gaisler/gr_cpci_ax2000/Kconfig"
 source "board/gaisler/gr_ep2s60/Kconfig"
 source "board/gaisler/gr_xc3s_1500/Kconfig"